@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap");

body {
    font-family: "Nunito Sans", sans-serif;
}

h1 {
    font-size: 90px;
    line-height: 0.9;
    letter-spacing: -0.9px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

h2 {
    font-size: 42px;
    line-height: 1.2;
    font-family: "Lora", serif;
    font-weight: 400;
}

h3 {
    font-size: 30px;
    line-height: 1.27;
    font-family: "Lora", serif;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
    font-family: "Lora", serif;
    font-weight: 400;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-0 {
    margin-bottom: 0;
}

sup {
    font-family: "IBM Plex Mono", monospace;
    font-size: 100% !important;
    top: -0.03em !important;
}

.btn.btn-secondary {
    margin: 17px 0;
    padding: 16px 13px 15px;
    border-radius: 30px;
    background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px transparent;
    background-color: transparent;
}

    .btn.btn-secondary:hover {
        color: #007c89 !important;
        border: 2px solid #007c89 !important;
        background-color: transparent !important;
        background-image: none;
    }

    .btn.btn-secondary:focus {
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        color: #fff !important;
        border: 2px solid #007c89 !important;
        background-color: transparent !important;
        -webkit-box-shadow: 0 1px 3px #007c89 !important;
        box-shadow: 0 1px 3px #007c89 !important;
    }

        .btn.btn-secondary:focus:hover {
            color: #007c89 !important;
            border: 2px solid #007c89 !important;
            background-color: transparent !important;
            background-image: none;
        }

    .btn.btn-secondary:not(:disabled):not(.disabled).active,
    .btn.btn-secondary:not(:disabled):not(.disabled):active {
        background-image: none;
        color: #fff !important;
        border-color: #007c89 !important;
        background-color: #007c89 !important;
    }

        .btn.btn-secondary:not(:disabled):not(.disabled).active:hover,
        .btn.btn-secondary:not(:disabled):not(.disabled):active:hover {
            color: #007c89 !important;
            border: 2px solid #007c89 !important;
            background-color: transparent !important;
            background-image: none;
        }

        .btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
            background-image: none;
            color: #007c89 !important;
            border: 2px solid #007c89 !important;
            background-color: transparent !important;
            -webkit-box-shadow: 0 1px 3px #007c89 !important;
            box-shadow: 0 1px 3px #007c89 !important;
        }

.btngreen,
.orderGreen {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
}

    .btngreen:hover,
    .orderGreen:hover {
        color: #007c89 !important;
        border: 2px solid #007c89 !important;
        background-color: transparent;
        background-image: none !important;
        text-decoration: none;
    }

    .btngreen:focus,
    .orderGreen:focus {
        background-image: none;
        color: #007c89;
        border: 2px solid #007c89;
        background-color: transparent;
        -webkit-box-shadow: 0 1px 3px #007c89;
        box-shadow: 0 1px 3px #007c89;
    }

.videoimg {
    border: 2px solid transparent;
}

    .videoimg .wistia_click_to_play {
        position: relative;
        display: inline-block !important;
        cursor: pointer;
        /*z-index:1;*/
    }

        .videoimg .wistia_click_to_play:after {
            content: "";
            background: url(../img/play-button.svg) no-repeat bottom center;
            width: 64px;
            height: 65px;
            background-size: 64px 65px;
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

    .videoimg:hover .wistia_click_to_play:after {
        background: url(../img/play-button-transparent.svg) no-repeat bottom center !important;
    }

    .videoimg:focus {
        border: 2px solid #007c89;
    }

.font-nunosans {
    font-family: "Nunito Sans", sans-serif !important;
}

.font-lora {
    font-family: "Lora", serif !important;
}

#isi .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    color: #002b4e;
    padding: 1rem 2rem;
}

    #isi .modal-body h6 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        line-height: 1.2;
        color: #002b4e;
        font-weight: 800;
    }

#isi button {
    color: #fff;
}

#isi p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

    #isi p strong {
        font-weight: 800;
    }

#isi ul {
    list-style: none;
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 20px;
}

    #isi ul li {
        font-size: 14px;
        line-height: 1.2;
        font-family: "Nunito Sans", sans-serif;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        #isi ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #002b4e;
            position: absolute;
            top: 5px;
            left: 10px;
            bottom: 0;
        }

#isi .isiTitle p {
    font-weight: 800;
    margin-bottom: 10px;
}

.page-404 {
    padding: 20vh 0;
}

    .page-404 p {
        color: #002b4e;
    }

.formcontainer {
    padding: 0 15px !important;
}

    .formcontainer .account-create {
        margin: 0 -15px;
    }

header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

    header.white-bg.fixed {
        background-color: #fff;
    }

    header.homeheader {
        border-bottom: 2px solid rgba(0, 124, 137, 0.15);
        background-color: #f2f8f9;
    }

        header.homeheader .toplinks .hometoplinks {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-bottom: 7px;
        }

            header.homeheader .toplinks .hometoplinks li {
                margin: 0 12px;
            }

                header.homeheader .toplinks .hometoplinks li a {
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 600;
                    color: #007c89;
                    font-size: 14px;
                    line-height: 22.4px;
                    text-decoration: underline;
                }

                    header.homeheader .toplinks .hometoplinks li a:hover {
                        text-decoration: none;
                    }

        header.homeheader .navigationsection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            header.homeheader .navigationsection ul.navbar-nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item {
                    /*margin: 0 25px;*/
                    padding: 5px 10px;
                }

            header.homeheader .navigationsection .navbar-nav li:nth-child(1n) {
                padding: 44px 15px;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item a {
                font-size: 14px;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 800;
                line-height: 23px;
                letter-spacing: 0.84px;
                text-transform: uppercase;
                color: #007c89;
                text-decoration: none;
                padding: 5px 5px 28px;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item a:hover {
                    color: #002b4e;
                }

                header.homeheader .navigationsection ul.navbar-nav .nav-item a:focus {
                    color: #002b4e;
                    text-decoration: underline;
                }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav {
                position: relative;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item a {
                position: relative;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav {
                display: none;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item a .subnav {
                display: none;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav:hover .subnav {
                display: block;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item a:hover .subnav {
                display: block;
            }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav {
                position: absolute;
                top: 100%;
                margin: 0;
                background-color: #fff;
                min-width: 150px;
                list-style: none;
                left: 0;
                z-index: 9;
                -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
                box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
                padding: 7px 0;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li {
                    margin: 7px 0;
                    text-align: left;
                    padding: 0px 9px;
                }

                    header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li a {
                        padding: 10px 5px;
                        pointer-events: auto;
                        white-space: nowrap;
                        text-transform: inherit;
                    }

                    header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover {
                        /*background-color:$dark-teal;*/
                    }

                        header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a {
                            color: #002b4e;
                            position: relative;
                        }

                            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a:after {
                                content: "";
                                position: absolute;
                                width: calc(100% - 10px);
                                height: 1.5px;
                                background-color: #002b4e;
                                bottom: 7px;
                                left: 5px;
                            }

                            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a:focus {
                                text-decoration: none;
                            }

                    header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li.active a {
                        color: #002b4e;
                        position: relative;
                    }

                        header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li.active a:after {
                            content: "";
                            position: absolute;
                            width: calc(100% - 10px);
                            height: 1.5px;
                            background-color: #002b4e;
                            bottom: 7px;
                            left: 5px;
                        }

                        header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li.active a:focus {
                            text-decoration: none;
                        }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav.submenu-4 {
                padding: 12px 2px;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav.submenu-4 a {
                    pointer-events: none;
                }

            header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .expands {
                display: inline-block;
                padding: 0px;
                position: relative;
                top: -3px;
                right: -2px;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item.has-subnav .expands:after {
                    content: "";
                    border: solid #007c89;
                    border-width: 0 1px 1px 0;
                    display: inline-block;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    width: 8px;
                    height: 8px;
                }

            header.homeheader .navigationsection ul.navbar-nav .nav-item:hover,
            header.homeheader .navigationsection ul.navbar-nav .nav-item.active {
                background-color: transparent;
            }

                header.homeheader .navigationsection ul.navbar-nav .nav-item.active > a {
                    padding: 5px 5px 43px;
                    border-bottom: 5px solid #2ea5b0;
                    color: #16416f;
                    font-weight: 900;
                }

            header.homeheader .navigationsection ul.navbar-nav .nav-item:last-child {
                margin-right: 7px !important;
                padding-right: 0;
            }

    header.tealheader {
        border-bottom: 2px solid #2ea5b0;
        background-image: linear-gradient(274deg, #007c89 65%, #009aa6 100%);
        /*.container {
      max-width: 1240px;
  }*/
    }

        header.tealheader .toplinks .hometoplinks {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-bottom: 7px;
        }

            header.tealheader .toplinks .hometoplinks li {
                margin: 0 12px;
            }

                header.tealheader .toplinks .hometoplinks li a {
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 600;
                    color: #fff;
                    font-size: 14px;
                    line-height: 22.4px;
                    text-decoration: underline;
                }

                    header.tealheader .toplinks .hometoplinks li a:hover {
                        color: #cce5e8;
                        text-decoration: none;
                    }

                    header.tealheader .toplinks .hometoplinks li a:focus {
                        color: #ffffff;
                        text-decoration: underline;
                    }

        header.tealheader .navigationsection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            header.tealheader .navigationsection ul.navbar-nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                header.tealheader .navigationsection ul.navbar-nav .nav-item {
                    padding: 5px 10px;
                }

                    header.tealheader .navigationsection ul.navbar-nav .nav-item a {
                        font-size: 14px;
                        font-family: "Nunito Sans", sans-serif;
                        letter-spacing: 0.84px;
                        font-weight: 800;
                        line-height: 23px;
                        text-transform: uppercase;
                        color: #fff;
                        text-decoration: none;
                        padding: 5px 5px 28px;
                    }

                        header.tealheader .navigationsection ul.navbar-nav .nav-item a:hover {
                            color: #cce5e8;
                            padding: 0px 5px 40px;
                        }

                        header.tealheader .navigationsection ul.navbar-nav .nav-item a:focus {
                            color: #ffffff;
                            text-decoration: underline;
                        }

                    header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav {
                        position: relative;
                    }

.subnav {
    display: none;
}

header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav {
    display: none;
}

header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav:hover .subnav {
    display: block;
}

header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav {
    position: absolute;
    top: 57px;
    margin: 0;
    background-color: #fff;
    min-width: 150px;
    list-style: none;
    left: 0;
    z-index: 9;
    -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    padding: 7px 0;
}

    header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li {
        margin: 7px 0;
        text-align: left;
        padding: 0px 9px;
    }

        header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li a {
            padding: 10px 5px;
            pointer-events: auto;
            white-space: nowrap;
            color: #007c89;
            text-transform: inherit;
        }

        header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover {
            /*background-color:$dark-teal;*/
        }

            header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a {
                color: #002b4e;
                position: relative;
            }

                header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a:after {
                    content: "";
                    position: absolute;
                    width: calc(100% - 10px);
                    height: 1.5px;
                    background-color: #002b4e;
                    bottom: 7px;
                    left: 5px;
                }

                header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li:hover a:focus {
                    text-decoration: none;
                }

        header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li.active a {
            position: relative;
            color: #002b4e;
        }

            header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .subnav li.active a:after {
                content: "";
                position: absolute;
                width: calc(100% - 10px);
                height: 1.5px;
                background-color: #002b4e;
                bottom: 7px;
                left: 5px;
            }

header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav.submenu-4 {
    padding: 12px 2px;
}

    header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav.submenu-4 a {
        pointer-events: none;
    }

header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .expands {
    display: inline-block;
    padding: 0px;
    position: relative;
    top: -3px;
    right: -2px;
}

    header.tealheader .navigationsection ul.navbar-nav .nav-item.has-subnav .expands:after {
        content: "";
        border: solid #fff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
    }

header.tealheader .navigationsection ul.navbar-nav .nav-item:hover {
    background-color: transparent;
}

header.tealheader .navigationsection ul.navbar-nav .nav-item:last-child {
    margin-right: 0px !important;
    padding-right: 7px;
}

header.tealheader .navigationsection ul.navbar-nav .nav-item.active {
    /*&:after{
  	content:'';
  	position: absolute;
  	width:calc(100% - 15px);
  	height:5px;
  	background-color: #2ea5b0;
  	bottom:-20px;
  	left: 10px;
  }
  &>a{
  	padding: 5px 5px 24px;
  }*/
}

    header.tealheader .navigationsection ul.navbar-nav .nav-item.active > a {
        padding: 5px 5px 24px;
        border-bottom: 5px solid #2ea5b0;
    }

header .sitelogo {
    max-width: 300px;
}

header .navtoggler {
    display: none;
}

.dnnEditState header {
    height: auto;
}

/* Elevation hub*/

.top-head-sec {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #002b4e;
    text-transform: uppercase;
    min-height: 42px;
}

.bottom-foot-sec {
    text-align: center;
    margin-top: 35px;
    min-height: 252px;
}

.col-3-wrap {
    display: flex;
    flex-direction: column;
}

.mid-img-sec {
    text-align: center;
}

    .mid-img-sec img {
        max-width: 287px;
    }

span.foot-title {
    /* text-align: center; */
    font-size: 42px;
    color: #002b4e;
    font-weight: 600;
    font-family: "Lora";
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}

p.footpara {
    font-size: 22px;
    font-weight: normal;
    font-family: "Nunito Sans";
    color: #002b4e;
    padding: 0px 37px;
}

.foot-title sup {
    top: 0.9em !important;
    font-size: 24px !important;
    font-family: "Lora";
}

span.explore-btn {
    padding: 13px 0px 13px 0px;
    border-radius: 40px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    max-width: 203px;
    text-align: center;
    margin: 0 auto;
    /* border: 2px solid transparent !important;*/
    background-image: linear-gradient(to left, #336599, #00818a);
}

.bottom-foot-sec span.explore-btn {
    max-width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.footpara {
    font-size: 22px;
    font-weight: normal;
    font-family: "Nunito Sans";
    color: #002b4e;
}

span.explore-btn a {
    padding: 0px;
    /* width: initial; */
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-weight: 800;
}

span.explore-btn:hover {
    /* color: #007c89 !important; */
    border: 2px solid #007c89 !important;
    background-color: #fff;
    background-image: none !important;
    text-decoration: none;
}

    span.explore-btn:hover a {
        color: #007c89 !important;
    }

.bg-head {
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
}

ul.hometoplinks li a {
    color: #fff !important;
}

.container.menu-head {
    height: 113px;
    vertical-align: middle;
    padding: 26px 0px;
}

hr.mid-divider {
    margin-top: 69px;
    margin-bottom: 69px;
    border: 1px solid #dcedef;
}

.row.border-rad-sec {
    border-radius: 40px;
    padding: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
    background-image: linear-gradient(104deg, #5bc6e8 50%, rgba(91, 198, 232, 1) 50%, rgba(91, 198, 233, 0.3) 88%, rgba(91, 198, 233, 0.27) 128%), linear-gradient(to bottom, #cce5e8, #cce5e8);
    position: relative;
    overflow: hidden;
    /* opacity: 0.5; */
    background-blend-mode: overlay;
}

.zenlens-mid-divider {
    margin-top: 67px;
    margin-bottom: 67px;
    border: 2px solid #dcedef;
}

.zenlens-border-rad-sec {
    border-radius: 40px;
    padding: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 74px;
    /* background-image: linear-gradient(115deg, rgba(108, 63, 154, 1) 0%, rgba(98, 62, 150, 1) 99%); */
    position: relative;
    overflow: hidden;
}

.bg-view {
    position: absolute;
    width: 100%;
}

.floating-icon {
    width: 280px;
    height: 256px;
    position: absolute;
    left: -3%;
    border-radius: 50%;
    transform: scale(1.3);
    background-image: linear-gradient(137deg, #5bc6e8 0%, rgba(91, 198, 232, 0.3) 45%, rgba(91, 198, 233, 0.1) 83%, rgba(91, 198, 233, 0.27) 106%);
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0.8; */
    /* background-blend-mode: color; */
}

.zenlens-floating-icon {
    width: 285px;
    height: 285px;
    position: absolute;
    left: -3%;
    transform: scale(1.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-icon img {
    width: 100px;
    margin-left: 41px;
}

.zenlens-floating-icon img {
    width: 185px;
    margin-left: 41px;
}

.top-mid-cont {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    font-family: "Lora";
    color: #002b4e;
    margin-bottom: 16px;
}

.bot-mid-cont {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #002b4e;
}

.more-product-sec {
    background: #cce5e8;
    padding: 60px 0px 70px;
    display: flex;
}

.bord-bottom {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.08px;
    color: #002b4e;
    font-family: "Nunito Sans";
    border-bottom: 2px solid #e1eff1;
    padding: 5px 0px;
}

.more-product-sec {
    background: rgba(204, 229, 232, 0.32);
    padding: 60px 0px 70px;
}

.more-cat-title-sec {
    line-height: 1.13;
    letter-spacing: -0.5px;
    color: #002b4e;
    padding: 0px 28px 0px;
    min-height: 97px;
    align-items: center;
    display: flex;
    border-bottom: 2px solid #dcedef;
}

.white-bg-wrap {
    height: 100%;
    background: #fff;
}

.more-product-sec h2 {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.08px;
    color: #002b4e;
}

.white-bg-wrap {
    height: 100%;
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.5);
}

.divider-product {
    border-bottom: 2px solid #dcedef;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.more-cat-title-sec h3 {
    font-family: "Nunito Sans";
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.5px;
    color: #002b4e;
}

.more-cat-prod-sec {
    padding: 30px 44px 39px 28px;
}

.more-product-sec .more-cat-prod-sec {
    padding: 29px 44px 19px 28px;
}

.list {
    display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.list {
    color: #007c89;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #007c89;
    margin-bottom: 27px;
}

.more-product-sec-white {
    background: #fff;
    padding: 60px 0px 70px;
}

    .more-product-sec-white h2 {
        font-family: "Nunito Sans";
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 1.08px;
        color: #002b4e;
        text-transform: uppercase;
    }

.zenlens-mid-cont-sec .top-mid-cont {
    color: #fff;
}

.zenlens-mid-cont-sec .bot-mid-cont {
    color: #fff;
}

.zenlens-feature-sec h2,
.zenlens-download-sec h2,
.bi-balance-power h2 {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.08px;
    color: #002b4e;
    text-transform: uppercase;
}

.zenlens-feature-sec h3,
.bi-balance-power h3 {
    font-family: "Nunito Sans";
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #002b4e;
    margin-bottom: 18px;
}

.bi-balance-power p {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

.zenlens-feature-sec p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

.zenlens-feature-sec ul,
.zenlens-download-sec ul {
    list-style-type: none;
}

    .zenlens-feature-sec ul li a::before,
    .zenlens-download-sec ul li a::before {
        content: "";
        background: url(../img/icon-38x48-pdf-doc.png) top left no-repeat;
        background-size: 100%;
        width: 15.2px;
        height: 18px;
        position: absolute;
        top: 0px;
        left: -14px;
    }

ul.before-doc li {
    position: relative;
    margin-bottom: 10px;
}

.zenlen-dwnld-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.zenlens-download-sec ul li {
    position: relative;
    display: flex;
}

.right-sec-dwnld ul li {
    display: inline;
    margin-right: 26px;
}
.right-sec-dwnld {
    margin-top: 10px;
}

    .zenlens-feature-sec ul li a,
    .zenlens-download-sec ul li a {
        font-family: "Nunito Sans";
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #007c89;
        padding-left: 10px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

.left-sec-dwnld span {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #002b4e;
}

.left-sec-dwnld p {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    color: #002b4e;
}

.zenlens-download-sec .first-list-dwnld li {
    margin-bottom: 10px;
}
.zenlens-second-list {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zenlens-third-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zenlens-first-list {
    border-right: 3px solid rgba(169, 217, 224, 0.2);
}
.zenlens-third-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid rgba(169, 217, 224, 0.2);
}
.zenlens-feature-sec ul li a:hover,
.zenlens-download-sec ul a:hover {
    text-decoration: underline;
}

.zenlens-Accordion-sec .card {
    background-color: rgba(204, 229, 232, 0.25);
    border-radius: 0;
    border-bottom: 4px solid #138090;
}

.zenlens-Accordion-sec {
    margin-bottom: 74px;
}

    .zenlens-Accordion-sec .card-header {
        background: none;
        border: 0;
        padding-bottom: 0px;
    }

    .zenlens-Accordion-sec .card {
        padding: 65px 67px;
    }

    .zenlens-Accordion-sec .acc-icon-sec {
        display: flex;
        margin-right: 40px;
    }

        .zenlens-Accordion-sec .acc-icon-sec img {
            width: 97px;
        }

span.acc-icon {
    width: 38px;
}

.zenlens-Accordion-sec .acc-body {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    text-align: left;
}

.zenlens-download-sec {
    margin-bottom: 74px;
}

.zenlens-Accordion-sec .acc-title {
    font-family: "Nunito Sans";
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #002b4e;
    margin-bottom: 30px;
}

.zenlens-Accordion-sec .acc-body p {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

.zenlens-Accordion-sec .btn-link {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.zenlens-Accordion-sec .acc-img {
    text-align: center;
}

.zenlens-Accordion-sec .foot-text {
    text-align: left;
    margin-top: 55px;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.29px;
    color: #000;
}

.zenlens-Accordion-sec .card-body {
    margin-left: 90px;
}

    .zenlens-Accordion-sec .card-body p {
        font-family: "Lora", serif;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #002b4e;
        text-align: left;
        font-weight: 800;
    }

.zenlens-Accordion-sec .acc-img-space {
    margin-bottom: 60px;
}

.zenlens-Accordion-sec .card-body ul {
    list-style-position: inside;
    list-style-type: disc;
}

.zenlens-Accordion-sec .btn-link:hover {
    text-decoration: none;
}

.acc-list {
    display: flex;
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

    .acc-list ul {
        margin-bottom: 0px;
    }

.acc-list-left {
    margin-right: 90px;
}

.zenlens-Accordion-sec ul.img-list-in {
    list-style-type: none;
}

    .zenlens-Accordion-sec ul.img-list-in li {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

        .zenlens-Accordion-sec ul.img-list-in li img {
            width: 75px;
        }

        .zenlens-Accordion-sec ul.img-list-in li .img-wrap-list {
            justify-content: center;
            width: 100%;
            margin-bottom: 18px;
        }

.zenlens-Accordion-sec ul.img-list-in {
    list-style-type: none;
    display: flex;
}

span.img-list-text {
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #8c1a80;
}

.zenlens-Accordion-sec ul.img-list-in {
    list-style-type: none;
    display: flex;
    margin: 47px 0px 0px 0px;
}

.acc-img-list {
    padding-left: 0px;
    padding-right: 0px;
    /* width: 105%; */
}

.acc-text.elevation-txt {
    margin-top: 22px;
}

ul.img-list-in li:not(:last-child) {
    border-right: 1px solid #5c2e83;
}

.zenlens-Accordion-sec ul.microvalt-list li {
    list-style-position: initial !important;
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
    margin-bottom: 20px;
}

.zenlens-Accordion-sec .acc-floating-img {
    position: absolute;
    left: 34px;
    width: 117%;
    top: 0px;
    left: 58px;
}

.zenlens-Accordion-sec .wrap-acc-float-img {
    width: 354px;
}

.zenlens-Accordion-sec .acc-pink-box {
    margin-top: 35px;
    max-width: 480px;
    text-align: center;
    padding: 15px;
    background-color: #8c1a80;
    color: #fff;
    font-size: 22px;
}

.zenlens-Accordion-sec .foot-text span {
    text-indent: -7px;
    display: inline-block;
}

ul.before-doc {
    margin-bottom: 0px;
}

.box-wrapper-box-zenlens {
    height: 100%;
    border: 2px solid #964893;
    padding: 41px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .box-wrapper-box-zenlens .btngreen,
    .box-wrapper-box-zenlens-full .btngreen {
        padding: 16px 90px 15px;
        border-radius: 30px;
        background-image: linear-gradient(to left, #336599, #00818a);
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: inline-block;
        border: 2px solid #007c89;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.zenlens-feature-sec .box-wrapper-box-zenlens h3 {
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #002b4e;
}

.zenlens-feature-sec .box-wrapper-box-zenlens p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
    font-family: "Nunito Sans", sans-serif;
}

.box-wrapper-box-zenlens .btngreen,
.box-wrapper-box-zenlens-full .btngreen {
    padding: 12px 18px;
    width:max-content;
}

.box-wrapper-box-zenlens-full {
    height: 100%;
    border: 2px solid #964893;
    padding: 41px 60px;
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.box-wrapper-box-zenlens-full {
    height: 100%;
    border: 2px solid #964893;
    padding: 41px 60px;
    display: flex;
    margin-top: 3px;
    float: left;
   
}
.zenlens-feature-sec .box-wrapper-box-zenlens-full {
  /*  align-items: flex-end;*/
}



    .zenlens-feature-sec .box-wrapper-box-zenlens-full img {
        margin-top: -73px;
        margin-bottom: 40px;
    }
..zenlens-feature-sec .box-wrapper-box-zenlens-full .top-align-wrap-full img {
    margin-top: -76px;
    padding-bottom: 34px;
}
.left-align-wrap-full {
    padding-right: 304px;
}

.right-align-wrap-full img {
    width: 342px;
    position: absolute;
    top: -15px;
    right: 14px;
}

.box-wrapper-box-zenlens-full-top {
    margin: 74px 0px;
}

.HomeSlider {
    margin-bottom: 73px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.carousel-control-prev-icon {
    background-image: url("/siteassets/img/utility-icon-left-arrow-grey.svg");
}

.carousel-control-next-icon {
    background-image: url("/siteassets/img/utility-icon-right-arrow-grey.svg");
}
/*
.carousel-inner.carousel-control-prev-icon:nth-child(1) {
    background-image: url("/siteassets/img/utility-icon-left-arrow-green.png");
}

.carousel-inner .carousel-control-next-icon:nth-child(1) {
    background-image: url("/siteassets/img/utility-icon-right-arrow-green.png");
}*/

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 41px;
    height: 34px;
    z-index: 5;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-color: #06bccfcc;
    padding: 0px;
    border: 3px solid #b8b8b8;
    opacity: 1;
    /* border-top: 0; */
}

.carousel-indicators {
    bottom: 8px;
    z-index: 5;
}

.carousel-item:nth-child(1) {
    background-color: rgba(204, 229, 232, 0.32);
}

.carousel-caption-sec {
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.left-sec-carousal h1.slider1-head {
    font-family: "Nunito Sans", sans-serif;
    font-size: 90px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -0.9px;
    color: #002b4e;
}

.right-sec-carousal p.slider1-para {
    font-family: Lora;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #002b4e;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

h1.slider2-head {
    font-family: "Nunito Sans", sans-serif;
    font-size: 90px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -0.9px;
    color: #fff;
}

    h1.slider2-head span {
        font-weight: 400;
    }

p.slider2-para {
    font-family: Lora;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #fff;
    margin-top: 25px;
}

a.btn.slider2-btn {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    color: #fff;
}

h1.slider3-head {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #002B4E;
}

a.btn.slider2-btn {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    color: #fff;
    margin-top: 35px;
    font-weight: 800;
    padding: 12px 14px 12px 14px;
}
    a.btn.slider2-btn.slider3-btn {
        padding: 9px 27px 9px 27px;
        margin-top: 16px;
    }

h1.slider3-head span {
    font-weight: 900;
    font-size: 90px;
    line-height: 81px;
    letter-spacing: -0.9px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: flex;
}

h1.slider3-head sup {
    font-weight: normal;
}

h1.slider4-head {
    font-family: "Nunito Sans", sans-serif;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: -0.9px;
    color: #fff;
}
    h1.slider4-head span {
        font-weight: 900;
    }

.top-right-plus {
    position: absolute;
    left: 0;
    top: 0;
    width: 154px;
    -webkit-transform: rotate(0deg) scale(-1);
    -moz-transform: rotate(0deg) scale(-1);
    -ms-transform: rotate(0deg) scale(-1);
    -o-transform: rotate(0deg) scale(-1);
    transform: rotate(0deg) scaleX(-1);
}

.bottom-left-plus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    z-index: 1;
    -webkit-transform: rotate(360deg) scale(-1);
    -moz-transform: rotate(360deg) scale(-1);
    -ms-transform: rotate(360deg) scale(-1);
    -o-transform: rotate(360deg) scale(-1);
    transform: rotate(360deg) scaleX(-1);
}

    .top-right-plus img,
    .bottom-left-plus img {
        width: 100%;
    }

.carousel-indicators .active {
    opacity: 1;
    background-color: #b8b8b8;
    border-collapse: collapse;
    z-index: 999;
    /* border: chocolate; */
    background-clip: unset;
    opacity: 1;
}

.trainingformwrap {
    margin-bottom: 80px;
    max-width: 1017px;
}

    .trainingformwrap .Form__Status {
        display: none;
    }

    .trainingformwrap h2 {
        font-size: 33.4px;
        font-weight: 900;
        color: #5c2e83;
        text-align: center;
        margin-bottom: 20px;
    }

        .trainingformwrap h2 sup {
            font-size: 19.4px;
        }

    .trainingformwrap label {
        display: block;
    }

    .trainingformwrap .EPiServerForms .Form__Element .Form__Element__Caption {
        display: block;
        font-family: "Nunito Sans";
        font-size: 17px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #000;
    }

        .trainingformwrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel {
            position: relative;
            padding-left: 10px;
            font-family: "Nunito Sans";
            font-size: 17px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: normal;
            color: #000;
        }

            .trainingformwrap .EPiServerForms .Form__Element .Form__Element__Caption.reqLabel:before {
                position: absolute;
                content: "*";
                left: 0;
                color: #d80000;
            }

    .trainingformwrap input[type="text"] {
        width: 100%;
        padding: 10px 8px;
        outline: none;
        color: #000;
        border: solid 2px #a9d9e0;
    }

    .trainingformwrap input[type="text"],
    .trainingformwrap .tpMar fieldset label .checkmark {
        border: solid 2px #a9d9e0;
    }

.form-light-bg .trainingformwrap .submitCta {
    width: auto;
    padding: 14px 40px;
}

.trainingformwrap .border-top .FormTextbox {
    border-top: 2px solid #9fd7e0;
    padding-top: 15px;
}

.trainingformwrap .tpMar {
    padding-top: 25px;
}

    .trainingformwrap .tpMar fieldset label {
        display: inline-block;
        position: relative;
        padding-left: 40px;
        padding-top: 5px;
        font-family: "Nunito Sans";
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -0.42px;
        color: #000;
        margin-right: 20px;
    }

        .trainingformwrap .tpMar fieldset label .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            width: 30px;
            background-color: #fff;
            border-radius: 50%;
        }

    .trainingformwrap .tpMar fieldset input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .trainingformwrap .tpMar fieldset input:checked ~ .checkmark {
            background-color: #179eb3;
        }

            .trainingformwrap .tpMar fieldset input:checked ~ .checkmark:after {
                top: 9px;
                left: 9.5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: white;
                content: "";
                position: absolute;
            }

        .trainingformwrap .tpMar fieldset input:after {
            content: "";
            position: absolute;
            display: none;
        }

    .trainingformwrap .tpMar.custom {
        padding-top: 40px;
    }

        .trainingformwrap .tpMar.custom fieldset label .checkmark {
            border-radius: 0;
        }

        .trainingformwrap .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;
        }

.trainingformwrap .dropBox .Form__Element {
    position: relative;
}

.trainingformwrap .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;
    border: solid 2px #a9d9e0;
}

.trainingformwrap .submitCta {
    border-radius: 30px;
    padding: 14px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to left, #336599, #00818a);
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    outline: none;
    margin: 25px 0 0 !important;
    max-width: 109px;
    border: 2px solid transparent;
}

    .trainingformwrap .submitCta:hover {
        background: #088a9f;
    }

.trainingformwrap .footnote {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.wrap-row {
    width: 100%;
    float: left;
    display: flex;
    /* flex-direction: column; */
}

.reqtxt {
    margin-bottom: 42px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.29px;
    color: #000;
}

span.font-red {
    color: #d80000;
}

.educationBanner h3 {
    font-size: 28px;
}

.Edu-feature-sec.pealbg h2 {
    font-size: 18px;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.08px;
    color: #002b4e;
}

.edu-top-wrap-sec {
    min-height: 200px;
    background-color: #d8d8d8;
}

.edu-bottom-wrap-sec {
    min-height: 82px;
    background-color: #fff;
    padding: 10px;
}

    .edu-bottom-wrap-sec span {
        font-family: "Nunito Sans";
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #007c89;
    }

        .edu-bottom-wrap-sec span a {
            color: #007c89;
            text-decoration: underline;
        }

.edu-top-wrap-sec img {
    width: 100%;
}

.edu-top-wrap-sec {
    min-height: 175px;
    background-color: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.sortSection.cd-main-content {
    margin-top: 43px;
}

.zenlens-acc-train {
    background: #f2f8f9;
    padding: 40px 0px;
}

    .zenlens-acc-train h2 {
        font-family: "Nunito Sans";
        font-size: 42px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.97;
        letter-spacing: normal;
        color: #002b4e;
    }

p.trainingtitlepara {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

p.traningmidpara {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

.acc-number-tr label {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
}

.Form__Element .emailedu {
    border: solid 2px #a9d9e0;
    height: 44px;
}

.form-tr .hide {
    display: none !important
}

span.first-time {
    font-weight: bold;
}

.form-tr .submit-edu {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a) !important;
    color: #fff !important;
    width: 97px;
    height: 44px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    font-weight: 400;
    margin-left: 5px !important;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 800;
}

    .form-tr .submit-edu:hover {
        text-decoration: underline !important;
    }

        .form-tr .submit-edu:hover:focus {
            color: #fff !important;
        }

.acc-number-tr .Form__MainBody .FormStep {
    display: flex;
}

a.get-started {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    height: 44px;
    display: block;
    width: 150px;
    justify-content: center;
    display: flex;
    text-align: center;
    color: #fff;
    align-items: center;
    font-weight: 800;
}

ul.before-doc.custom-fit-exp {
    margin-top: 53px;
}

.zenlens-Accordion-sec .card-body .acc-text p,
.zenlens-Accordion-sec .card-body .acc-img-space p {
    font-weight: normal;
}

.zenlens-Accordion-sec .card-body .acc-text.elevation-txt p {
    font-weight: bold;
}

.zenlens-Accordion-sec .card-body .acc-text.elevation-txt.normal-bi p {
    font-weight: normal;
}

.ele-banner-img {
    width: 100%;
}

.elevation .container {
    position: absolute;
    top: 6%;
    right: 0;
    left: 0;
}

.elevation {
    position: relative;
}


    .elevation h1 {
        font-family: "Nunito Sans";
        font-size: 81.9px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: -0.82px;
        color: #fff;
        position: relative;
    }

    .elevation h1 {
        font-family: "Nunito Sans";
        font-size: 81.9px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: -0.82px;
        color: #fff;
        position: relative;
    }

        .elevation h1 span {
            font-weight: 500;
            font-size: 45px;
            margin-top: 7px;
            position: absolute;
            bottom: 25px;
        }

    .elevation .breadcrumb {
        margin-bottom: 110px;
    }

.ele-cont h2 {
    font-family: Lora;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    margin-top: 30px;
}

.innovation-wrap {
    min-height: 158px;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(210, 234, 237, 0.75);
}

.txt-innov {
    font-family: "Nunito Sans";
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #007c89;
    text-transform: uppercase;
}

    .txt-innov span {
        font-weight: 300;
    }

.fitting-ele-wrap {
    padding: 55px 0px 55px;
    align-items: center;
    background-color: rgba(210, 234, 237, 0.5);
    text-align: center;
}

    .fitting-ele-wrap h4 {
        font-family: "Nunito Sans";
        font-size: 42px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.97;
        letter-spacing: normal;
        text-align: center;
        color: #002b4e;
    }

.txt-fiit-bi p {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #002b4e;
    margin-top: 20px;
    padding: 0px 96px;
}

p.elefoot-note {
    font-size: 12px;
    color: #000;
}

.calsec {
    min-height: 329px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.12);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.Calculator-ele-wrap {
    /* background: url(/siteassets/img/header-background-inner-cal-desktop.svg) bottom center; */
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    background-position: top;
    border-radius: 0 0 70% 70%;
    /* background-color: rgba(210, 234, 237, 0.5);*/
    margin-bottom: 60px;
    position: relative;
}

.wrapp-cal {
    width: 100%;
}

.bg-color-circular {
    width: 100%;
    position: absolute;
    background-color: rgba(210, 234, 237, 0.5);
    height: 390px;
    border-radius: 0 0 70% 70%;
}

.Lens-feature {
    background-color: rgba(169, 217, 224, 0.2);
    padding: 50px 0px 50px;
    margin-bottom: 30px;
}

.Bi-Eelevation-Animation {
    margin-bottom: 50px;
}

.exp-ele-alig h2 {
    font-size: 42px;
    font-family: "Nunito Sans";
    max-width: 560px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #002b4e;
    line-height: 0.97;
}

.exp-ele-alig.text-center h3 {
    font-size: 22px;
    font-family: "Nunito Sans";
    color: #002b4e;
}

.more-to-zen {
    text-align: center;
    margin-bottom: 33px;
    width: 100%;
    position: relative;
}

    .more-to-zen img {
        margin-bottom: 30px;
        z-index: 999;
        position: relative;
    }

.box-360-wrap {
    /* padding: 40px; */
    border: 4px solid;
    border-image: linear-gradient(45deg, #ae4a9e, #95d1df) 10;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.21px;
    text-align: center;
    color: #5c2e83;
    margin-top: 40px;
}

span.bold-360 {
    font-weight: bold;
}

.box-360-top {
    border-bottom: 4px solid #95d1df;
    padding: 15px;
}

.box-360-bottom {
    padding: 15px;
}

.Bi-elevation-video-sec {
    position: relative;
}

.ele-vid-banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.ele-vid-banner-img-right {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
}

.video-sec-pink h5 {
    font-family: "Nunito Sans";
    font-size: 70px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}

.video-sec-pink h5 {
    font-family: "Nunito Sans";
    font-size: 70px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 30px;
}

img.ele-vid-banner-img-right {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
}

.video-sec-pink {
    font-family: Lora;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
}

.Bi-elevation-video-sec {
    position: relative;
    /* height: 100%; */
    padding: 108px 0px;
}

.video-sec-pink ul {
    text-decoration: none !important;
    list-style-type: none;
    margin: 41px 0px 35px;
    display: flex;
    align-items: flex-end;
}

.video-sec-pink li {
    /* display: flex; */
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
    font-family: "Nunito Sans";
    margin-right: 16px;
}

a.ele-vid-btn {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    padding: 15px;
    margin-top: 30px;
}

a.ele-vid-btn {
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    padding: 15px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "Nunito Sans";
    font-weight: 800;
    cursor: pointer;
}

    a.ele-vid-btn:hover {
        color: #007c89 !important;
        background-color: #fff;
        background-image: none !important;
        text-decoration: none;
    }

.bi-balance-power {
    margin-top: 69px;
}

    .bi-balance-power .box-wrapper-box-zenlens-full-top {
        margin: 20px 0px;
    }

.img-fitlens-zenlens img {
    position: absolute;
    top: -71px;
}

.wrap-fitsetoption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.Fit-set-option h5 {
    font-family: "Nunito Sans";
    font-size: 42px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: center;
    color: #8c1a80;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.bi-balance-power .box-wrapper-box-zenlens-full {
    background: #fff;
}

.Fit-set-option {
    width: 100%;
    background-color: rgba(169, 217, 224, 0.2);
    padding: 158px 0px 55px;
    margin-top: -123px;
    z-index: -1;
    position: relative;
}

.img-fit-set {
    border-right: 4px solid rgba(0, 124, 137, 0.12);
}

    .img-fit-set.img-last-fit {
        border: none;
    }

.txt-fit-set {
    margin-top: 27px;
    padding: 0px 36px;
    font-family: "Nunito Sans";
    font-size: 22.9px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.4px;
    text-align: center;
    color: #5c2e83;
    text-transform: uppercase;
}

    .txt-fit-set span {
        text-transform: lowercase;
        font-weight: 300;
    }

.dwnld-fit-guide ul {
    list-style-type: none;
}

    .dwnld-fit-guide ul li a {
        text-decoration: underline;
        font-family: "Nunito Sans";
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #007c89;
    }

        .dwnld-fit-guide ul li a::before {
            content: "";
            background: url(../img/icon-38x48-pdf-doc.png) top left no-repeat;
            background-size: 100%;
            width: 15.2px;
            height: 18px;
            position: absolute;
            top: 2px;
            left: -27px;
        }

.dwnld-fit-guide li {
    position: relative;
    margin-bottom: 25px;
}

span.grand-prem {
    font-family: "Nunito Sans";
}

.productpagecontent .left-content .videosection .videoplaceholder {
    margin-top: 40px;
}

.acc-number-tr span {
    color: #d80000;
}

.form-training-Reg .EPiServerForms .Form__Element {
    margin-bottom: 32px !important;
}

ul.footerlinks.deskfoot {
    max-width: 200px;
    margin: 0 auto;
}

.trainingformwrap .Trform-divder {
    height: 2px;
    background-color: #dcedef;
    margin: 14px 0px 14px;
}

.trainingformwrap .Form__Element.FormParagraphText.Form__Element--NonData {
    width: 100%;
}

.txt-fiit-bi a {
    color: #002b4e;
    text-decoration: underline;
    font-weight: 600;
}

    .txt-fiit-bi a:hover {
        text-decoration: none;
    }
/*.carousel-item > img {
    width: 100%;
    max-height: 694px;
}*/

.get-started:hover, .form-tr .submit-edu:hover {
    color: #007c89 !important;
    border: 2px solid #007c89 !important;
    background-color: transparent;
    background-image: none !important;
    text-decoration: none !important;
}

.complexity-box {
    position: absolute;
    margin-bottom: 100px;
    top: 100px;
    justify-content: center;
    display: flex;
}

.compl-desk h3 {
    font-size: 42px;
    font-family: 'Lora';
    FONT-WEIGHT: 600;
    color: #002b4e;
}

.compl-desk p {
    font-size: 22px;
    color: #002b4e;
    margin-top: 27px;
}
.echo-mid-divider {
    width: 100%;
    margin: 53px 0px;
    height: 2px;
    background-color: #dcedef;
}
.bottom-axis-sec {
    background: rgba(204, 229, 232, 0.25);
    padding: 0px 59px 53px;
    margin-top: 105px;
}
.top-text {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
    color: #002b4e;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    line-height: 1.19;
}
img.optical-img {
    margin-top: -78px;
}
.bottom-axis-sec ul {
    list-style-type: none;
    margin-top: 40px;
}
    .bottom-axis-sec ul li {
        margin-bottom: 25px;
    }

.bottom-axis-sec ul {
    list-style-type: none;
    margin-top: 40px;
    padding: 0px;
    margin: 40px 0px 0px 0px;
}
    .bottom-axis-sec ul li {
        margin-bottom: 25px;
        display: flex;
        flex-direction: row;
       align-items: center;
    }
span.axis-title {
    justify-content: center;
    display: flex;
    margin-left: 17px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    font-weight: 800;
    color: #2b4aaf;
    text-align: left;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
}
span.axis-sub {
    font-weight: normal;
    color: #002b4e;
    font-size: 19px;
}
span.axis-sub {
    font-weight: normal;
    color: #002b4e;
    font-size: 19px;
    text-transform: lowercase;
}
.bottom-axis-sec ul img {
    max-width: 89px;
}
.zenens-echo-img-sec {
    margin-top: 15px;
}
.col-10.zenens-azen.row.px-0 h3 {
    text-align: center;
}
.zenens-azen {
   
    flex-direction: column;
}

.azen-box {
    display: flex;
    flex-direction: row;
    border: solid 2px #964893;
    padding: 34px 33px;
    margin-bottom: 50px;
    position: relative;
    background: #fff;
    z-index: 100;
}
.col-10.zenens-azen.row.px-0 h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    color: #002b4e;
    line-height: 1.19;
    margin: 60px 0px 34px;
}
h4.azen-box-h4 {
  
    height: 72px;
    color: #2b4aaf;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Nunito Sans';
}
.azen-box ul li {
    font-size: 22px;
    font-family: 'Nunito Sans';
    list-style-type: disc;
    color: #002b4e;
    font-style: normal;
    line-height: 1.4;
}

.current-tech-sec {
    width: 100%;
    display: flex;
    padding: 133px 0px 74px;
    background: rgba(169, 217, 224, 0.2);
    margin-top: -147px;
    z-index: 99;
    position: relative;
}
.ctech-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    
}
span.img-ctech {
    margin-bottom: 32px;
    /* border-right: 1px solid; */
}

.ctech-box-2 .img-ctech {
    border-left: 5px solid rgba(169, 217, 224, 0.2);
    border-right: 5px solid rgba(169, 217, 224, 0.2);
}
.col-12.ctech-head {
    margin-bottom: 45px;
    text-align: center;
}
.ctech-head h3 {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    line-height: 1.19;
    color: #002b4e;
}
.ctech-box span {
    font-size: 22.9px;
    font-weight: 800;
    color: #2b4aaf;
    letter-spacing: 0.4px;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
}
.ctech-outer {
    display: flex;
    flex-direction: column;
}
.echo-zenlens-col {
    display: flex;
    align-items: flex-end;
   
}

.zenlen-halves-l a, .zenlen-halves-r a {
    margin-top: 22px;
}
.zen-row {
    display: flex;
    justify-content: space-between;
}
.zen-box-1, .zen-box-2, .zen-box-3 {
    padding: 0px;
   
    max-width: 32.2%;
}
.top-quardent-sec .bottom-axis-sec ul li img {
    max-width: 62px;
}
/*Arise*/
.arise-lens-cont h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    max-width: 562px;
    margin-bottom: 20px;
    color: #242058;
}
.lens-arise-float {
    justify-content: center;
    display: flex;
    margin-top: -177px;
}
.productpagecontent .arise-lens-cont ul li {
    list-style-type: disc;
    /* list-style-position: inside; */
    padding-left: 0px;
    text-align: left;
    margin-right: 0px;
    font-size: 20px;
    line-height: 28px;
}
.productpagecontent .arise-lens-cont ul li {
    list-style-type: disc;
    padding-left: 10px;
    text-align: left;
    margin-right: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    color: #242058;
}
.arise-3col {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .arise-3col .arise-title-head {
        margin: 20px 0px;
        display: flex;
        justify-content: center;
        font-size: 22px;
        line-height: 25px;
        font-weight: 800;
        color: #242058;
    }
.productpagecontent .arise-3col p {
    font-size: 18px;
    font-weight: 400;
    max-width: 187px;
    color: #242058;
}
.productpagecontent .arise-lens-cont ul li::after {
    content: none;
}
.arise-lens-cont ul {
    margin-left: 31px!important;
}
.arise-lens-cont hr {
    margin: 41px 0px;
}
.align-desin h4 {
    font-size: 30px;
    font-weight: 800;
    color: #242058;
    font-family: 'Nunito Sans';
    margin-bottom: 30px;
    text-align: center;
}
.arise-aec-wrap sup {
    font-size: 65% !important;
    top: -0.5em !important;
}
.arise-aec-wrap {
    padding-bottom: 45px;
}
.three-step {
    background: RGBA(204, 229, 232, 0.35);
    padding: 65px 0px;
}
    .three-step h5 {
        font-size: 30px;
        font-weight: 800;
        line-height: 36px;
        margin-bottom: 50px;
        color: #242058;
    }
.text-step {
    display: flex;
    flex-direction: column;
}
.three-step hr {
    width: 100%;
    margin: 23px 0px 30px 0px;
    color: #242058;
    background-color: #242058;
}
span.num-icon {
    width: 100%;
    display: flex;
    flex: d;
    flex-direction: row;
    align-items: center;
    /* height: 90px; */
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lora';
    line-height: 30px;
    margin-bottom: 10px;
    color: #242058;
}
    span.num-icon img {
        margin-right: 12px;
       
    }
span.step-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 9px;
    color: #242058;
}
p.step-decrip {
    font-size: 17px;
    font-weight: 400;
    color: #242058;
    letter-spacing: 0px;
}
.three-step-ref {
    color: #242058;
    font-size: 13px;
    line-height: 16px;
}
.row.step-row-3 {
    padding-top: 50px;
}

.btm-footnote {
    text-align: left;
}

.btm-footnote p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
}

@media screen and (max-width: 991px) {
    .no-mb .FormTextbox {
        margin-bottom: 10px !important;
    }
    .no-mb .FormTextbox.ValidationFail {
        margin-bottom: 24px !important;
    }
    header {
        height: 57px;
    }

    .bg-head {
        margin-bottom: 15px;
        height: 10px;
    }

    header.homeheader {
        height: 70px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

        header.homeheader .toplinks {
            display: none;
        }

        header.homeheader .mob-wrap {
            display: none;
            position: fixed;
            width: 100%;
            left: 0;
            top: 57px;
            background-image: linear-gradient(304deg, #007c89 35%, #009aa6 69%);
            height: 100%;
            z-index: 9;
            overflow-y: auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 40px;
        }

            header.homeheader .mob-wrap .toplinks {
                display: block;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                -webkit-box-flex: 100%;
                -ms-flex: 100%;
                flex: 100%;
                max-width: 100%;
                height: 50%;
            }

                header.homeheader .mob-wrap .toplinks .hometoplinks {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 35px 15px 15px;
                }

                    header.homeheader .mob-wrap .toplinks .hometoplinks li {
                        width: 100%;
                        margin: 0 0 20px 0;
                    }

                        header.homeheader .mob-wrap .toplinks .hometoplinks li a {
                            color: #fff;
                            display: inline-block;
                            padding: 2px 5px;
                            border-bottom: 0.5px solid rgba(255, 255, 255, 0.5) !important;
                            text-decoration: none;
                        }

            header.homeheader .mob-wrap .navigationsection {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                -webkit-box-flex: 100%;
                -ms-flex: 100%;
                flex: 100%;
                max-width: 100%;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin-top: 15px;
            }

                header.homeheader .mob-wrap .navigationsection ul.navbar-nav {
                    margin-top: 20px;
                    margin-left: 15px;
                    margin-right: 15px;
                    width: 100%;
                }

                    header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item {
                        padding: 18px 0;
                        margin-right: 0px;
                        border-bottom: 2px solid #2ea5b0;
                    }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item a {
                            font-size: 18px;
                            font-weight: 800;
                            font-family: "Nunito Sans", sans-serif;
                            line-height: 28px;
                            text-transform: uppercase;
                            color: #fff;
                            letter-spacing: 1.08px;
                            text-decoration: none;
                            padding: 0px 5px;
                        }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .expands {
                            position: absolute;
                            width: 50px;
                            height: 100%;
                            right: 2px;
                            text-align: right;
                            cursor: pointer;
                            top: 15px;
                            z-index: 999999;
                        }

                            header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .expands:after {
                                border: solid #fff;
                                border-width: 0 2px 2px 0;
                            }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav:hover .subnav {
                            display: none;
                        }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .shownav {
                            top: initial;
                        }

                            header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .shownav li a {
                                white-space: normal;
                                font-family: "Nunito Sans", sans-serif;
                            }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active a {
                            border-bottom: 0px solid transparent;
                        }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav {
                            display: block;
                            position: relative;
                            background-color: rgba(0, 43, 78, 0.12);
                            padding: 10px;
                            margin: 10px 0 -17px;
                        }

                            header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li {
                                padding: 10px 0;
                            }

                                header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li:hover {
                                    background-color: #007c89;
                                }

                                header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a {
                                    color: #fff;
                                    font-size: 14px;
                                    line-height: 19px;
                                    padding: 2px 5px;
                                    display: inline-block;
                                    font-weight: 600;
                                }

                                    header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a:after {
                                        display: none;
                                    }

                                    header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a:focus {
                                        text-decoration: none;
                                    }

                                header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li.active a:after {
                                    display: block;
                                    bottom: 0;
                                    height: 2px;
                                    background-color: #fff;
                                }

                        header.homeheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .expands:after {
                            -webkit-transform: rotate(225deg);
                            transform: rotate(225deg);
                        }

        header.homeheader .navtoggler {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .menuopen img {
        width: 30px;
    }

    header.homeheader .navtoggler .menuopen,
    header.homeheader .navtoggler .menuclose {
        font-size: 9px;
        font-weight: 800;
        color: #007c89;
        /* line-height: 1.6; */
        letter-spacing: 0.84px;
        text-transform: uppercase;
        height: 100%;
        margin-top: -5px;
    }

    .menuopen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-items: flex-end;
        font-size: 5px;
    }

    header.homeheader .navtoggler .close {
        float: none;
    }

    header.tealheader {
        height: 57px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        header.tealheader .toplinks {
            display: none;
        }

        header.tealheader .mob-wrap {
            display: none;
            position: fixed;
            width: 100%;
            left: 0;
            top: 57px;
            background-image: linear-gradient(304deg, #007c89 35%, #009aa6 69%);
            height: 100%;
            z-index: 9;
            overflow-y: auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 40px;
        }

            header.tealheader .mob-wrap .toplinks {
                display: block;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                -webkit-box-flex: 100%;
                -ms-flex: 100%;
                flex: 100%;
                max-width: 100%;
                height: 50%;
            }

                header.tealheader .mob-wrap .toplinks .hometoplinks {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 35px 15px 15px;
                }

                    header.tealheader .mob-wrap .toplinks .hometoplinks li {
                        width: 100%;
                        margin: 0 0 20px 0;
                    }

                        header.tealheader .mob-wrap .toplinks .hometoplinks li a {
                            color: #fff;
                            display: inline-block;
                            padding: 1px 5px;
                            border-bottom: 0.5px solid rgba(255, 255, 255, 0.5) !important;
                            text-decoration: none;
                        }

            header.tealheader .mob-wrap .navigationsection {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                -webkit-box-flex: 100%;
                -ms-flex: 100%;
                flex: 100%;
                max-width: 100%;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin-top: 15px;
            }

                header.tealheader .mob-wrap .navigationsection ul.navbar-nav {
                    margin-top: 20px;
                    margin-left: 15px;
                    margin-right: 15px;
                    width: 100%;
                }

                    header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item {
                        padding: 18px 0;
                        margin-right: 0px;
                        border-bottom: 2px solid #2ea5b0;
                    }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item a {
                            font-size: 18px;
                            font-weight: 800;
                            font-family: "Nunito Sans", sans-serif;
                            line-height: 28px;
                            text-transform: uppercase;
                            color: #fff;
                            letter-spacing: 1.08px;
                            text-decoration: none;
                            padding: 0px 5px;
                        }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .expands {
                            position: absolute;
                            width: 50px;
                            height: 100%;
                            right: 2px;
                            text-align: right;
                            cursor: pointer;
                            top: 15px;
                            z-index: 999999;
                        }

                            header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .expands:after {
                                border: solid #fff;
                                border-width: 0 2px 2px 0;
                            }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav:hover .subnav {
                            display: none;
                        }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .shownav {
                            top: initial;
                        }

                            header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav .shownav li a {
                                white-space: normal;
                                font-family: "Nunito Sans", sans-serif;
                                color: #fff;
                            }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active a {
                            border-bottom: 0px solid transparent;
                        }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav {
                            display: block;
                            position: relative;
                            background-color: rgba(0, 43, 78, 0.12);
                            padding: 10px;
                            margin: 10px 0 -17px;
                        }

                            header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li {
                                padding: 10px 0;
                            }

                                header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li:hover {
                                    background-color: #007c89;
                                }

                                header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a {
                                    color: #fff;
                                    font-size: 14px;
                                    line-height: 19px;
                                    padding: 2px 5px;
                                    display: inline-block;
                                    font-weight: 600;
                                }

                                    header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a:after {
                                        display: none;
                                    }

                                    header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li a:focus {
                                        text-decoration: none;
                                    }

                                header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .shownav li.active a:after {
                                    display: block;
                                    bottom: 0;
                                    height: 2px;
                                    background-color: #fff;
                                }

                        header.tealheader .mob-wrap .navigationsection ul.navbar-nav .nav-item.has-subnav.active .expands:after {
                            -webkit-transform: rotate(225deg);
                            transform: rotate(225deg);
                        }

        header.tealheader .navtoggler {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            header.tealheader .navtoggler .menuopen,
            header.tealheader .navtoggler .menuclose {
                font-size: 14px;
                font-weight: 800;
                color: #fff;
                line-height: 1.6;
                letter-spacing: 0.84px;
                text-transform: uppercase;
            }

            header.tealheader .navtoggler .close {
                float: none;
            }

    header .sitelogo {
        max-width: 215px;
    }

    .floating-icon {
        width: 100%;
        height: auto;
        position: relative;
        left: 0%;
        border-radius: 45px;
        transform: none;
        /* border: 1px solid; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6% 0;
        margin-bottom: 5px;
    }

        .floating-icon img {
            width: 157px;
            margin-left: 0px;
        }

    .row.border-rad-sec {
        border-radius: 40px;
        padding: 0px;
        justify-content: center;
        align-items: center;
        margin-bottom: 72px;
        position: relative;
        overflow: hidden;
        /* max-width: 80%; */
        margin: 0 auto 72px;
    }

    .zenlens-floating-icon {
        width: 79%;
        top: -8%;
        left: 1%;
    }

        .zenlens-floating-icon img {
            width: 203px !important;
            margin-left: 41px;
        }

    .zenlens-border-rad-sec {
        padding: 35px 0px;
    }

    .zenlens-border-rad-sec {
        margin: 0 auto 74px auto;
    }

    .floating-icon img,
    .zenlens-floating-icon img {
        width: 45%;
        margin-left: 41px;
    }

    .top-mid-cont {
        font-size: 24px;
        padding: 16px 16px 10px;
    }

    .zenlens-mid-cont-sec .top-mid-cont {
        margin-top: 265px;
    }

    .bot-mid-cont {
        padding: 0px;
        margin: 0px 0px 20px;
    }

    .left-sec-carousal h1.slider1-head {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        align-items: flex-end;
        bottom: 17px;
    }

    h1.slider2-head {
        font-size: 70px;
    }

    .right-sec-carousal img {
        padding: 0px;
        margin-top: 40px;
        width: 80%;
    }

    .right-sec-carousal {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .wrap-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .top-head-sec {
        margin-bottom: 20px;
        min-height: auto;
    }

    .complexity-box {
        position: absolute;
        margin-bottom: 50px;
        top: unset;
        justify-content: center;
        display: flex;
        /* margin-top: 366px; */
        bottom: 0px;
    }

    .compl-mob h3 {
        font-size: 32px;
        font-weight: 600;
        font-family: 'Lora';
        color: #002b4e;
        /* text-align: center; */
    }

    .compl-mob p {
        font-size: 22px;
        color: #002b4e;
        margin-top: 25px;
    }

    .col-12.d-lg-none.d-md-inlineblock.compl-mob {
        text-align: center;
        padding: 0px 70px;
        width: 100%;
    }

    .complexity-box {
        position: absolute;
        /* margin-bottom: 58px; */
        top: unset;
        justify-content: center;
        display: flex;
        margin-top: 36px;
        bottom: 366px;
        width: 90%;
        /* overflow: hidden; */
    }

    .bottom-axis-sec ul li {
        margin-bottom: 32px;
    }

    .bottom-axis-zone {
        margin-top: 47px;
    }

    .azen-box {
        flex-direction: column;
        padding: 34px 12px;
    }

    h4.azen-box-h4 {
        height: auto;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .ctech-box-2 .img-ctech {
        border-left: 0px;
        border-right: 0px;
    }

    span.ctech-title {
        margin-bottom: 50px;
    }

    .col-lg-4.col-12.ctech-box-2.ctech-box img {
        border-left: 0px;
        border-right: 0px;
        border-top: 5px solid rgba(169, 217, 224, 0.2);
        padding-top: 52px;
    }

    .col-lg-4.col-12.ctech-box-3.ctech-box img {
        border-left: 0px;
        border-right: 0px;
        border-top: 5px solid rgba(169, 217, 224, 0.2);
        padding-top: 52px;
    }

    .current-tech-sec {
        width: 100%;
        display: flex;
        padding: 271px 0px 20px;
        margin-top: -277px;
    }

    .top-quardent-sec {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .bottom-axis-zone {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .zen-box-1, .zen-box-2, .zen-box-3 {
        padding: 0px 15px;
        max-width: 100%;
    }

    .three-step h5 {
        margin-bottom: 20px;
    }

    .three-step .row .row .col-lg-4 {
        text-align: center;
    }

        .three-step .row .row .col-lg-4 img {
            width: 100%;
        }

    .row.step-row-3 {
        padding-top: 0px;
    }

    .three-step hr {
        margin: 45px 0px 45px 0px;
    }

    .lens-arise-float {
        margin-top: 0px;
    }

    section.mobile-white-callout.d-lg-none.productpagecontent .whitebox {
        box-shadow: none;
        margin-bottom: 0;
    }

        section.mobile-white-callout.d-lg-none.productpagecontent .whitebox a.list {
            margin-bottom: 15px;
        }

    section.mobile-white-callout.d-lg-none.productpagecontent {
        padding-top: 30px;
    }
    .margin-mob {
        margin: 40px 0px;
    }
}

        @media screen and (max-width: 991px) and (min-width: 768px) {
            header {
        height: 57px;
    }

        header .sitelogo {
            max-width: 215px;
        }
    .top-quardent-sec .bottom-axis-sec ul li img {
        max-width: 66px;
    }
            .productpagecontent .arise-3col p {
               
                max-width: 100%;
                
            }

}

@media screen and (max-width: 991px) {
    header .container {
        max-width: 100% !important;
    }
}

.capitalize {
    text-transform: capitalize;
}

.bannersection {
    /*.HomeBanner{ 
  	background: url(../img/banner-2800x1480-home.png) bottom center no-repeat;
  	background-size: 100%;
  	min-height: 500px;
  	width: 100%;
  	display: flex;
  	align-items:center;
  	margin-bottom: 100px;
  	h1{
  		color: $dark-teal;
  	}		
  	p{
  		font-family: $font-lora;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		font-style: normal;
  		line-height: 1.4;
  		letter-spacing: normal;
  		color: $navy-blue;
  	}
  }*/
}

    .bannersection .capitalize {
        text-transform: capitalize;
    }

    .bannersection .HomeBanner {
        height: 500px;
        width: 100%;
        margin-bottom: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        position: relative;
    }

        .bannersection .HomeBanner img {
            position: absolute;
            top: 0;
        }

        .bannersection .HomeBanner .container h1 {
            color: #007c89;
        }

        .bannersection .HomeBanner .container p {
            font-family: "Lora", serif;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            color: #002b4e;
        }

    .bannersection .tealBanner {
        background: #f2f8f9 url(../img/header-background-dark-desktop.svg) bottom center no-repeat;
        background-size: cover;
        min-height: 366px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 84px;
        padding-bottom: 84px;
        margin-bottom: 0px;
    }

        .bannersection .tealBanner.educationBanner {
            min-height: 530px;
        }

        .bannersection .tealBanner.lencematerial {
            min-height: 480px;
        }

        .bannersection .tealBanner.enhance {
            min-height: 480px;
        }

        .bannersection .tealBanner h1 {
            color: #fff;
        }

        .bannersection .tealBanner h3 {
            color: #fff;
        }

        .bannersection .tealBanner .breadcrumb {
            background: transparent;
            padding: 0;
        }

            .bannersection .tealBanner .breadcrumb ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                list-style: none;
                margin-left: 0;
                margin-bottom: 0;
            }

                .bannersection .tealBanner .breadcrumb ul li {
                    padding: 5px 15px 0 5px;
                    position: relative;
                }

                    .bannersection .tealBanner .breadcrumb ul li a {
                        font-size: 16px;
                        line-height: 22px;
                        color: #fff;
                        font-weight: bold;
                        font-family: "Nunito Sans", sans-serif;
                        text-decoration: underline;
                    }

                    .bannersection .tealBanner .breadcrumb ul li:after {
                        content: "";
                        border: solid #fff;
                        border-width: 0 1px 1px 0;
                        display: inline-block;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        width: 8px;
                        height: 8px;
                        padding-left: 7px;
                        position: absolute;
                        top: 50%;
                        right: 4px;
                    }

                    .bannersection .tealBanner .breadcrumb ul li:last-child a {
                        font-weight: normal;
                        text-decoration: none;
                    }

                    .bannersection .tealBanner .breadcrumb ul li:last-child:after {
                        display: none;
                    }

        .bannersection .tealBanner.lencefinder h1 {
            font-size: 90px !important;
            line-height: 0.9;
            letter-spacing: -0.9px;
            font-family: "Nunito Sans", sans-serif !important;
            font-weight: 900 !important;
        }

    .bannersection .Bannerpalebg {
        background: url(../img/header-background-inner-desktop.svg) bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 440px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 84px;
        padding-bottom: 150px;
        margin-bottom: 80px;
    }
.arise-banner {
    padding-top: 15px;
}
        .bannersection .Bannerpalebg .p-mrg h2 {
            padding-left: 0rem !important;
        }

        .bannersection .Bannerpalebg .p-lg-3x {
            padding: 0 0 0 3.5rem;
        }

        .bannersection .Bannerpalebg .p-lg-0 h2 {
            padding-left: 53px;
        }

        .bannersection .Bannerpalebg p {
            font-size: 30px;
            color: #002b4e;
            padding: 6px 6px 0px 0;
            max-width: 420px;
            line-height: 35px;
            font-family: "Lora", serif;
        }

        .bannersection .Bannerpalebg h2 {
            font-size: 70px;
            line-height: 1;
            font-family: "Nunito Sans", sans-serif;
            color: #002b4e;
            font-weight: 900;
        }

            .bannersection .Bannerpalebg h2.z-echo {
                margin-top: 44px;
                font-size: 70px ;
            }
                .bannersection .Bannerpalebg h2.z-echo sup {
                    top: -0.53em !important;
                }

                .bannersection .Bannerpalebg h2.z-echo sup {
                    font-weight: normal !important;
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 30px !important;
                    top: -1.007em !important;
                }

                .bannersection .Bannerpalebg h2.z-echo span {
                    font-weight: normal !important;
                   
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 33px !important;
                      vertical-align: top;
                }

        .bannersection .Bannerpalebg h4 {
            font-size: 22px;
            line-height: 1.27;
            font-family: 'Lora';
            font-weight: normal;
            color: #002b4e;
        }
.bannersection .Bannerpalebg .arise-banner h4 {
    font-size: 20px;
}
.arise-banner sup.arise-sup {
    font-size: 65% !important;
    top: -0.5em !important;
}
    .bannersection .zenlen-echo-banner .Bannerpalebg h4 {
        font-family: "Nunito Sans", sans-serif;
    }

.bannersection .Bannerpalebg .breadcrumb {
    background: transparent;
    padding: 0;
}

            .bannersection .Bannerpalebg .breadcrumb ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                list-style: none;
                margin-left: 0;
                margin-bottom: 0;
            }

                .bannersection .Bannerpalebg .breadcrumb ul li {
                    padding: 5px 15px 0 5px;
                    position: relative;
                }

                    .bannersection .Bannerpalebg .breadcrumb ul li a {
                        font-size: 16px;
                        line-height: 22px;
                        color: #138090;
                        font-weight: bold;
                        font-family: "Nunito Sans", sans-serif;
                        text-decoration: underline;
                    }

                    .bannersection .Bannerpalebg .breadcrumb ul li:after {
                        content: "";
                        border: solid #002b4e;
                        border-width: 0 1px 1px 0;
                        display: inline-block;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        width: 8px;
                        height: 8px;
                        padding-left: 7px;
                        position: absolute;
                        top: 50%;
                        right: 4px;
                    }

                    .bannersection .Bannerpalebg .breadcrumb ul li:last-child a {
                        font-weight: normal;
                        text-decoration: none;
                        color: #262626;
                    }

                    .bannersection .Bannerpalebg .breadcrumb ul li:last-child:after {
                        display: none;
                    }

        .bannersection .Bannerpalebg .brandlogo {
            max-width: 290px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
        }

            .bannersection .Bannerpalebg .brandlogo p {
                font-size: 14px;
                line-height: 1.4;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 400;
                color: #002b4e;
                margin: 32px auto 17px;
            }

        .bannersection .Bannerpalebg.complete-order-banner {
            height: 360px;
            min-height: 250px;
            padding: 60px 0 60px;
            margin-bottom: 80px;
        }

            .bannersection .Bannerpalebg.complete-order-banner a {
                color: inherit;
                /*text-decoration: underline;
  &:hover{
  	text-decoration:none;
  }*/
            }

        .bannersection .Bannerpalebg.create-account-banner {
            height: 400px;
            padding: 60px 0 60px;
            margin-bottom: 80px;
        }

            .bannersection .Bannerpalebg.create-account-banner a {
                color: inherit;
                /*text-decoration: underline;
  &:hover{
  	text-decoration:none;
  }*/
            }

        .bannersection .Bannerpalebg.Multifocal-lenses .brandlogo {
            max-width: 200px;
        }

        .bannersection .Bannerpalebg.alden-optical .brandlogo {
            max-width: 150px;
            margin-top: 7px;
        }

        .bannersection .Bannerpalebg.alden-optical .brandlogorevive {
            margin-left: 10px;
            margin-top: 10px;
        }

            .bannersection .Bannerpalebg.alden-optical .brandlogorevive img {
                max-width: 255px;
            }

        .bannersection .Bannerpalebg.asteraMulti .brandlogo {
            margin-top: 25px;
        }

.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-left: 0;
        margin-bottom: 0;
    }

        .breadcrumb ul li {
            padding: 5px 15px 0 5px;
            position: relative;
        }

            .breadcrumb ul li a {
                font-size: 16px;
                line-height: 22px;
                color: #fff;
                font-weight: bold;
                font-family: "Nunito Sans", sans-serif;
                text-decoration: underline;
            }

            .breadcrumb ul li:after {
                content: "";
                border: solid #fff;
                border-width: 0 1px 1px 0;
                display: inline-block;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                width: 8px;
                height: 8px;
                padding-left: 7px;
                position: absolute;
                top: 50%;
                right: 4px;
            }

            .breadcrumb ul li:last-child a {
                font-weight: normal;
                text-decoration: none;
            }

            .breadcrumb ul li:last-child:after {
                display: none;
            }

.homecontent {
    margin-bottom: 100px;
}

    .homecontent .callouthome {
        margin: 0 35px 35px 0;
        position: relative;
        background: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
    }

        .homecontent .callouthome a.pagedetails {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 20px 70px 37px 0;
            border-bottom: 2px solid #dcedef;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .homecontent .callouthome a.pagedetails:hover {
                text-decoration: none;
            }

            .homecontent .callouthome a.pagedetails h2 {
                font-size: 42px;
                line-height: 1.2;
                color: #007c89;
                font-weight: 600;
            }

            .homecontent .callouthome a.pagedetails p {
                font-size: 22px;
                line-height: 1.2;
                color: #002b4e;
                font-weight: normal;
                font-family: "Nunito Sans", sans-serif;
                margin-bottom: 0;
            }

            .homecontent .callouthome a.pagedetails:after {
                content: "";
                background: url(../img/arrow-in-circle.svg) top center no-repeat;
                background-size: 100%;
                width: 40px;
                height: 40px;
                position: absolute;
                top: calc(68% - 40px);
                right: 0;
            }

        .homecontent .callouthome a:hover h2 {
            color: #002b4e;
        }

.footerabovesection .questioncallout {
    background: #002b4e;
    width: 100%;
    min-height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .footerabovesection .questioncallout h3 span {
        font-weight: 800;
        font-family: "Nunito Sans";
    }

    .footerabovesection .questioncallout h3 {
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        font-family: "Lora", serif;
        font-weight: normal;
    }

    .footerabovesection .questioncallout .btn {
        height: 58px;
        margin: 17px 0;
        padding: 19px 19px 17px;
        border-radius: 30px;
        background-color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #007c89;
        border: 2px solid #fff;
    }

        .footerabovesection .questioncallout .btn:hover {
            color: #fff;
            border: 2px solid #fff;
            background-color: transparent;
        }

        .footerabovesection .questioncallout .btn:focus {
            color: #fff;
            border: 2px solid #fff;
            background-color: transparent;
            -webkit-box-shadow: 0 1px 3px #fff;
            box-shadow: 0 1px 3px #fff;
        }

    .footerabovesection .questioncallout .b-right {
        border-right: 1px solid #dcedef;
    }

    .footerabovesection .questioncallout .twor-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footerabovesection .questioncallout .twor-col .left-col,
        .footerabovesection .questioncallout .twor-col .right-col {
            width: 50%;
        }

        .footerabovesection .questioncallout .twor-col .left-col {
            padding-right: 65px;
            border-right: 1px solid #dcedef;
        }

        .footerabovesection .questioncallout .twor-col .right-col {
            padding-left: 60px;
        }

            .footerabovesection .questioncallout .twor-col .right-col .btn {
                padding: 17px 30px 17px;
            }

.pealbg {
    background: #f2f8f9;
    padding-top: 100px;
    padding-bottom: 65px;
}

    .pealbg .whitebox {
        background: #ffffff;
        max-width: 419px;
        margin-bottom: 50px;
        -webkit-box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
        box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
    }

        .pealbg .whitebox .title {
            border-bottom: 2px solid #dcedef;
        }

            .pealbg .whitebox .title h2 {
                font-size: 34px;
                line-height: 1;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 800;
                color: #002b4e;
                padding: 16px 32px;
            }

        .pealbg .whitebox .links {
            padding-bottom: 20px;
        }

            .pealbg .whitebox .links ul {
                margin-left: 32px;
                list-style: none;
            }

                .pealbg .whitebox .links ul li {
                    padding: 24px 30px 0px 0;
                    position: relative;
                }

                    .pealbg .whitebox .links ul li a {
                        display: block;
                        width: 100%;
                        font-size: 18px;
                        line-height: 1.2;
                        font-weight: 600;
                        font-family: "Nunito Sans", sans-serif;
                        color: #007c89;
                    }

                        .pealbg .whitebox .links ul li a:hover {
                            text-decoration: none;
                            color: #002b4e;
                        }

                            .pealbg .whitebox .links ul li a:hover:after {
                                background: url(../img/right-arrow-small-dark.svg) top center no-repeat;
                            }

                        .pealbg .whitebox .links ul li a:focus {
                            text-decoration: underline;
                        }

                        .pealbg .whitebox .links ul li a:after {
                            content: "";
                            background: url(../img/right-arrow-small.svg) top center no-repeat;
                            background-size: 100%;
                            width: 16px;
                            height: 14px;
                            position: absolute;
                            top: 60%;
                            right: 12px;
                        }

    .pealbg .prod-top {
        margin-bottom: 60px;
    }

        .pealbg .prod-top h3 {
            text-align: center;
        }

    .pealbg .prod-white {
        background: #fff;
        margin-bottom: 60px;
        -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
        box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    }

        .pealbg .prod-white .imgsection {
            border-right: 2px solid #f2f8f9;
            padding: 10px 30px 0;
            height: 100%;
            text-align: center;
        }

        .pealbg .prod-white .prodcontent {
            margin: 40px 50px;
        }

            .pealbg .prod-white .prodcontent h2 {
                font-size: 42px;
                line-height: 1;
                font-family: "Lora", serif;
                color: #002b4e;
                font-weight: 600;
            }

            .pealbg .prod-white .prodcontent p {
                font-size: 22px;
                line-height: 1.4;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
            }

            .pealbg .prod-white .prodcontent ul {
                list-style: none;
                margin-top: 1rem;
                margin-left: 0;
                margin-bottom: 40px;
            }

                .pealbg .prod-white .prodcontent ul li {
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg .prod-white .prodcontent ul li:before {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

            .pealbg .prod-white .prodcontent .btngreen {
                width: 100%;
                display: block;
                margin: 0 0 16px;
                padding: 16px 26.5px 16px 30.7px;
                border-radius: 45px;
                background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                text-align: center;
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                text-align: center;
                color: #fff;
                position: relative;
            }

                .pealbg .prod-white .prodcontent .btngreen:hover {
                    text-decoration: none;
                }

                    .pealbg .prod-white .prodcontent .btngreen:hover:after {
                        background: url(../img/right-arrow-small.svg) center left no-repeat;
                        background-size: 100%;
                        -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                        width: 17px;
                        height: 20px;
                    }

                .pealbg .prod-white .prodcontent .btngreen:after {
                    content: "";
                    position: relative;
                    right: 0px;
                    background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                    background-size: contain;
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    top: 5px;
                    margin-left: 5px;
                }

    .pealbg .footnote {
        font-size: 14px;
        line-height: 1.4;
        color: #002b4e;
    }

    .pealbg .resourcehead {
        border-bottom: 2px solid #dcedef;
    }

        .pealbg .resourcehead p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            line-height: 1.2;
            color: #002b4e;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

    .pealbg .downloadsec {
        margin-top: 58px;
        margin-right: 40px;
    }

        .pealbg .downloadsec a {
            font-family: "Nunito Sans", sans-serif;
            font-size: 22px;
            font-weight: 800;
            line-height: 1.2;
            color: #007c89;
            padding-left: 48px;
            display: block;
            position: relative;
        }

            .pealbg .downloadsec a:before {
                content: "";
                position: absolute;
                left: 5px;
                background: url(../img/pdf-download-icon.svg) left center no-repeat;
                background-size: 100%;
                width: 33px;
                height: 100%;
            }

            .pealbg .downloadsec a:hover {
                color: #002b4e;
                text-decoration: none;
            }

                .pealbg .downloadsec a:hover:before {
                    content: "";
                    position: absolute;
                    left: 5px;
                    background: url(../img/pdf-download-blue-icon.svg) left center no-repeat;
                    background-size: 100%;
                    width: 33px;
                    height: 100%;
                }

            .pealbg .downloadsec a:focus {
                text-decoration: underline;
                /*&:after{
  	content:'';
  	position: absolute;
  	left:48px;
  	background-color:$dark-teal;
  	height: 2px;
  	width:calc(100% - 48px);				
  }*/
            }

            .pealbg .downloadsec a .sub-head {
                color: #002b4e;
                font-size: 16px;
                line-height: 1.38;
                display: block;
                position: absolute;
                top: -22px;
            }

    .pealbg.ordersection {
        padding-bottom: 150px;
    }

        .pealbg.ordersection .orderleft {
            border-right: 2px solid #dcedef;
            padding-right: 60px;
            padding-left: 20px;
            height: 100%;
        }

            .pealbg.ordersection .orderleft h3 {
                color: #002b4e;
            }

                .pealbg.ordersection .orderleft h3 a {
                    color: #002b4e;
                }

                    .pealbg.ordersection .orderleft h3 a:hover {
                        color: #002b4e;
                    }

            .pealbg.ordersection .orderleft ul {
                list-style: none;
                margin-top: 1rem;
                margin-left: 0;
                margin-bottom: 20px;
            }

                .pealbg.ordersection .orderleft ul li {
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg.ordersection .orderleft ul li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

            .pealbg.ordersection .orderleft .orderGreen {
                width: 218px;
                display: block;
                background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                text-align: center;
                color: white;
                margin: 0px 0px 16px;
                padding: 16px 26.5px 16px 30.7px;
                border-radius: 45px;
            }

                .pealbg.ordersection .orderleft .orderGreen:hover:after {
                    background: url(../img/right-arrow-small.svg) center left no-repeat;
                    background-size: 100%;
                    -webkit-transform: rotate(-40deg);
                    transform: rotate(-40deg);
                    width: 17px;
                    height: 20px;
                }

                .pealbg.ordersection .orderleft .orderGreen:after {
                    content: "";
                    position: relative;
                    right: 0px;
                    background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                    background-size: contain;
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    top: 5px;
                    margin-left: 5px;
                }

        .pealbg.ordersection .orderright {
            padding-left: 30px;
            margin-bottom: 80px;
        }

            .pealbg.ordersection .orderright:last-child {
                margin-bottom: 0px;
            }

            .pealbg.ordersection .orderright h3 {
                color: #002b4e;
            }

            .pealbg.ordersection .orderright p {
                font-size: 18px;
                line-height: 1.2;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
                margin-bottom: 0;
            }

                .pealbg.ordersection .orderright p a {
                    color: inherit;
                }

            .pealbg.ordersection .orderright .orderGreen {
                display: inline-block;
                background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                text-align: center;
                color: white;
                margin: 24px 0px 16px;
                padding: 16px 26.5px 16px 30.7px;
                border-radius: 45px;
            }

                .pealbg.ordersection .orderright .orderGreen:hover:after {
                    background: url(../img/right-arrow-small.svg) center left no-repeat;
                    background-size: 100%;
                    -webkit-transform: rotate(-40deg);
                    transform: rotate(-40deg);
                    width: 15px;
                    height: 18px;
                }

                .pealbg.ordersection .orderright .orderGreen:after {
                    content: "";
                    position: relative;
                    right: 0px;
                    background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                    background-size: contain;
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    top: 5px;
                    margin-left: 5px;
                }

        .pealbg.ordersection.contact-us .orderleft .orderGreen {
            width: auto;
        }

        .pealbg.ordersection.contact-us .orderright p a {
            color: inherit;
            text-decoration: underline;
        }

            .pealbg.ordersection.contact-us .orderright p a:hover {
                text-decoration: none;
            }

    .pealbg.educationpage .videoimg {
        max-width: 476px;
        position: relative;
        margin-bottom: 24px;
        display: block;
        cursor: pointer;
        /*	&:after{
  		content: "";
  	    background: url(../img/play-button.svg) no-repeat bottom center;
  	    width: 64px;
  	    height: 65px;
  	    background-size: 64px 65px;
  	    position: absolute;
  	    bottom: 15px;
  	    right: 15px;
  	}*/
    }

    .pealbg.educationpage p {
        color: #007c89;
        font-family: "Nunito Sans", sans-serif;
        line-height: 1.2;
        font-size: 18px;
    }

        .pealbg.educationpage p a {
            color: inherit;
            font-family: inherit;
            line-height: inherit;
            font-size: inherit;
        }

    .pealbg.educationpage .zenlenscls {
        padding-top: 88px;
        padding-bottom: 14px;
        margin-bottom: 40px;
        border-bottom: 2px solid #dcedef;
    }

        .pealbg.educationpage .zenlenscls h4 {
            font-size: 22px;
            line-height: 1.4;
            color: #002b4e;
            font-family: "Lora", serif;
        }

        .pealbg.educationpage .zenlenscls h3 {
            font-size: 34px;
            line-height: 1.2;
            color: #002b4e;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
        }

    .pealbg.lencematerialpage .materialheading {
        margin-bottom: 24px;
    }

        .pealbg.lencematerialpage .materialheading h3 {
            color: #002b4e;
        }

    .pealbg.lencematerialpage .materialtop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #dcedef;
        padding-bottom: 20px;
    }

        .pealbg.lencematerialpage .materialtop h3 {
            color: #002b4e;
        }

        .pealbg.lencematerialpage .materialtop .listleft {
            width: 50%;
            float: left;
            list-style: none;
        }

            .pealbg.lencematerialpage .materialtop .listleft li {
                position: relative;
                font-size: 18px;
                line-height: 1.2;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
                position: relative;
                padding-left: 30px;
                margin-bottom: 10px;
            }

                .pealbg.lencematerialpage .materialtop .listleft li:after {
                    content: "";
                    width: 16px;
                    height: 2px;
                    background: #cce5e8;
                    position: absolute;
                    top: 9px;
                    left: 0;
                    bottom: 0;
                }

        .pealbg.lencematerialpage .materialtop .listright {
            list-style: none;
            float: left;
        }

            .pealbg.lencematerialpage .materialtop .listright li {
                position: relative;
                font-size: 18px;
                line-height: 1.2;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
                position: relative;
                padding-left: 30px;
                margin-bottom: 10px;
            }

                .pealbg.lencematerialpage .materialtop .listright li:after {
                    content: "";
                    width: 16px;
                    height: 2px;
                    background: #cce5e8;
                    position: absolute;
                    top: 9px;
                    left: 0;
                    bottom: 0;
                }

    .pealbg.lencematerialpage .materialsecond {
        margin-top: 50px;
        margin-bottom: 47px;
        border-bottom: 2px solid #dcedef;
        padding-bottom: 47px;
    }

        .pealbg.lencematerialpage .materialsecond .whitebox {
            max-width: 240px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }

            .pealbg.lencematerialpage .materialsecond .whitebox .imagebox {
                max-height: 141px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                width: 155px;
                /* align-items: center; */
                /* text-align: center; */
                margin: 20px auto;
            }

            .pealbg.lencematerialpage .materialsecond .whitebox p {
                border-top: 2px solid #dcedef;
                padding-top: 10px;
                font-size: 16px;
                line-height: 1.4;
                color: #002b4e;
            }

        .pealbg.lencematerialpage .materialsecond h4 {
            color: #002b4e;
        }

    .pealbg.lencematerialpage .lencematerialthird .whitebox {
        max-width: 240px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .pealbg.lencematerialpage .lencematerialthird .whitebox .imagebox {
            max-height: 141px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: auto;
            /* width: 155px;*/
            /* align-items: center; */
            /* text-align: center; */
            margin: 20px auto;
        }

        .pealbg.lencematerialpage .lencematerialthird .whitebox p {
            border-top: 2px solid #dcedef;
            padding-top: 10px;
        }

    .pealbg.lencematerialpage .lencematerialthird .fdacontent {
        margin-bottom: 113px;
    }

        .pealbg.lencematerialpage .lencematerialthird .fdacontent h4 {
            color: #002b4e;
        }

    .pealbg.lencematerialpage .downloadhead {
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #002b4e;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 800;
    }

    .pealbg.lencematerialpage .downloadpdfsection {
        border-top: 2px solid #dcedef;
        padding-top: 40px;
    }

        .pealbg.lencematerialpage .downloadpdfsection .mr-top-10 {
            margin-top: 33px;
        }

        .pealbg.lencematerialpage .downloadpdfsection .download-heading {
            font-family: "Nunito Sans", sans-serif;
            font-size: 22px;
            font-weight: 800;
            line-height: 1.2;
            color: #002b4e;
            padding-left: 0px;
            display: block;
            letter-spacing: -0.44px;
            margin-bottom: 20px;
        }

        .pealbg.lencematerialpage .downloadpdfsection .download {
            display: block;
            margin-bottom: 10px;
            margin-left: -6px;
        }

            .pealbg.lencematerialpage .downloadpdfsection .download a {
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                line-height: 1.2;
                color: #007c89;
                padding-left: 36px;
                display: block;
                letter-spacing: -0.44px;
            }

                .pealbg.lencematerialpage .downloadpdfsection .download a:before {
                    content: "";
                    position: absolute;
                    left: 15px;
                    background: url(../img/pdf-download-icon.svg) top left no-repeat;
                    background-size: contain;
                    height: 25px;
                    width: 22px;
                }

                .pealbg.lencematerialpage .downloadpdfsection .download a:hover {
                    color: #002b4e;
                    text-decoration: none;
                }

                    .pealbg.lencematerialpage .downloadpdfsection .download a:hover:before {
                        content: "";
                        position: absolute;
                        left: 15px;
                        background: url(../img/pdf-download-blue-icon.svg) top left no-repeat;
                        background-size: contain;
                        height: 25px;
                        width: 22px;
                    }

                .pealbg.lencematerialpage .downloadpdfsection .download a:focus {
                    text-decoration: underline;
                }

    .pealbg.lencematerialpage .col-lg-3 .whitebox {
        padding: 15px 10px;
    }

        .pealbg.lencematerialpage .col-lg-3 .whitebox h4 {
            text-align: center;
            color: #002b4e;
        }

        .pealbg.lencematerialpage .col-lg-3 .whitebox .btngreen {
            margin: 17px 0 !important;
            padding: 16px 10px 15px;
            border-radius: 45px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
            text-align: center;
        }

    .pealbg.zenlance {
        padding-bottom: 100px;
    }

        .pealbg.zenlance .resourcehead {
            font-size: 18px;
            line-height: 1.2;
            font-weight: 800;
            font-family: "Nunito Sans", sans-serif;
        }

            .pealbg.zenlance .resourcehead p .small {
                font-size: 18px;
                text-transform: none;
                color: #002b4e;
                margin-left: 15px;
            }

                .pealbg.zenlance .resourcehead p .small a {
                    color: inherit;
                }

        .pealbg.zenlance .downloadsec .countryname {
            font-family: "Nunito Sans", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            color: #002b4e;
            margin-bottom: 8px;
        }

        .pealbg.zenlance .downloadsec a {
            padding-left: 0;
            position: relative;
            max-width: 220px;
        }

            .pealbg.zenlance .downloadsec a:before {
                display: none;
            }

            .pealbg.zenlance .downloadsec a:after {
                background: url(../img/right-arrow-big.svg) no-repeat top center;
                content: "";
                width: 36px;
                height: 30px;
                background-size: contain;
                display: block;
                position: absolute;
                bottom: 0;
                right: 0;
            }

            .pealbg.zenlance .downloadsec a:hover:after {
                background-image: url(../img/right-arrow-big-dark.svg);
                background-repeat: no-repeat;
                background-size: contain;
            }

    .pealbg.Enhancerpage .nav-tabs {
        margin-left: 0;
        border-bottom: 0px solid transparent;
    }

        .pealbg.Enhancerpage .nav-tabs .nav-item {
            background: #dcedef;
            border-radius: 10px 10px 0 0;
            margin: 0 4px;
        }

            .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.2;
                letter-spacing: 1.08px;
                color: #007c89;
                border: 0px solid transparent;
                text-transform: uppercase;
                border-radius: 10px 10px 0 0;
            }

                .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link.active {
                    color: #002b4e;
                }

            .pealbg.Enhancerpage .nav-tabs .nav-item:first-child {
                margin-left: 0;
            }

    .pealbg.Enhancerpage .tab-content {
        margin-bottom: 100px;
        padding: 72px 110px 72.4px;
        -webkit-box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
        box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
        background-color: #fff;
    }

        .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer img {
            max-width: 205px;
        }

        .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p {
            margin: 16px 0 48px;
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 400;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: normal;
            color: #002b4e;
        }

            .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p strong {
                font-weight: 800;
            }

        .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead {
            margin: 0px 0 48px;
            border-bottom: 2px solid #dcedef;
        }

            .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead h3 {
                font-family: "Nunito Sans", sans-serif;
                font-size: 28px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.4;
                letter-spacing: normal;
                color: #002b4e;
            }

    .pealbg.Enhancerpage .readycallout {
        text-align: center;
    }

        .pealbg.Enhancerpage .readycallout h3 {
            color: #002b4e;
        }

        .pealbg.Enhancerpage .readycallout .btngreen {
            margin: 17px 0;
            padding: 16px 25px 15px;
            border-radius: 30px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 22px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
        }

    .pealbg.vip-page .sub-head {
        color: #002b4e;
    }

        .pealbg.vip-page .sub-head h4 {
            color: inherit;
        }

        .pealbg.vip-page .sub-head p {
            color: inherit;
        }

            .pealbg.vip-page .sub-head p i {
                display: inline-block;
                font-style: italic;
                font-size: 14px;
                line-height: 1;
            }

    .pealbg.vip-page .mktoForm {
        font-family: "Nunito Sans", sans-serif !important;
        font-size: 16px !important;
        color: #002b4e;
        /*width:auto !important;*/
    }

        .pealbg.vip-page .mktoForm label {
            font-size: 16px;
            line-height: 1.4;
            font-family: "Lora", serif;
            color: #002b4e;
            margin-bottom: 0.5rem;
        }

        .pealbg.vip-page .mktoForm p {
            font-size: 16px;
            line-height: 1.4;
            color: #002b4e;
        }

    .pealbg.vip-page span {
        font-size: inherit !important;
    }

        .pealbg.vip-page span nobr {
            padding: 0;
        }

        .pealbg.vip-page span a {
            color: #007c89;
            text-decoration: underline;
            padding: 0;
        }

            .pealbg.vip-page span a:hover {
                text-decoration: none;
            }

    .pealbg.vip-page .mktoForm .mktoFormRow:nth-child(5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pealbg.vip-page .mktoForm .mktoFormCol {
        margin-bottom: 15px !important;
    }

        .pealbg.vip-page .mktoForm .mktoFormCol .mktoOffset,
        .pealbg.vip-page .mktoForm .mktoFormCol .mktoAsterix {
            display: none;
        }

    .pealbg.vip-page .mktoFormCol .mktoField.mktoHasWidth {
        width: 100%;
        max-width: 350px;
        display: block;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

    .pealbg.vip-page .mktoForm .mktoFormCol .mktoCheckboxList {
        padding: 0.3em 0;
    }

    .pealbg.vip-page .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth p {
        padding-left: 5px;
    }

    .pealbg.vip-page .mktoForm .mktoButtonRow {
        margin-top: 20px;
    }

        .pealbg.vip-page .mktoForm .mktoButtonRow .mktoButtonWrap {
            margin-left: 0 !important;
        }

.FormSubmitButton {
    max-width: 300px;
    text-align: center;
    margin: 17px 0 17px;
    padding: 16px 35px 15px;
    border-radius: 45px;
    background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    display: block;
    border: 2px solid transparent;
}

    .FormSubmitButton:hover {
        color: #007c89;
        border: 2px solid #007c89;
        background-color: transparent !important;
        background-image: none;
    }

    .FormSubmitButton:focus {
        background-image: none;
        color: #007c89 !important;
        border: 2px solid #007c89;
        background-color: transparent;
        -webkit-box-shadow: 0 1px 3px #007c89 !important;
        box-shadow: 0 1px 3px #007c89 !important;
    }

label.mktoLabel.mktoHasWidth.Form__Element__Caption {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Lora", serif;
    color: #002b4e;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.questiontealcallout {
    background: #f2f8f9;
    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 100px;
}

    .questiontealcallout h3 {
        font-size: 30px;
        line-height: 1.2;
        color: #002b4e;
        font-family: "Lora", serif;
        font-weight: normal;
    }

    .questiontealcallout .btn {
        height: 58px;
        margin: 17px 0;
        padding: 14px 25px 18px;
        border-radius: 30px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 22px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        border: solid 2px linear-gradient(275deg, #007c89 65%, #009aa6 100%);
    }

        .questiontealcallout .btn:hover {
            color: #007c89;
            border: 2px solid #007c89;
            background-color: transparent;
            background-image: none;
        }

        .questiontealcallout .btn:focus {
            background-image: none;
            color: #007c89;
            border: 2px solid #007c89;
            background-color: transparent;
            -webkit-box-shadow: 0 1px 3px #007c89;
            box-shadow: 0 1px 3px #007c89;
        }

#SVP_FINDER {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0 -15px !important;
}

    #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card {
        margin: 0 40px 40px 0 !important;
        -webkit-box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3) !important;
        box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3) !important;
    }

        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail {
            border: 2px solid #fff;
        }

            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail .product-name {
                font-weight: 800 !important;
                -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                align-items: center !important;
                margin-top: 10px;
            }

            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover {
                background: #ffffff !important;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover .product-name {
                    color: #002b4e !important;
                }

                #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover:after {
                    background-image: url("../img/right-arrow-big-dark.svg");
                    background-repeat: no-repeat;
                    background-size: contain;
                }

            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:focus {
                border: 2px solid #007c89;
            }

            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:after {
                width: 35px !important;
                bottom: 35px !important;
            }

        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card:hover {
            background: #ffffff !important;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    #SVP_FINDER .svp-filters h3 {
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1.2;
        font-family: "Nunito Sans", sans-serif;
    }

    #SVP_FINDER .svp-filters ul {
        border-bottom: solid 2px #dcedef !important;
    }

        #SVP_FINDER .svp-filters ul li .content {
            font-size: 18px;
            font-weight: 600;
            font-family: "Nunito Sans", sans-serif;
            color: #007c89;
        }

.productpagecontent h2 {
    font-size: 34px;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #002b4e;
}

.productpagecontent p {
    font-size: 22px;
    line-height: 1.4;
    font-family: "Lora", serif;
    color: #002b4e;
    font-weight: 400;
}

.productpagecontent ul {
    list-style: none;
}

    .productpagecontent ul .leftmg-0 {
        color: red;
    }

    .productpagecontent ul li {
        font-size: 22px;
        line-height: 1.4;
        color: #002b4e;
        font-family: "Lora", serif;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        .productpagecontent ul li:after {
            content: "";
            width: 16px;
            height: 2px;
            background: #cce5e8;
            position: absolute;
            top: 13px;
            left: 0;
            bottom: 0;
        }

.productpagecontent .left-content .keysection {
    margin-bottom: 80px;
}

    .productpagecontent .left-content .keysection ul {
        list-style: none;
    }

        .productpagecontent .left-content .keysection ul li {
            font-size: 22px;
            line-height: 1.4;
            color: #002b4e;
            font-family: "Lora", serif;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
        }

            .productpagecontent .left-content .keysection ul li:after {
                content: "";
                width: 16px;
                height: 2px;
                background: #cce5e8;
                position: absolute;
                top: 13px;
                left: 0;
                bottom: 0;
            }

.productpagecontent .left-content .btngreen {
    max-width: 320px;
    text-align: center;
    margin: 17px 0 100px;
    padding: 16px 13px 15px;
    border-radius: 30px;
    background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    display: block;
}

.productpagecontent .left-content .videosection h2 {
    font-size: 32px;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    color: #002b4e;
    margin-bottom: 15px;
}

.productpagecontent .left-content .videosection p {
    font-size: 22px;
    line-height: 1.4;
    color: #002b4e;
    font-family: "Lora", serif;
}

.productpagecontent .left-content .videosection .videoplaceholder {
    /* margin-bottom: 40px;*/
    width: 100%;
}

    .productpagecontent .left-content .videosection .videoplaceholder .videoimg {
        position: relative;
        display: block;
        /*max-width: 636px;*/
    }

.videoimg div {
    width: 100% !important;
}

.videoimg img {
    width: 100%;
}

.productpagecontent .left-content .videosection .videoplaceholder .videoimg img {
    cursor: pointer;
}

.productpagecontent .left-content .videosection .videoplaceholder .videoimg .wistia_click_to_play {
    position: relative;
    display: inline-block !important;
    cursor: pointer;
}

    .productpagecontent .left-content .videosection .videoplaceholder .videoimg .wistia_click_to_play:after {
        content: "";
        background: url(../img/play-button.svg) no-repeat bottom center;
        width: 64px;
        height: 65px;
        background-size: 64px 65px;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

.productpagecontent .left-content .videosection .videoplaceholder .videoimg1 .novakone-img {
    width: 75%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.productpagecontent .left-content .videosection ul {
    list-style: none;
    margin-left: 0px;
}

    .productpagecontent .left-content .videosection ul li {
        font-size: 22px;
        line-height: 1.4;
        color: #002b4e;
        font-family: "Lora", serif;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        .productpagecontent .left-content .videosection ul li:after {
            content: "";
            width: 16px;
            height: 2px;
            background: #cce5e8;
            position: absolute;
            top: 13px;
            left: 0;
            bottom: 0;
        }

    .productpagecontent .left-content .videosection ul .subnav {
        margin-left: 18px;
    }

.productpagecontent .left-content .smartcurvesection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 2px solid #dcedef;
    margin-bottom: 88px;
}

    .productpagecontent .left-content .smartcurvesection .headsmart {
        border-bottom: 2px solid #dcedef;
        margin-bottom: 24px;
    }

        .productpagecontent .left-content .smartcurvesection .headsmart p {
            font-size: 18px;
            line-height: 1.2;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            color: #002b4e;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

    .productpagecontent .left-content .smartcurvesection .smartcurveimg {
        margin: 20px;
        padding-bottom: 20px;
    }

    .productpagecontent .left-content .smartcurvesection .curvecontent p {
        font-size: 22px;
        line-height: 1.4;
        font-family: "Nunito Sans", sans-serif;
        color: #002b4e;
        font-weight: 400;
    }

.productpagecontent .left-content .Ensuresection h4 {
    color: #002b4e;
}

.productpagecontent .left-content .accomodable {
    margin-bottom: 96px;
}

    .productpagecontent .left-content .Ensuresection p,
    .productpagecontent .left-content .accomodable p {
        font-size: 22px;
        line-height: 1.4;
        font-family: "Lora", serif;
        color: #002b4e;
        font-weight: 400;
    }

.productpagecontent .left-content .multifocul {
    margin-bottom: 50px;
}

    .productpagecontent .left-content .multifocul .imgmulti {
        margin: 40px auto;
    }

.productpagecontent .left-content .fittingseries {
    border: solid 2px #964893;
    padding: 40px 64px;
    margin-bottom: 88px;
}

    .productpagecontent .left-content .fittingseries h4 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        font-family: "Lora", serif;
        color: #002b4e;
    }

    .productpagecontent .left-content .fittingseries p.author {
        font-size: 18px;
        line-height: 1.4;
        font-family: "Nunito Sans", sans-serif;
        font-weight: normal;
        color: #002b4e;
    }

    .productpagecontent .left-content .fittingseries .fittingContent .authortestimonial {
        font-family: "Nunito Sans", sans-serif;
    }

    .productpagecontent .left-content .fittingseries .btngreen {
        margin: 17px 0;
        padding: 16px 90px 15px;
        border-radius: 30px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 22px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: inline-block;
    }

.productpagecontent .left-content .tablesection1,
.productpagecontent .left-content .tablesection2 {
    margin-bottom: 80px;
}

    .productpagecontent .left-content .tablesection1 .table-bordered,
    .productpagecontent .left-content .tablesection2 .table-bordered {
        border: 2px solid #dcedef;
    }

        .productpagecontent .left-content .tablesection1 .table-bordered th,
        .productpagecontent .left-content .tablesection1 .table-bordered td,
        .productpagecontent .left-content .tablesection2 .table-bordered th,
        .productpagecontent .left-content .tablesection2 .table-bordered td {
            border: 2px solid #dcedef;
        }

        .productpagecontent .left-content .tablesection1 .table-bordered td,
        .productpagecontent .left-content .tablesection2 .table-bordered td {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.39;
            letter-spacing: normal;
            color: #002b4e;
        }

            .productpagecontent .left-content .tablesection1 .table-bordered td.bgpale,
            .productpagecontent .left-content .tablesection2 .table-bordered td.bgpale {
                background: #f2f8f9;
                font-size: 14px;
                text-align: center;
                padding: 3px;
                font-style: italic;
            }

    .productpagecontent .left-content .tablesection1 .heading,
    .productpagecontent .left-content .tablesection2 .heading {
        background: #dcedef;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.84px;
        font-weight: 800;
        color: #002b4e;
        text-transform: uppercase;
        font-family: "Nunito Sans", sans-serif;
    }

    .productpagecontent .left-content .tablesection1 th,
    .productpagecontent .left-content .tablesection2 th {
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.39;
        letter-spacing: normal;
        color: #002b4e;
        width: 200px;
    }

.productpagecontent .left-content .arise-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 30px 50px 0;
    border: 2px solid #f9872b;
}

    .productpagecontent .left-content .arise-box .keysection {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

        .productpagecontent .left-content .arise-box .keysection .btngreen {
            margin-bottom: 0;
            max-width: 100%;
        }

.productpagecontent .left-content .bordered {
    padding: 30px 50px;
    border: 2px solid #f9872b;
    margin-bottom: 40px;
}

    .productpagecontent .left-content .bordered .mb-40 {
        margin-bottom: 0 !important;
    }

.productpagecontent.policies-content .left-content p a {
    color: inherit;
    text-decoration: underline;
}

    .productpagecontent.policies-content .left-content p a:hover {
        text-decoration: none;
    }

.productpagecontent.policies-content .left-content ol {
    margin-left: 40px;
}

    .productpagecontent.policies-content .left-content ol li {
        font-size: 22px;
        line-height: 1.4;
        color: #002b4e;
        font-family: "Lora", serif;
        margin-bottom: 10px;
    }

        .productpagecontent.policies-content .left-content ol li a {
            color: inherit;
            text-decoration: underline;
        }

            .productpagecontent.policies-content .left-content ol li a:hover {
                text-decoration: none;
            }

.productpagecontent.policies-content .left-content ul li a {
    color: inherit;
    text-decoration: underline;
}

    .productpagecontent.policies-content .left-content ul li a:hover {
        text-decoration: none;
    }

.productpagecontent.sitemap {
    padding-top: 50px;
}

    .productpagecontent.sitemap .left-content .videosection ul li {
        font-size: 22px;
        line-height: 1.4;
        font-family: "Lora", serif;
        position: relative;
        padding-left: 0px;
        margin-bottom: 10px;
    }

        .productpagecontent.sitemap .left-content .videosection ul li:after {
            display: none;
        }

        .productpagecontent.sitemap .left-content .videosection ul li a {
            color: #007c89;
            text-decoration: underline;
        }

            .productpagecontent.sitemap .left-content .videosection ul li a:hover {
                color: inherit;
                text-decoration: none;
            }

.productpagecontent .whitebox {
    margin-top: -88%;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    margin-bottom: 20px;
}

    .productpagecontent .whitebox .resourcehead {
        border-bottom: 2px solid #dcedef;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .productpagecontent .whitebox .resourcehead h4 {
            font-family: "Nunito Sans", sans-serif;
            font-size: 14px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: 0.84px;
            color: #002b4e;
            text-transform: uppercase;
            margin: 0 25px;
        }

    .productpagecontent .whitebox .resourcelinks {
        margin: 0 22px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .productpagecontent .whitebox .reivive .resourcelinks {
        margin: 0 22px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .productpagecontent .whitebox .resourcelinks ul {
        margin-left: 0;
    }

        .productpagecontent .whitebox .resourcelinks ul li {
            padding-left: 0;
            margin-bottom: 20px;
        }

            .productpagecontent .whitebox .resourcelinks ul li a {
                font-size: 18px;
                line-height: 1.2;
                font-weight: 600;
                font-family: "Nunito Sans", sans-serif;
                color: #007c89;
                letter-spacing: -0.36px;
                display: inline-block;
                text-decoration: none;
            }

p.speciality-tint a {
    color: #007c89;
    text-decoration: underline;
    font-weight:bold;
}

    p.speciality-tint a :hover {
        color: #002b4e;
        text-decoration: none;
    }

.productpagecontent .whitebox .resourcelinks ul li a .small {
    font-size: 14px;
    display: block;
    line-height: 1.54;
    font-weight: 600;
}

.productpagecontent .whitebox .resourcelinks ul li:after {
    display: none;
}

.productpagecontent .whitebox .resourcelinks ul li.clsdoc {
    position: relative;
}

    .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:after {
        content: "";
        background: url(../img/icon-38x48-pdf-doc.png) top left no-repeat;
        background-size: 100%;
        width: 15.2px;
        height: 18px;
        position: absolute;
        top: 8px;
        right: -20px;
    }

    .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:hover {
        color: #002b4e;
        text-decoration: none;
    }

        .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:hover:after {
            background: url(../img/icon-38x48-pdf-doc-dark.svg) top left no-repeat;
            background-size: 100%;
        }

    .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:focus {
        text-decoration: none;
    }

.productpagecontent .whitebox .resourcelinks ul li.clsiconarow {
    position: relative;
}

    .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:after {
        content: "";
        background: url(../img/right-arrow-small.svg) top left no-repeat;
        background-size: 100%;
        width: 15.2px;
        height: 18px;
        position: absolute;
        top: 8px;
        right: -20px;
    }

    .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:hover {
        color: #002b4e;
        text-decoration: none;
    }

        .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:hover:after {
            background: url(../img/right-arrow-small-dark.svg) top left no-repeat;
            background-size: 100%;
        }

    .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:focus {
        text-decoration: none;
    }

.productpagecontent .whitebox .resourcelinks ul li.clsexternalarow {
    position: relative;
}

    .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:after {
        content: "";
        background: url(../img/right-arrow-small.svg) top left no-repeat;
        background-size: 100%;
        width: 15.2px;
        height: 18px;
        position: absolute;
        top: 8px;
        right: -20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:hover {
        color: #002b4e;
        text-decoration: none;
    }

        .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:hover:after {
            background: url(../img/right-arrow-small-dark.svg) top left no-repeat;
        }

    .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:focus {
        text-decoration: none;
    }

.productpagecontent .whitebox .ordersection {
    border-top: 2px solid #dcedef;
    border-bottom: 2px solid #dcedef;
    padding: 25px 10px 8px;
    text-align: center;
}

    .productpagecontent .whitebox .ordersection h4 {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Lora", serif;
        font-weight: normal;
        color: #002b4e;
    }

    .productpagecontent .whitebox .ordersection .btngreen {
        margin: 17px 15px;
        padding: 16px 0px 15px;
        border-radius: 45px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: block;
    }

.productpagecontent .whitebox .clsbrowse {
    padding: 25px 10px 8px;
    text-align: center;
    border-bottom: 2px solid #dcedef;
}

    .productpagecontent .whitebox .clsbrowse h4 {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Lora", serif;
        font-weight: normal;
    }

    .productpagecontent .whitebox .clsbrowse .btngreen {
        margin: 17px 15px;
        padding: 16px 25px 15px;
        border-radius: 45px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: block;
    }

.productpagecontent .whitebox .clscalculator {
    padding-top: 25px;
    padding-bottom: 8px;
    text-align: center;
}

    .productpagecontent .whitebox .clscalculator h4 {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Lora", serif;
        font-weight: normal;
        margin: 17px 24px;
    }

    .productpagecontent .whitebox .clscalculator .iconcalc {
        margin-bottom: 25px;
    }

    .productpagecontent .whitebox .clscalculator .btngreen {
        margin: 17px 15px;
        padding: 16px 15px 15px;
        /*padding: 16px 0px 15px;*/
        border-radius: 45px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: block;
    }

.productpagecontent.cvuem .left-content .tablesection1 th,
.productpagecontent.cvuem .left-content .tablesection2 th {
    border-right: 0;
}

.productpagecontent.cvuem .left-content .tablesection1 td,
.productpagecontent.cvuem .left-content .tablesection2 td {
    border-left: 0;
}

.productpagecontent.cvuem .left-content h3 {
    font-weight: 700;
    color: #002b4e;
}

.productpagecontent.cvuem .left-content .clsAdvanced h4 {
    font-weight: 700;
    color: #002b4e;
}

.productpagecontent.cvuem .left-content .clsAdvanced ul li a {
    color: inherit;
    text-decoration: underline;
}

    .productpagecontent.cvuem .left-content .clsAdvanced ul li a:hover {
        text-decoration: none;
    }

.productpagecontent.cvuem .whitebox {
    margin-top: -87%;
}

    .productpagecontent.cvuem .whitebox .ordersection {
        border-top: 2px solid #dcedef;
        border-bottom: 0px solid #dcedef;
        padding-top: 25px;
        padding-bottom: 8px;
        text-align: center;
    }

        .productpagecontent.cvuem .whitebox .ordersection h4 {
            font-size: 22px;
            line-height: 1.2;
            font-family: "Lora", serif;
            font-weight: normal;
        }

        .productpagecontent.cvuem .whitebox .ordersection .btngreen {
            margin: 17px 15px;
            padding: 16px 0px 15px;
            border-radius: 30px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
        }

.productpagecontent.cvuem.disposables .whitebox {
    margin-top: -81%;
}

.productpagecontent.cvuem.aldenhp .whitebox {
    margin-top: -85%;
}
.productpagecontent.cvuem.aldenhp .Arise .whitebox {
    margin-top: -75%;
}

.productpagecontent.cvuem.aldenhp .left-content .tablesection1 .chart-img {
    width: 80%;
}

.productpagecontent.cvuem.aldenhp .left-content .tablesection2 {
    margin-top: 30px;
}

.productpagecontent.cvuem.aldenhp .left-content .clsAdvanced .chart-img {
    margin-top: 15px;
}

.productpagecontent.aldenoet {
    margin-bottom: 100px;
}

    .productpagecontent.aldenoet .left-content .transparenttin h4,
    .productpagecontent.aldenoet .left-content .plastetictin h4,
    .productpagecontent.aldenoet .left-content .aldenhp h4 {
        color: #002b4e;
    }

    .productpagecontent.aldenoet .left-content .transparenttin h3,
    .productpagecontent.aldenoet .left-content .plastetictin h3,
    .productpagecontent.aldenoet .left-content .aldenhp h3 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.2;
        color: #002b4e;
    }

    .productpagecontent.aldenoet .left-content .transparenttin p,
    .productpagecontent.aldenoet .left-content .plastetictin p,
    .productpagecontent.aldenoet .left-content .aldenhp p {
        font-size: 18px;
        line-height: 1.71;
        font-family: "Nunito Sans", sans-serif;
        color: #002b4e;
        margin-bottom: 0;
    }

        .productpagecontent.aldenoet .left-content .transparenttin p.text-uppercase,
        .productpagecontent.aldenoet .left-content .plastetictin p.text-uppercase,
        .productpagecontent.aldenoet .left-content .aldenhp p.text-uppercase {
            margin-bottom: 10px;
        }

    .productpagecontent.aldenoet .left-content .transparenttin {
        margin-bottom: 40px;
    }

        .productpagecontent.aldenoet .left-content .transparenttin img {
            margin-top: 15px;
        }

    .productpagecontent.aldenoet .left-content .plastetictin {
        margin-bottom: 70px;
    }

    .productpagecontent.aldenoet .left-content .aldenhp p {
        line-height: 1.39;
    }

    .productpagecontent.aldenoet .left-content .aldenhp .imagecolor {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid #f2f8f9;
    }

        .productpagecontent.aldenoet .left-content .aldenhp .imagecolor p {
            font-size: 18px;
            font-family: "Nunito Sans", sans-serif;
            line-height: 1.39;
            color: #002b4e;
        }

            .productpagecontent.aldenoet .left-content .aldenhp .imagecolor p.cap {
                padding-top: 24px;
                margin-bottom: 8px;
                text-transform: uppercase;
                font-weight: 800;
                line-height: 1.6;
                letter-spacing: 1.08px;
            }

        .productpagecontent.aldenoet .left-content .aldenhp .imagecolor:last-child {
            border-bottom: 0;
        }

    .productpagecontent.aldenoet .whitebox {
        margin-top: -110%;
    }

        .productpagecontent.aldenoet .whitebox .ordersection {
            border-top: 2px solid #dcedef;
            border-bottom: 0px solid #dcedef;
            padding-top: 25px;
            padding-bottom: 8px;
            text-align: center;
        }

            .productpagecontent.aldenoet .whitebox .ordersection h4 {
                font-size: 22px;
                line-height: 1.2;
                font-family: "Lora", serif;
                font-weight: normal;
                padding-left: 15px;
                padding-right: 15px;
            }

            .productpagecontent.aldenoet .whitebox .ordersection .btngreen {
                margin: 17px 15px;
                padding: 16px 0px 15px;
                border-radius: 45px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

.productpagecontent.arise-page .Ensuresection {
    margin-bottom: 80px;
}

    .productpagecontent.arise-page .Ensuresection .col-12 {
        margin-bottom: 20px;
    }

    .productpagecontent.arise-page .Ensuresection span {
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: 1.08px;
        font-size: 18px;
        color: #002b4e;
    }

    .productpagecontent.arise-page .Ensuresection .font-22 {
        margin-bottom: 40px;
    }

    .productpagecontent.arise-page .Ensuresection .footnote {
        font-family: "Nunito Sans", sans-serif;
    }

.productpagecontent.arise-page .smartcurvesection {
    padding-bottom: 60px;
}

    .productpagecontent.arise-page .smartcurvesection .bordered {
        margin-bottom: 70px;
    }

    .productpagecontent.arise-page .smartcurvesection .col-md-7 p,
    .productpagecontent.arise-page .smartcurvesection .col-md-9 p {
        font-family: "Nunito Sans", sans-serif;
    }

    .productpagecontent.arise-page .smartcurvesection p strong {
        display: block;
    }

.productpagecontent.NovaKone-page h3 {
    font-weight: 700;
    color: #002b4e;
}

.productpagecontent.NovaKone-page .zenlenses .ordersection:last-child {
    border-bottom: 0px solid transparent;
}

.productpagecontent.account-create {
    margin-bottom: 40px;
}

    .productpagecontent.account-create .left-content span {
        color: #002b4e;
    }

        .productpagecontent.account-create .left-content span.mb-40 {
            display: inline-block;
            font-style: italic;
            font-size: 14px;
            line-height: 1;
        }

        .productpagecontent.account-create .left-content span.field-info,
        .productpagecontent.account-create .left-content span.add-info {
            position: relative;
            top: -10px;
            font-style: italic;
            font-size: 14px;
            line-height: 1.3;
            display: inline-block;
            padding-top: 10px;
        }

        .productpagecontent.account-create .left-content span.add-info {
            font-style: normal;
            cursor: pointer;
            color: #007c89;
            font-weight: bold;
            text-decoration: underline;
        }

            .productpagecontent.account-create .left-content span.add-info:hover {
                text-decoration: none;
            }

    .productpagecontent.account-create .left-content h3 {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 800;
        color: #002b4e;
        margin-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
    }

    .productpagecontent.account-create .left-content .label-left.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

        .productpagecontent.account-create .left-content .label-left.col-sm-12 .control-label {
            font-size: 16px;
            line-height: 1.4;
            font-family: "Lora", serif;
            color: #002b4e;
        }

    .productpagecontent.account-create .left-content .padding-space {
        padding-bottom: 40px;
        margin-bottom: 40px;
        position: relative;
    }

        .productpagecontent.account-create .left-content .padding-space:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            width: calc(100% - 30px);
            height: 1px;
            background-color: #ccc;
        }

    .productpagecontent.account-create .left-content h4 {
        font-size: 16px;
        line-height: 1.4;
        font-family: "Lora", serif;
        color: #002b4e;
        font-weight: bold;
        margin-top: 30px;
    }

    .productpagecontent.account-create .left-content .checkbox span {
        padding-left: 7px;
    }

    .productpagecontent.account-create .left-content .shipping-info .form-checkbox {
        margin-bottom: 5px;
        padding: 0;
    }

        .productpagecontent.account-create .left-content .shipping-info .form-checkbox .checkbox label {
            padding-left: 25px;
        }

        .productpagecontent.account-create .left-content .shipping-info .form-checkbox .checkbox input[type="checkbox"] {
            margin-left: -20px;
        }

    .productpagecontent.account-create .left-content .poi .col-12:nth-child(3) {
        margin-top: 30px;
    }

    .productpagecontent.account-create .left-content .poi .col-12:nth-child(4) {
        margin-bottom: 30px;
    }

        .productpagecontent.account-create .left-content .poi .col-12:nth-child(3) .form-checkbox,
        .productpagecontent.account-create .left-content .poi .col-12:nth-child(4) .form-checkbox {
            padding: 0;
            margin-bottom: 0;
        }

            .productpagecontent.account-create .left-content .poi .col-12:nth-child(3) .form-checkbox .checkbox,
            .productpagecontent.account-create .left-content .poi .col-12:nth-child(4) .form-checkbox .checkbox {
                padding-top: 0;
            }

    .productpagecontent.account-create .left-content .poi .col-12 .form-checkbox {
        padding: 0;
        margin-bottom: 0;
    }

        .productpagecontent.account-create .left-content .poi .col-12 .form-checkbox .checkbox label {
            padding-left: 25px;
        }

        .productpagecontent.account-create .left-content .poi .col-12 .form-checkbox .checkbox input[type="checkbox"] {
            margin-left: -20px;
        }

    .productpagecontent.account-create .left-content .poi .col-12 .checkbox label {
        padding-left: 25px;
    }

    .productpagecontent.account-create .left-content .poi .col-12 .checkbox input[type="checkbox"] {
        margin-left: -20px;
    }

    .productpagecontent.account-create .left-content .poi a {
        color: inherit;
        text-decoration: underline;
    }

        .productpagecontent.account-create .left-content .poi a:hover {
            text-decoration: none;
        }

    .productpagecontent.account-create .left-content .poi .form-group-privacy-label .err-placeholder .text-danger {
        display: none !important;
    }

        .productpagecontent.account-create .left-content .poi .form-group-privacy-label .err-placeholder .text-danger.d1 {
            display: block !important;
        }

    .productpagecontent.account-create .left-content .btn.submit {
        max-width: 300px;
        text-align: center;
        margin: 17px 0 17px;
        padding: 16px 25px 15px;
        border-radius: 45px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: block;
        border: 2px solid transparent;
    }

        .productpagecontent.account-create .left-content .btn.submit:hover {
            color: #007c89;
            border: 2px solid #007c89;
            background-color: transparent !important;
            background-image: none;
        }

        .productpagecontent.account-create .left-content .btn.submit:focus {
            background-image: none;
            color: #007c89 !important;
            border: 2px solid #007c89;
            background-color: transparent;
            -webkit-box-shadow: 0 1px 3px #007c89 !important;
            box-shadow: 0 1px 3px #007c89 !important;
        }

    .productpagecontent.account-create .whitebox {
        margin-top: 0;
    }

        .productpagecontent.account-create .whitebox .resourcelinks ul li {
            color: #002b4e;
        }

            .productpagecontent.account-create .whitebox .resourcelinks ul li a {
                font-family: inherit;
                font-weight: inherit;
                font-size: inherit;
                color: #002b4e;
                text-decoration: underline;
            }
                .productpagecontent.account-create .whitebox .resourcelinks ul li a.ph-no {
                    color: #007c89  ;
                }

                .productpagecontent.account-create .whitebox .resourcelinks ul li a:hover {
                    text-decoration: none;
                }


       
.productpagecontent.account-page-sec-1 {
    height: 100%;
}

    .productpagecontent.account-page-sec-1 .heading h3 {
        max-width: 54vw;
        text-transform: uppercase;
        margin-top: 4rem;
    }

    .productpagecontent.account-page-sec-1 .heading p {
        font-size: 22px;
        line-height: 1.4;
        font-family: "Lora", serif;
        color: #002b4e;
        font-weight: 800;
        margin: 29px 0;
    }

    .productpagecontent.account-page-sec-1 h3 {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 800;
        color: #002b4e;
        margin-bottom: 0px;
    }

    .productpagecontent.account-page-sec-1 .acc-links-auto {
        height: auto !important;
        padding: 20px 17px !important;
    }

        .productpagecontent.account-page-sec-1 .acc-links-auto h4 {
            margin-bottom: 21px;
        }

    .productpagecontent.account-page-sec-1 .acc-links {
        background-color: #d8d4d44f;
        -webkit-background-color: #d8d4d44f;
        padding: 20px;
        height: 100%;
    }

        .productpagecontent.account-page-sec-1 .acc-links h4 {
            font-size: 20px;
            line-height: 1.2;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            color: #002b4e;
        }

        .productpagecontent.account-page-sec-1 .acc-links p {
            font-size: 18px;
            margin-bottom: 0px;
        }

            .productpagecontent.account-page-sec-1 .acc-links p a {
                text-decoration: underline;
                color: inherit;
            }

                .productpagecontent.account-page-sec-1 .acc-links p a:hover {
                    text-decoration: none;
                }

        .productpagecontent.account-page-sec-1 .acc-links .btngreen {
            /*max-width: 300px;
  text-align: center;
     margin: 17px 0 17px;
     padding: 16px 13px 15px;
     border-radius: 45px;
     background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
     font-family: "Nunito Sans", sans-serif;
     font-size: 18px;
     font-weight: 800;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.2;
     color: #fff;
     display: block;*/
            max-width: 289px;
            text-align: center;
            margin: 16px 7px 18px;
            padding: 15px 13px 13px;
            border-radius: 45px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
        }

        .productpagecontent.account-page-sec-1 .acc-links .btngreen_inline {
            display: inline-block;
        }

    .productpagecontent.account-page-sec-1 .col-lg-4:last-child {
        height: 100%;
    }

        .productpagecontent.account-page-sec-1 .col-lg-4:last-child h3 {
            margin-top: 0px;
            /* margin-top: 40px;*/
        }

.productpagecontent.account-page-sec-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .productpagecontent.account-page-sec-2 .col-lg-10 {
        border-top: 1px solid #ccc;
        padding-top: 40px;
    }

    .productpagecontent.account-page-sec-2 .acc-question {
        padding: 20px 7px 20px 27px !important;
    }

        .productpagecontent.account-page-sec-2 .acc-question h3 {
            font-size: 22px !important;
            font-weight: 800;
            font-family: "Nunito Sans", sans-serif;
            color: #002b4e;
        }

            .productpagecontent.account-page-sec-2 .acc-question h3 a {
                margin-left: 5px;
                color: #002b4e;
                text-decoration: underline;
            }

                .productpagecontent.account-page-sec-2 .acc-question h3 a:hover {
                    text-decoration: none;
                }

        .productpagecontent.account-page-sec-2 .acc-question h4 {
            font-size: 22px !important;
        }

        .productpagecontent.account-page-sec-2 .acc-question p {
            font-size: 22px !important;
        }

    .productpagecontent.account-page-sec-2 .acc-links {
        background-color: #d8d4d44f;
        padding: 20px;
        height: 100%;
    }

        .productpagecontent.account-page-sec-2 .acc-links h4 {
            font-size: 20px;
            line-height: 1.2;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            color: #002b4e;
        }

            .productpagecontent.account-page-sec-2 .acc-links h4 a {
                text-decoration: underline;
                color: inherit;
            }

                .productpagecontent.account-page-sec-2 .acc-links h4 a:hover {
                    text-decoration: none;
                }

        .productpagecontent.account-page-sec-2 .acc-links p {
            font-size: 18px;
            margin-bottom: 0px;
        }

            .productpagecontent.account-page-sec-2 .acc-links p a {
                text-decoration: underline;
            }

        .productpagecontent.account-page-sec-2 .acc-links .btngreen {
            max-width: 300px;
            text-align: center;
            margin: 17px 0 17px;
            padding: 16px 13px 15px;
            border-radius: 45px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
        }

.thankyou {
    margin: 15vh 0 20vh;
}

    .thankyou h4 {
        font-size: 22px;
        line-height: 1.4;
        font-family: "Lora", serif;
        color: #002b4e;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .thankyou h4 a {
            text-decoration: underline;
            color: inherit;
        }

            .thankyou h4 a:hover {
                text-decoration: none;
            }

    .thankyou h2 {
        font-size: 34px;
        line-height: 1;
        font-family: "Nunito Sans", sans-serif;
        color: #002b4e;
        font-weight: 800;
    }

.lencecalculator h4 {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002b4e;
}

.lencecalculator #zenLensCalculator {
    margin-bottom: 170px;
}

    .lencecalculator #zenLensCalculator h3 {
        font-family: "Nunito Sans", sans-serif !important;
        font-size: 34px !important;
        font-weight: 800 !important;
        color: #002b4e;
    }

    .lencecalculator #zenLensCalculator .step {
        margin-top: 64px;
        padding-bottom: 62px;
        border-bottom: 2px solid #dcedef;
        font-family: "Nunito Sans", sans-serif;
        color: #002b4e;
    }

        .lencecalculator #zenLensCalculator .step:before {
            font-family: "Lora", serif;
            font-size: 20px;
            font-weight: 600;
            color: #002b4e;
        }

        .lencecalculator #zenLensCalculator .step .col-form-label {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.39;
            letter-spacing: normal;
            color: #002b4e;
        }

        .lencecalculator #zenLensCalculator .step #new_base_curve_D div,
        .lencecalculator #zenLensCalculator .step #new_base_curve_mm div {
            border: solid 2px #dcedef;
            padding: 0.375rem 0.75rem;
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: left;
            color: #002b4e;
        }

        .lencecalculator #zenLensCalculator .step .input-group-text {
            background: transparent;
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: right;
            color: #007c89;
            border: solid 2px #dcedef;
            border-left: 0;
        }

        .lencecalculator #zenLensCalculator .step .form-control {
            border: solid 2px #dcedef;
            border-right: 0;
            text-align: right;
        }

        .lencecalculator #zenLensCalculator .step .btn-secondary {
            padding: 16px 30.5px 15px 30.5px;
            margin-bottom: 16px;
        }

        .lencecalculator #zenLensCalculator .step .diameter .btn-secondary {
            padding: 16px 15.5px 15px 15.5px;
            margin-bottom: 16px;
        }

        .lencecalculator #zenLensCalculator .step:last-child {
            border-bottom: 0px solid transparent;
            padding-bottom: 0px;
        }

        .lencecalculator #zenLensCalculator .step .result {
            color: #a23f97;
        }

        .lencecalculator #zenLensCalculator .step p {
            color: #002b4e;
            font-size: 16px;
        }

            .lencecalculator #zenLensCalculator .step p.remember {
                font-size: 18px;
                line-height: 1.4;
                font-weight: 700;
            }

        .lencecalculator #zenLensCalculator .step.step[data-step="4"] .col-md-10 {
            color: #002b4e;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 700;
        }

    .lencecalculator #zenLensCalculator .btn-group-toggle .btn:hover .button-icon {
        background-color: #007c89;
    }

.lencecalculator .whitebox {
    margin-top: 0;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
    text-align: center;
}

    .lencecalculator .whitebox p {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Lora", serif;
        font-weight: normal;
    }

    .lencecalculator .whitebox .btngreen {
        margin: 17px 15px;
        padding: 16px 0px 15px;
        border-radius: 30px;
        background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        display: block;
    }

.review_vid h4 {
    font-family: "Lora", serif;
    font-weight: bold;
}

.review_vid .videoplaceholder .videoimg1 .novakone-img {
    width: 100% !important;
}

.accomodable.diameter {
    margin-bottom: 45px !important;
}

    .accomodable.diameter h3 {
        font-size: 30px;
        font-family: "Lora", serif;
        font-weight: 400;
    }

    .accomodable.diameter .review_calculator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 2px solid #cce5e8;
        padding: 41px 0px 14px 39px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 15px 96px !important;
    }

        .accomodable.diameter .review_calculator .Calculator-icon {
            width: 51px;
            height: 51px;
            margin: 0 30px 24px 0;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .accomodable.diameter .review_calculator p {
            margin: 9px 0 0 0px;
            color: #002b4e;
            font-weight: bold;
        }

footer {
    background-image: linear-gradient(274deg, #007c89 65%, #009aa6 100%);
    width: 100%;
    min-height: 217px;
}

    footer .footercontent {
        /* background: url(../img/footer-plus-bg.svg) bottom right no-repeat;*/
        background-size: 160px 160px;
        width: 100%;
        min-height: 217px;
        padding-top: 50px;
    }

        footer .footercontent .footerlinks {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            flex-direction: column;
        }

.footercontent ul li a::after {
    content: url(/siteassets/img/icon-link-out-copy-5.svg);
    margin-left: 8px;
}

.footercontent ul li {
    margin-bottom: 8px !important;
}

footer .footercontent .footerlinks li {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}

    footer .footercontent .footerlinks li a {
        color: #fff;
        text-decoration: underline;
    }

        footer .footercontent .footerlinks li a:hover {
            color: #fff;
            text-decoration: none;
        }

footer .footercontent .ftrlogo .footerlogo {
    max-width: 100%;
    margin-bottom: 22px;
    margin-top: 15px;
}

footer .footercontent .copyright {
    padding-top: 20px;
    border-top: 2px solid rgba(134, 193, 199, 0.3);
}

footer .footercontent .copyright p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

footer .footercontent .copyright p a {
    color: #fff;
    text-decoration: underline;
}

footer .footercontent .copyright p a:hover {
    color: #fff;
    text-decoration: none !important;
}

.hero-footnote {
    margin-top: 26px;
}

.hero-footnote p {
    font-size: 13px;
    line-height: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}

.hero-footnote p strong {
    font-weight: 800;
}

@media screen and (min-width: 992px) {
    .productpagecontent .left-content .left-con-pad {
        margin-right: 50px;
    }

    .productpagecontent .left-content .left-con-padfirst {
        margin-right: 50px !important;
    }

    .productpagecontent .left-content .left-con-padsec {
        margin-right: 50px !important;
    }

    .paddingx-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .productpagecontent .left-content .left-con-padfirst {
        margin-right: 30px !important;
    }

    .productpagecontent .left-content .left-con-padsec {
        margin-right: 0px !important;
    }

    .GlobaloptoutLinks ul {
        text-decoration: none;
        margin: 0px;
        padding: 0px 21px !important;
    }
}

@media screen and (max-width: 991px) {
    footer .footercontent {
        background-size: 90px 90px;
        min-height: 369px;
    }

        footer .footercontent .footerlinks {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-left: auto;
        }

            footer .footercontent .footerlinks li {
                padding: 0 24px 0 0;
            }

        footer .footercontent .footerlogo {
            margin-bottom: 20px;
        }

        footer .footercontent .copyright {
            border-top: 2px solid #86c1c7;
            padding-top: 19px;
            padding-bottom: 23px;
        }

            footer .footercontent .copyright p {
                margin-bottom: 5px;
            }
    .arise-content h1.slider2-head {
        padding-bottom: 0;
    }

    .arise-content .slider2-para {
        font-size: 18px;
        line-height: 23px;
        margin: 10px 0 0;
    }
}

@media screen and (min-width: 1600px) {
    .bannersection .HomeBanner {
        background-size: 100% 150%;
    }

    .elevation img {
        max-height: 694px;
        width: 100%;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1240px !important;
    }

    .Includes-custom-sphe {
        width: 674px;
        height: 61.6px;
        margin: 36.2px 111px 50.4px 16px;
    }
}


@media screen and (max-width: 1340px) and (min-width: 992px) {
    .top-mid-cont {
        font-size: 27px;
    }


    .zenlens-floating-icon img {
        width: 114px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 993px) {
    header.homeheader .navigationsection ul.navbar-nav .nav-item {
        padding: 31px 10px;
    }

        header.homeheader .navigationsection ul.navbar-nav .nav-item a {
            font-size: 12px;
        }

    .productpagecontent.sitemap .left-content .videosection ul li {
        font-size: 20px;
    }

    .footerabovesection .questioncallout .twor-col .right-col {
        padding-left: 40px;
    }

        .footerabovesection .questioncallout .twor-col .right-col .btn {
            padding: 15px 22px 17px;
        }

    .footerabovesection .questioncallout .twor-col .left-col {
        padding-right: 45px;
    }

    .bannersection .HomeBanner {
        background-size: 100% 150%;
        min-height: 350px;
    }

        .bannersection .HomeBanner h1 {
            font-size: 74px;
        }

        .bannersection .HomeBanner p {
            font-size: 18px;
            margin-bottom: 15px;
            margin-right: 25px;
        }

        .bannersection .HomeBanner .container p {
            font-size: 20px;
            margin-bottom: 15px;
            margin-right: 25px;
        }

    .bannersection .tealBanner.lencefinder h1 {
        font-size: 74px !important;
    }

    .bannersection .tealBanner h1 {
        font-size: 70px;
    }

    .bannersection .tealBanner p {
        font-size: 18px;
        margin-bottom: 15px;
        margin-right: 25px;
    }

    .bannersection .tealBanner h3 {
        font-size: 23px;
    }

    .bannersection .tealBanner.enhance {
        min-height: 366px;
    }

    .bannersection .tealBanner .breadcrumb ul li a,
    .bannersection .Bannerpalebg .breadcrumb ul li a {
        font-size: 12px !important;
        line-height: 20px;
    }

    .bannersection .tealBanner .breadcrumb ul li:after,
    .bannersection .Bannerpalebg .breadcrumb ul li:after {
        width: 6px;
        height: 6px;
        padding-left: 6px;
    }

    .bannersection .Bannerpalebg .p-lg-3x {
        padding: 0 0 0 2.5rem;
    }

    .bannersection .Bannerpalebg .p-lg-0 h2 {
        padding-left: 34px;
    }

    .bannersection .Bannerpalebg h2 {
        font-size: 60px;
    }

    .bannersection .Bannerpalebg p {
        font-size: 23px;
        max-width: 450px;
        line-height: 25px;
    }

    .homecontent .callouthome a.pagedetails {
        padding: 0px 40px 40px 0;
    }

        .homecontent .callouthome a.pagedetails h2 {
            font-size: 30px;
        }

        .homecontent .callouthome a.pagedetails p {
            font-size: 20px;
        }

    .pealbg.ordersection {
        padding-bottom: 100px;
    }

        .pealbg.ordersection .orderleft .orderGreen {
            padding: 16px 15px 16px 15px;
        }

        .pealbg.ordersection .orderleft h3 {
            font-size: 25px;
        }

    .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer img {
        max-width: 100%;
    }

    .pealbg .prod-white .prodcontent h2 {
        font-size: 35px;
    }

    .pealbg .downloadsec a {
        font-size: 20px;
    }

    .pealbg.lencematerialpage .downloadpdfsection .download-heading {
        font-size: 17px;
    }

    .pealbg.lencematerialpage .downloadpdfsection .download a {
        font-size: 17px;
        padding-left: 35px;
        line-height: 27px;
    }

    #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail {
        padding: 10px !important;
    }

        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:after {
            width: 25px !important;
            bottom: 25px !important;
        }

    .lencecalculator #zenLensCalculator .step .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .lencecalculator #zenLensCalculator .step .btn-secondary {
        padding: 16px 16px 15px 17px;
    }

    .lencecalculator #zenLensCalculator #new_base_curve_D div,
    .lencecalculator #zenLensCalculator #new_base_curve_mm div {
        padding: 0.375rem 0.4rem !important;
    }

    .lencecalculator #zenLensCalculator h3 {
        font-size: 28px !important;
    }

    .productpagecontent .whitebox .resourcehead h4 {
        margin: 0 10px;
    }

    .productpagecontent .whitebox .resourcelinks {
        margin: 0 10px;
    }

    .productpagecontent .whitebox .clscalculator h4,
    .productpagecontent .whitebox .clsbrowse h4 {
        font-size: 20px;
        color: #002b4e;
    }

    .productpagecontent .whitebox .clsbrowse .btngreen {
        margin: 17px 10px;
        padding: 16px 10px 15px;
    }

    .productpagecontent.account-page-sec-1 .acc-links p {
        font-size: 16px;
    }

    .productpagecontent.account-page-sec-1 .acc-links .btngreen {
        font-size: 16px;
        max-width: 210px;
    }

    .productpagecontent.account-create .left-content {
        margin-right: 15px;
    }

    .productpagecontent.account-create .whitebox .resourcelinks {
        padding-right: 0;
    }

        .productpagecontent.account-create .whitebox .resourcelinks ul li {
            font-size: 20px;
            color: #002b4e;
        }

    .footerabovesection .questioncallout h3 {
        font-size: 28px;
    }

    .questiontealcallout h3 {
        font-size: 28px;
    }

    .elevation h1 {
        font-size: 46.9px;
    }

    .elevation h1 {
        font-size: 46.9px;
        line-height: 52px;
    }

    .video-sec-pink h5 {
        font-size: 38px;
    }

    .video-sec-pink {
        font-size: 17px;
    }

        .video-sec-pink ul li img {
            width: 88%;
        }

        .video-sec-pink li {
            font-size: 13px;
            text-align: left;
        }
}

@media screen and (max-width: 1199px) and (min-width: 993px) {
    .zenlenses .whitebox {
        margin-top: -120%;
    }

    h1.slider4-head {
        font-size: 70px;
    }
    h1.slider3-head {
        font-size: 32px;
    }

    .left-sec-carousal h1.slider1-head {
        font-size: 70px;
    }

    h1.slider2-head {
        font-size: 68px;
    }
    .complexity-box {
        position: absolute;
        margin-bottom: 100px;
        top: 51px;
        justify-content: center;
        display: flex;
    }
   
}

@media screen and (max-width: 991px) {
    .bannersection {
        padding-top: 68px;
    }

        .bannersection .HomeBanner {
            min-height: 330px;
            margin-bottom: 60px;
        }

            .bannersection .HomeBanner h1 {
                font-size: 40px;
                margin-bottom: 10px;
            }

            .bannersection .HomeBanner img {
                width: 100%;
            }

        .bannersection .tealBanner {
            background: #f2f8f9 url(../img/header-background-dark-mobile.svg) bottom center no-repeat;
            background-size: 100%;
            min-height: 270px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 15px;
            margin-bottom: 0px;
        }

            .bannersection .tealBanner h1 {
                color: #fff;
                font-size: 46px;
                line-height: 1;
            }

            .bannersection .tealBanner h3 {
                color: #fff;
                font-size: 22px;
            }

            .bannersection .tealBanner .breadcrumb {
                background: transparent;
                padding: 0;
            }

                .bannersection .tealBanner .breadcrumb ul {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    list-style: none;
                    margin-left: 0;
                    margin-bottom: 0;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .bannersection .tealBanner .breadcrumb ul li {
                        padding: 2px 20px 2px 0px;
                        position: relative;
                    }

                        .bannersection .tealBanner .breadcrumb ul li a {
                            font-size: 16px;
                            line-height: 22px;
                            color: #fff;
                        }

                        .bannersection .tealBanner .breadcrumb ul li:after {
                            content: "";
                            border: solid #fff;
                            border-width: 0 1px 1px 0;
                            display: inline-block;
                            -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                            width: 8px;
                            height: 8px;
                            padding-left: 7px;
                            position: absolute;
                            top: calc(50% - 4px);
                            right: 9px;
                        }

                        .bannersection .tealBanner .breadcrumb ul li:last-child:after {
                            display: none;
                        }

            .bannersection .tealBanner.lencematerial {
                min-height: 270px;
                background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 100% center no-repeat;
                background-size: 100%;
            }

            .bannersection .tealBanner.educationBanner {
                min-height: 390px;
                background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 160% center no-repeat;
                background-size: 100%;
            }

            .bannersection .tealBanner.lencefinder h1 {
                font-size: 46px !important;
                line-height: 1;
            }

            .bannersection .tealBanner.lencefinder h3 {
                font-weight: 400;
                font-family: "Lora", serif;
                line-height: 1.27;
            }

            .bannersection .tealBanner.enhance {
                min-height: 370px;
                background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 100% center no-repeat;
                background-size: 100%;
            }

        .bannersection .Bannerpalebg {
            min-height: 260px;
            height: auto;
            width: 100%;
            padding-bottom: 50px;
            padding-top: 20px;
            margin-bottom: 45px;
        }

            .bannersection .Bannerpalebg .p-lg-0 {
                padding: 0 0 0 1rem;
            }

                .bannersection .Bannerpalebg .p-lg-0 p {
                    max-width: 620px;
                }

                .bannersection .Bannerpalebg .p-lg-0 h2 {
                    padding-left: 0rem;
                }

            .bannersection .Bannerpalebg h2 {
                font-size: 28px;
                line-height: 1;
                font-family: "Nunito Sans", sans-serif;
                color: #002b4e;
                font-weight: 900;
                margin-bottom: 17px;
            }

                .bannersection .Bannerpalebg h2.z-echo {
                   
                    font-size: 42px!important;
                }

            .bannersection .Bannerpalebg h4 {
                font-size: 18px;
                line-height: 1.28;
                font-family: "Lora", serif;
                font-weight: normal;
                color: #002b4e;
            }

        .bannersection .zenlen-echo-banner .Bannerpalebg h4 {
            font-size: 22px;
            color:#007c89
        }

            .bannersection .Bannerpalebg .breadcrumb {
                background: transparent;
                padding: 0;
                margin-bottom: 25px;
            }

                .bannersection .Bannerpalebg .breadcrumb ul {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    list-style: none;
                    margin-left: 0;
                    margin-bottom: 0;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .bannersection .Bannerpalebg .breadcrumb ul li {
                        padding: 2px 20px 2px 0px;
                        position: relative;
                    }

                        .bannersection .Bannerpalebg .breadcrumb ul li a {
                            font-size: 16px;
                            line-height: 22px;
                            color: #002b4e;
                            font-weight: bold;
                        }

                        .bannersection .Bannerpalebg .breadcrumb ul li:after {
                            content: "";
                            border: solid #002b4e;
                            border-width: 0 1px 1px 0;
                            display: inline-block;
                            -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                            width: 8px;
                            height: 8px;
                            padding-left: 7px;
                            position: absolute;
                            top: calc(50% - 4px);
                            right: 9px;
                        }

                        .bannersection .Bannerpalebg .breadcrumb ul li:last-child a {
                            font-weight: normal;
                        }

                        .bannersection .Bannerpalebg .breadcrumb ul li:last-child:after {
                            display: none;
                        }

            .bannersection .Bannerpalebg .brandlogo {
                max-width: 150px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-align: center;
                margin: 0 auto;
                margin-top: 40px;
                margin-bottom: 40px;
            }

                .bannersection .Bannerpalebg .brandlogo.zenlensbrand {
                    max-width: max-content;
                    margin-bottom: 5px;
                }
    .zenlen-echo-banner .brandlogo.zenlensbrand img {
        max-width: 354px;
    }

                .bannersection .Bannerpalebg .brandlogo p {
                    font-size: 14px;
                    line-height: 1.4;
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 400;
                    color: #002b4e;
                    margin: 32px auto 17px;
                }

            .bannersection .Bannerpalebg.policies {
                padding-top: 35px;
                min-height: 225px;
            }

            .bannersection .Bannerpalebg.create-account-banner,
            .bannersection .Bannerpalebg.complete-order-banner {
                height: auto;
                padding: 20px 0 60px;
                margin-bottom: 50px;
            }

                .bannersection .Bannerpalebg.create-account-banner a,
                .bannersection .Bannerpalebg.complete-order-banner a {
                    color: inherit;
                    /*text-decoration: underline;
    &:hover{
    	text-decoration:none;
    }*/
                }

        .bannersection .brandlogo {
            max-width: 290px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
            margin-top: 0px;
            margin-bottom: 45px;
        }

            .bannersection .brandlogo.alden-logo {
                max-width: 140px;
            }

            .bannersection .brandlogo p {
                font-size: 14px;
                line-height: 1.4;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 400;
                color: #002b4e;
                margin: 16px auto 15px;
            }

    .homecontent {
        margin-bottom: 0px;
    }

        .homecontent .callouthome {
            margin: 0 0px 35px 0;
        }

            .homecontent .callouthome a.pagedetails {
                padding: 0px 45px 40px 0;
            }

                .homecontent .callouthome a.pagedetails h2 {
                    font-size: 30px;
                }

                .homecontent .callouthome a.pagedetails p {
                    font-size: 18px;
                    margin-bottom: 0;
                }

        .homecontent .row:nth-child(2) .col-12:nth-child(2) .callouthome a.pagedetails {
            border-bottom: 0px solid transparent;
        }

    .footerabovesection .questioncallout {
        min-height: 230px;
    }

        .footerabovesection .questioncallout h3 {
            font-size: 22px;
            line-height: 30px;
        }

        .footerabovesection .questioncallout .btn {
            font-size: 16px;
            line-height: 21px;
            margin-bottom: 0;
            display: block;
            padding: 15px 40px 17px;
        }

        .footerabovesection .questioncallout .twor-col {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 64px auto;
        }

            .footerabovesection .questioncallout .twor-col h3 {
                font-size: 22px;
            }

            .footerabovesection .questioncallout .twor-col .btn {
                font-size: 18px;
                width: 100%;
            }

            .footerabovesection .questioncallout .twor-col .left-col,
            .footerabovesection .questioncallout .twor-col .right-col {
                width: 100%;
            }

            .footerabovesection .questioncallout .twor-col .left-col {
                padding-right: inherit;
                border-right: 0px solid #dcedef;
                border-bottom: 1px solid #dcedef;
                padding-bottom: 64px;
            }

            .footerabovesection .questioncallout .twor-col .right-col {
                padding-left: inherit;
                padding-top: 63px;
            }

                .footerabovesection .questioncallout .twor-col .right-col .btn {
                    padding: 16px 30px 15px;
                }

    .pealbg {
        background: #f2f8f9;
        padding-top: 40px;
        padding-bottom: 35px;
    }

        .pealbg .whitebox {
            background: #ffffff;
            max-width: 419px;
            margin-bottom: 40px;
        }

            .pealbg .whitebox .title {
                border-bottom: 2px solid #dcedef;
            }

                .pealbg .whitebox .title h2 {
                    font-size: 22px;
                    line-height: 1;
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 800;
                    color: #002b4e;
                    padding: 16px 30px;
                    margin-bottom: 0;
                }

            .pealbg .whitebox .links {
                padding-bottom: 32px;
                margin-bottom: 0;
            }

                .pealbg .whitebox .links ul {
                    margin-left: 30px;
                    margin-bottom: 0;
                    list-style: none;
                }

                    .pealbg .whitebox .links ul li {
                        padding: 24px 45px 0px 0;
                        position: relative;
                    }

                        .pealbg .whitebox .links ul li a {
                            display: block;
                            width: 100%;
                            font-size: 18px;
                            line-height: 1.2;
                            font-weight: 600;
                            font-family: "Nunito Sans", sans-serif;
                            color: #007c89;
                        }

                            .pealbg .whitebox .links ul li a:hover {
                                text-decoration: none;
                                color: #002b4e;
                            }

                                .pealbg .whitebox .links ul li a:hover:after {
                                    background: url(../img/right-arrow-small-dark.svg) top center no-repeat;
                                }

                            .pealbg .whitebox .links ul li a:focus {
                                text-decoration: underline;
                            }

                            .pealbg .whitebox .links ul li a:after {
                                content: "";
                                background: url(../img/right-arrow-small.svg) top center no-repeat;
                                background-size: 100%;
                                width: 16px;
                                height: 14px;
                                position: absolute;
                                bottom: calc(50% - 7px);
                                right: 25px;
                            }

        .pealbg .prod-top {
            margin-bottom: 30px;
        }

            .pealbg .prod-top h3 {
                text-align: center;
                color: #002b4e;
                font-size: 22px;
                line-height: 1.27;
                font-weight: 400;
            }

        .pealbg .prod-white {
            background: #fff;
            margin-bottom: 40px;
        }

            .pealbg .prod-white .imgsection {
                border-bottom: 2px solid #f2f8f9;
                padding: 10px 30px 0;
                height: 100%;
                text-align: center;
            }

            .pealbg .prod-white .prodcontent {
                margin: 25px 24px;
            }

                .pealbg .prod-white .prodcontent h2 {
                    font-size: 30px;
                    line-height: 1;
                    font-family: "Lora", serif;
                    color: #002b4e;
                }

                .pealbg .prod-white .prodcontent p {
                    font-size: 22px;
                    line-height: 1.4;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                }

                .pealbg .prod-white .prodcontent ul {
                    list-style: none;
                    margin-top: 1rem;
                    margin-left: 0;
                    margin-bottom: 20px;
                }

                    .pealbg .prod-white .prodcontent ul li {
                        font-size: 18px;
                        line-height: 1.2;
                        color: #002b4e;
                        font-family: "Nunito Sans", sans-serif;
                        position: relative;
                        padding-left: 30px;
                        margin-bottom: 10px;
                    }

                        .pealbg .prod-white .prodcontent ul li:before {
                            content: "";
                            width: 16px;
                            height: 2px;
                            background: #cce5e8;
                            position: absolute;
                            top: 9px;
                            left: 0;
                            bottom: 0;
                        }

                .pealbg .prod-white .prodcontent .btngreen {
                    width: 100%;
                    display: block;
                    margin: 0 0 16px;
                    padding: 16px 10px 16px 10px;
                    border-radius: 50px;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    text-align: center;
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: #fff;
                    position: relative;
                }

                    .pealbg .prod-white .prodcontent .btngreen:hover {
                        text-decoration: none;
                    }

                        .pealbg .prod-white .prodcontent .btngreen:hover:after {
                            background: url(../img/right-arrow-small.svg) center left no-repeat;
                            background-size: 100%;
                            -webkit-transform: rotate(-40deg);
                            transform: rotate(-40deg);
                            width: 15px;
                            height: 18px;
                        }

                    .pealbg .prod-white .prodcontent .btngreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

        .pealbg .col-12:last-child .prod-white {
            margin-bottom: 15px;
        }

        .pealbg .footnote {
            font-size: 14px;
            line-height: 19px;
            text-align: center !important;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 400;
        }

            .pealbg .footnote.text-right {
                margin-bottom: 40px;
            }

        .pealbg .resourcehead {
            border-bottom: 2px solid #dcedef;
            margin-bottom: 30px;
        }

            .pealbg .resourcehead p {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.2;
                color: #002b4e;
                text-transform: uppercase;
                margin-bottom: 6px;
                letter-spacing: 1.08px;
            }

        .pealbg .downloadsec {
            margin: 24px 0;
        }

            .pealbg .downloadsec a {
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                line-height: 1.2;
                color: #007c89;
                padding-left: 48px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .pealbg .downloadsec a:before {
                    content: "";
                    position: absolute;
                    left: 1px;
                    background: url(../img/pdf-download-icon.svg) top left no-repeat;
                    background-size: 33px;
                    height: 40px;
                    width: 33px;
                    top: calc(50% - 18px);
                }

                .pealbg .downloadsec a:hover {
                    color: #002b4e;
                    text-decoration: none;
                }

                    .pealbg .downloadsec a:hover:before {
                        content: "";
                        position: absolute;
                        left: 1px;
                        background: url(../img/pdf-download-blue-icon.svg) top left no-repeat;
                        background-size: 33px;
                        height: 40px;
                        width: 33px;
                    }

        .pealbg.ordersection {
            padding-bottom: 90px;
        }

            .pealbg.ordersection .orderleft {
                border-right: 0px solid transparent;
                padding-right: 5px;
                padding-left: 5px;
                height: 100%;
                margin-bottom: 80px;
            }

                .pealbg.ordersection .orderleft h3 {
                    color: #002b4e;
                    font-size: 22px;
                    line-height: 1.2;
                    margin-bottom: 23px;
                }

                    .pealbg.ordersection .orderleft h3 a {
                        color: #002b4e;
                    }

                        .pealbg.ordersection .orderleft h3 a:hover {
                            color: #002b4e;
                        }

                .pealbg.ordersection .orderleft ul {
                    list-style: none;
                    margin-top: 1rem;
                    margin-left: 0;
                    margin-bottom: 20px;
                }

                    .pealbg.ordersection .orderleft ul li {
                        font-size: 18px;
                        line-height: 1.2;
                        color: #002b4e;
                        font-family: "Nunito Sans", sans-serif;
                        position: relative;
                        padding-left: 30px;
                        margin-bottom: 10px;
                    }

                        .pealbg.ordersection .orderleft ul li:after {
                            content: "";
                            width: 16px;
                            height: 2px;
                            background: #cce5e8;
                            position: absolute;
                            top: 9px;
                            left: 0;
                            bottom: 0;
                        }

                .pealbg.ordersection .orderleft .orderGreen {
                    width: auto;
                    display: block;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: white;
                    margin: 0px 0px 16px;
                    padding: 16px 26.5px 16px 30.7px;
                    border-radius: 30px;
                }

                    .pealbg.ordersection .orderleft .orderGreen:hover:after {
                        background: url(../img/right-arrow-small.svg) center left no-repeat;
                        background-size: 100%;
                        -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                        width: 15px;
                        height: 18px;
                    }

                    .pealbg.ordersection .orderleft .orderGreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

            .pealbg.ordersection .orderright {
                padding-left: 5px;
                margin-bottom: 80px;
            }

                .pealbg.ordersection .orderright:last-child {
                    margin-bottom: 0px;
                }

                .pealbg.ordersection .orderright h3 {
                    color: #002b4e;
                    font-size: 22px;
                    line-height: 1.2;
                    margin-bottom: 15px;
                }

                .pealbg.ordersection .orderright p {
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    margin-bottom: 0;
                }

                .pealbg.ordersection .orderright .orderGreen {
                    display: inline-block;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: white;
                    margin: 24px 0px 16px;
                    padding: 16px 26.5px 16px 30.7px;
                    border-radius: 30px;
                    width: 100%;
                }

                    .pealbg.ordersection .orderright .orderGreen:hover:after {
                        background: url(../img/right-arrow-small.svg) center left no-repeat;
                        background-size: 100%;
                        -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                        width: 15px;
                        height: 18px;
                    }

                    .pealbg.ordersection .orderright .orderGreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

            .pealbg.ordersection.contact-us .orderleft {
                border-right: 0px solid transparent;
                padding-right: 5px;
                padding-left: 5px;
                height: auto;
                padding-bottom: 30px;
                margin-bottom: 40px;
                border-bottom: 2px solid #dcedef;
            }

                .pealbg.ordersection.contact-us .orderleft .orderGreen {
                    width: auto;
                }

            .pealbg.ordersection.contact-us .orderright {
                margin-bottom: 40px;
            }

                .pealbg.ordersection.contact-us .orderright p a {
                    color: inherit;
                }

        .pealbg.educationpage .row:nth-child(1) .col-12:nth-child(1) {
            margin-bottom: 40px;
        }

        .pealbg.educationpage .videoimg {
            max-width: 100%;
            position: relative;
            margin-bottom: 14px;
            display: block;
        }

            .pealbg.educationpage .videoimg img {
                width: 100%;
            }

        .pealbg.educationpage p {
            color: #007c89;
            font-family: "Nunito Sans", sans-serif;
            line-height: 1.2;
            font-size: 18px;
            font-weight: 600;
        }

        .pealbg.educationpage .zenlenscls {
            padding-top: 75px;
            padding-bottom: 10px;
            margin-bottom: 40px;
            border-bottom: 2px solid #dcedef;
        }

            .pealbg.educationpage .zenlenscls h4 {
                font-size: 22px;
                line-height: 1.4;
                color: #002b4e;
                font-family: "Lora", serif;
            }

            .pealbg.educationpage .zenlenscls h3 {
                font-size: 28px;
                line-height: 33px;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 800;
            }

        .pealbg.educationpage .mb-80 {
            margin-bottom: 35px;
        }

        .pealbg.lencematerialpage .col-lg-7 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .pealbg.lencematerialpage .materialheading {
            margin-bottom: 25px;
        }

            .pealbg.lencematerialpage .materialheading h3 {
                font-size: 22px;
                line-height: 1.4;
            }

        .pealbg.lencematerialpage .materialtop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 2px solid #dcedef;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .pealbg.lencematerialpage .materialtop h3 {
                color: #002b4e;
            }

            .pealbg.lencematerialpage .materialtop .listleft {
                width: 100%;
                float: none;
                list-style: none;
                margin: 0;
            }

                .pealbg.lencematerialpage .materialtop .listleft li {
                    position: relative;
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg.lencematerialpage .materialtop .listleft li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

            .pealbg.lencematerialpage .materialtop .listright {
                list-style: none;
                float: none;
                margin-left: 0;
                margin-bottom: 40px;
            }

                .pealbg.lencematerialpage .materialtop .listright li {
                    position: relative;
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg.lencematerialpage .materialtop .listright li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

        .pealbg.lencematerialpage .materialsecond {
            margin-top: 48px;
            margin-bottom: 47px;
            border-bottom: 2px solid #dcedef;
            padding-bottom: 47px;
        }

            .pealbg.lencematerialpage .materialsecond .whitebox {
                max-width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
            }

                .pealbg.lencematerialpage .materialsecond .whitebox .imagebox {
                    max-height: initial;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    width: 155px;
                    /* align-items: center; */
                    /* text-align: center; */
                    margin: 20px auto;
                }

                .pealbg.lencematerialpage .materialsecond .whitebox p {
                    border-top: 1px solid #dcedef;
                    padding-top: 10px;
                    font-size: 16px;
                    line-height: 1.4;
                }

            .pealbg.lencematerialpage .materialsecond .leftcontent {
                margin-bottom: 25px;
            }

        .pealbg.lencematerialpage .lencematerialthird .whitebox {
            max-width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }

            .pealbg.lencematerialpage .lencematerialthird .whitebox .imagebox {
                max-height: initial;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                width: 155px;
                /* align-items: center; */
                /* text-align: center; */
                margin: 20px auto;
            }

            .pealbg.lencematerialpage .lencematerialthird .whitebox p {
                border-top: 1px solid #dcedef;
                padding-top: 10px;
            }

        .pealbg.lencematerialpage .lencematerialthird .fdacontent {
            margin-bottom: 85px;
        }

        .pealbg.lencematerialpage .downloadhead {
            font-size: 18px;
            line-height: 1.2;
            text-transform: uppercase;
            color: #002b4e;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            letter-spacing: 1.08px;
        }

        .pealbg.lencematerialpage .downloadpdfsection {
            border-top: 2px solid #dcedef;
            padding-top: 40px;
        }

            .pealbg.lencematerialpage .downloadpdfsection .mr-top-0 {
                margin-top: 0px;
            }

            .pealbg.lencematerialpage .downloadpdfsection .download {
                display: block;
                margin-bottom: 35px;
            }

                .pealbg.lencematerialpage .downloadpdfsection .download a {
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 22px;
                    font-weight: 800;
                    line-height: 1.2;
                    color: #007c89;
                    padding-left: 48px;
                    display: inline-block;
                    letter-spacing: -0.44px;
                    position: relative;
                }

                    .pealbg.lencematerialpage .downloadpdfsection .download a:before {
                        content: "";
                        position: absolute;
                        left: 6px;
                        background: url(../img/pdf-download-icon.svg) top left no-repeat;
                        background-size: 33px;
                        height: 40px;
                        width: 33px;
                        top: calc(50% - 19px);
                    }

                    .pealbg.lencematerialpage .downloadpdfsection .download a:hover {
                        color: #002b4e;
                        text-decoration: none;
                        padding-left: 43px;
                        left: 5px;
                    }

                        .pealbg.lencematerialpage .downloadpdfsection .download a:hover:before {
                            content: "";
                            position: absolute;
                            left: 1px;
                            background: url(../img/pdf-download-blue-icon.svg) top left no-repeat;
                            background-size: contain;
                            height: 40px;
                            width: 33px;
                        }

        .pealbg.lencematerialpage .col-lg-3 .whitebox {
            padding: 15px 10px;
        }

            .pealbg.lencematerialpage .col-lg-3 .whitebox h4 {
                text-align: center;
            }

            .pealbg.lencematerialpage .col-lg-3 .whitebox .btngreen {
                margin: 17px 0 !important;
                padding: 16px 10px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

        .pealbg.zenlance {
            padding-bottom: 70px;
        }

            .pealbg.zenlance .resourcehead {
                font-size: 18px;
                line-height: 1.2;
                font-weight: 800;
                font-family: "Nunito Sans", sans-serif;
            }

                .pealbg.zenlance .resourcehead p .small {
                    font-size: 18px;
                    text-transform: none;
                    color: #002b4e;
                    display: block;
                    margin-left: 0px;
                    margin-top: 10px;
                }

            .pealbg.zenlance .downloadsec .countryname {
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.38;
                letter-spacing: normal;
                color: #002b4e;
                margin-bottom: 8px;
            }

            .pealbg.zenlance .downloadsec a {
                padding-left: 0;
                position: relative;
                max-width: 100%;
            }

                .pealbg.zenlance .downloadsec a:before {
                    display: none;
                }

                .pealbg.zenlance .downloadsec a:after {
                    background: url(../img/right-arrow-big.svg) no-repeat top center;
                    content: "";
                    width: 34px;
                    height: 27px;
                    background-size: contain;
                    display: block;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }

        .pealbg.Enhancerpage .nav-tabs {
            margin-left: 0;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .pealbg.Enhancerpage .nav-tabs .nav-item {
                background: #dcedef;
                border-radius: 10px 10px 0 0;
                margin: 0 4px;
            }

                .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link {
                    border-radius: 10px 10px 0 0;
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    padding: 0.5rem 1.3rem;
                    line-height: 1.2;
                    letter-spacing: 1.08px;
                    color: #007c89;
                }

                    .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link.active {
                        color: #002b4e;
                    }

                .pealbg.Enhancerpage .nav-tabs .nav-item:last-child {
                    margin-right: 0;
                }

        .pealbg.Enhancerpage .tab-content {
            margin-bottom: 60px;
            padding: 40px 40px 40px;
            -webkit-box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
            box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
            background-color: #fff;
        }

            .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer img {
                max-width: 100%;
            }

            .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p {
                margin: 8px 0 24px;
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                color: #002b4e;
            }

                .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p strong {
                    font-weight: 800;
                }

            .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead {
                margin: 0px 0 24px;
                border-bottom: 2px solid #dcedef;
            }

                .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead h3 {
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 22px;
                    font-weight: 800;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.4;
                    letter-spacing: normal;
                    color: #002b4e;
                }

        .pealbg.Enhancerpage .readycallout {
            text-align: center;
        }

            .pealbg.Enhancerpage .readycallout h3 {
                color: #002b4e;
            }

            .pealbg.Enhancerpage .readycallout .btngreen {
                display: block;
                margin: 17px 0 35px;
                padding: 16px 25px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
            }

        .pealbg.vip-page .mktoForm {
            padding: 10px 0;
        }

    .questiontealcallout {
        padding-bottom: 70px;
    }

        .questiontealcallout h3 {
            font-size: 22px;
        }

        .questiontealcallout .btn {
            font-size: 18px;
            width: 100%;
            padding: 16px 25px 18px;
        }

    .productpagecontent h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .productpagecontent .tablesection1 h2 {
        font-size: 34px;
        line-height: 40.8px;
    }

    .productpagecontent p {
        font-size: 18px;
        line-height: 25px;
        font-family: "Lora", serif;
        color: #002b4e;
        font-weight: 400;
    }

    .btm-footnote {
        padding-left: 15px;
        margin: 50px 0 0;
    }

    .btm-footnote p {
        font-size: 14px;
        line-height: 19px;
        font-family: "Nunito Sans", sans-serif;
    }

    .productpagecontent ul {
        list-style: none;
        margin: 0;
    }

        .productpagecontent ul li {
            font-size: 18px;
            line-height: 1.4;
            color: #002b4e;
            font-family: "Lora", serif;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            /*a{
    	color: inherit;
    	text-decoration: underline;
    }*/
        }

            .productpagecontent ul li:after {
                content: "";
                width: 16px;
                height: 2px;
                background: #cce5e8;
                position: absolute;
                top: 13px;
                left: 0;
                bottom: 0;
            }

    .productpagecontent .left-content {
        margin-right: 0px;
    }

        .productpagecontent .left-content .keysection {
            margin-bottom: 63px;
        }

            .productpagecontent .left-content .keysection ul {
                list-style: none;
                margin: 0;
            }

                .productpagecontent .left-content .keysection ul li {
                    font-size: 18px;
                    line-height: 1.4;
                    color: #002b4e;
                    font-family: "Lora", serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .productpagecontent .left-content .keysection ul li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 13px;
                        left: 0;
                        bottom: 0;
                    }

        .productpagecontent .left-content .btngreen {
            max-width: 100%;
            text-align: center;
            margin: 17px 0 100px;
            padding: 16px 13px 15px;
            border-radius: 30px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
        }

        .productpagecontent .left-content .videosection {
            margin-bottom: 0px;
        }

            .productpagecontent .left-content .videosection h2 {
                font-size: 32px;
                line-height: 39px;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 900;
                color: #002b4e;
                margin-bottom: 21px;
            }

            .productpagecontent .left-content .videosection h3 {
                font-size: 22px;
                line-height: 26px;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 700;
                color: #002b4e;
                margin-bottom: 15px;
            }

            .productpagecontent .left-content .videosection p {
                font-size: 22px;
                line-height: 30.8px;
                color: #002b4e;
                font-family: "Lora", serif;
            }

            .productpagecontent .left-content .videosection .videoplaceholder {
                margin: 45px 0 0px;
            }

                .productpagecontent .left-content .videosection .videoplaceholder .center-mobile {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .productpagecontent .left-content .videosection .videoplaceholder .videoimg {
                    position: relative;
                    display: block;
                    max-width: 100%;
                }

                    .productpagecontent .left-content .videosection .videoplaceholder .videoimg img {
                        width: 100%;
                    }

            .productpagecontent .left-content .videosection ul {
                list-style: none;
                margin: 0;
            }

                .productpagecontent .left-content .videosection ul li {
                    font-size: 18px;
                    line-height: 1.4;
                    color: #002b4e;
                    font-family: "Lora", serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .productpagecontent .left-content .videosection ul li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 13px;
                        left: 0;
                        bottom: 0;
                    }

        .productpagecontent .left-content .smartcurvesection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-bottom: 2px solid #dcedef;
            margin-bottom: 65px;
        }

            .productpagecontent .left-content .smartcurvesection .headsmart {
                border-bottom: 2px solid #dcedef;
                margin-bottom: 25px;
            }

                .productpagecontent .left-content .smartcurvesection .headsmart p {
                    font-size: 14px;
                    line-height: 1.2;
                    letter-spacing: 0.84px;
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 800;
                    color: #002b4e;
                    text-transform: uppercase;
                    margin-bottom: 8px;
                }

            .productpagecontent .left-content .smartcurvesection .smartcurveimg {
                margin: 25px 10px;
                padding-bottom: 20px;
                text-align: center;
            }

                .productpagecontent .left-content .smartcurvesection .smartcurveimg img {
                    margin: auto;
                }

            .productpagecontent .left-content .smartcurvesection .curvecontent p {
                font-size: 22px;
                line-height: 1.4;
                text-align: center;
                margin-bottom: 40px;
            }

        .productpagecontent .left-content .accomodable {
            margin-bottom: 65px;
        }

            .productpagecontent .left-content .Ensuresection p,
            .productpagecontent .left-content .accomodable p {
                font-size: 18px;
                line-height: 25px;
                font-family: "Lora", serif;
                color: #002b4e;
                font-weight: 400;
            }

        .productpagecontent .left-content .multifocul {
            margin-bottom: 50px;
        }

            .productpagecontent .left-content .multifocul .imgmulti {
                margin: 25px auto 25px;
            }

        .productpagecontent .left-content .fittingseries {
            border: solid 2px #964893;
            padding: 30px 30px;
            margin-bottom: 65px;
        }

            .productpagecontent .left-content .fittingseries h4 {
                font-size: 30px;
                line-height: 1.2;
                font-weight: 700;
                font-family: "Lora", serif;
                color: #002b4e;
            }

            .productpagecontent .left-content .fittingseries p.author {
                font-size: 18px;
                line-height: 1.4;
                font-family: "Nunito Sans", sans-serif;
                font-weight: normal;
                color: #002b4e;
            }

            .productpagecontent .left-content .fittingseries .authortestimonial {
                font-size: 22px;
                line-height: 1.4;
            }

            .productpagecontent .left-content .fittingseries .btngreen {
                margin: 17px 0;
                padding: 16px 60px 15px;
                width: 100%;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: inline-block;
            }

        .productpagecontent .left-content .tablesection1,
        .productpagecontent .left-content .tablesection2 {
            margin-bottom: 40px;
        }

            .productpagecontent .left-content .tablesection1 .table-bordered,
            .productpagecontent .left-content .tablesection2 .table-bordered {
                border: 2px solid #dcedef;
            }

                .productpagecontent .left-content .tablesection1 .table-bordered th,
                .productpagecontent .left-content .tablesection1 .table-bordered td,
                .productpagecontent .left-content .tablesection2 .table-bordered th,
                .productpagecontent .left-content .tablesection2 .table-bordered td {
                    border: 2px solid #dcedef;
                }

                .productpagecontent .left-content .tablesection1 .table-bordered td,
                .productpagecontent .left-content .tablesection2 .table-bordered td {
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: normal;
                    line-height: 1.39;
                    letter-spacing: normal;
                    color: #002b4e;
                    width: 50%;
                }

                    .productpagecontent .left-content .tablesection1 .table-bordered td.bgpale,
                    .productpagecontent .left-content .tablesection2 .table-bordered td.bgpale {
                        background: #f2f8f9;
                        font-size: 14px;
                        text-align: center;
                        padding: 3px;
                        font-style: italic;
                    }

                    .productpagecontent .left-content .tablesection1 .table-bordered td span,
                    .productpagecontent .left-content .tablesection2 .table-bordered td span {
                        margin-top: 13px;
                    }

                .productpagecontent .left-content .tablesection1 .table-bordered .nested-table,
                .productpagecontent .left-content .tablesection2 .table-bordered .nested-table {
                    padding: 0;
                    width: auto;
                }

                    .productpagecontent .left-content .tablesection1 .table-bordered .nested-table table,
                    .productpagecontent .left-content .tablesection2 .table-bordered .nested-table table {
                        width: 100%;
                    }

                        .productpagecontent .left-content .tablesection1 .table-bordered .nested-table table td,
                        .productpagecontent .left-content .tablesection2 .table-bordered .nested-table table td {
                            border: 0;
                            border-bottom: 2px solid #dcedef;
                        }

                .productpagecontent .left-content .tablesection1 .table-bordered tbody tr th.heading,
                .productpagecontent .left-content .tablesection2 .table-bordered tbody tr th.heading {
                    font-size: 14px;
                    line-height: 19px;
                    font-weight: normal;
                    font-style: italic;
                    text-align: center;
                    padding: 3px 7px;
                    font-family: NunitoSans;
                    text-transform: inherit;
                    background-color: #f2f8f9;
                }

            .productpagecontent .left-content .tablesection1 .chart-img,
            .productpagecontent .left-content .tablesection2 .chart-img {
                margin-left: 10%;
            }

            .productpagecontent .left-content .tablesection1 .heading,
            .productpagecontent .left-content .tablesection2 .heading {
                background: #dcedef;
                font-size: 14px;
                line-height: 1.6;
                letter-spacing: 0.84px;
                font-weight: 800;
                color: #002b4e;
                text-transform: uppercase;
                font-family: "Nunito Sans", sans-serif;
            }

            .productpagecontent .left-content .tablesection1 th,
            .productpagecontent .left-content .tablesection2 th {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.39;
                letter-spacing: normal;
                color: #002b4e;
                width: auto;
            }

                .productpagecontent .left-content .tablesection1 th span,
                .productpagecontent .left-content .tablesection2 th span {
                    display: block;
                    font-weight: normal;
                }

        .productpagecontent .left-content .arise-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 60px;
            padding: 30px 30px 0;
            border: 2px solid #f9872b;
        }

            .productpagecontent .left-content .arise-box .keysection {
                margin-bottom: 0px;
                padding-bottom: 30px;
            }

                .productpagecontent .left-content .arise-box .keysection .btngreen {
                    margin-bottom: 0;
                    max-width: 100%;
                    border-radius: 45px;
                }

        .productpagecontent .left-content .bordered {
            padding: 30px 30px;
            border: 2px solid #f9872b;
            margin-bottom: 40px;
        }

            .productpagecontent .left-content .bordered .mb-40 {
                margin-bottom: 0 !important;
            }

    .productpagecontent.policies-content .left-content p a {
        color: inherit;
        text-decoration: underline;
    }

    .productpagecontent.policies-content .left-content ol {
        margin-left: 40px;
    }

        .productpagecontent.policies-content .left-content ol li {
            font-size: 18px;
            line-height: 1.4;
            color: #002b4e;
            font-family: "Lora", serif;
            margin-bottom: 10px;
        }

    .productpagecontent.sitemap {
        padding-top: 50px;
    }

        .productpagecontent.sitemap .left-content .videosection ul li {
            font-size: 20px;
            line-height: 1.4;
            font-family: "Lora", serif;
            position: relative;
            padding-left: 0px;
            margin-bottom: 10px;
        }

            .productpagecontent.sitemap .left-content .videosection ul li:after {
                display: none;
            }

            .productpagecontent.sitemap .left-content .videosection ul li a {
                color: #007c89;
                text-decoration: underline;
            }

                .productpagecontent.sitemap .left-content .videosection ul li a:hover {
                    color: inherit;
                }

    .productpagecontent .whitebox {
        margin-top: 0%;
        padding: 15px 0;
        background: #fff;
        -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
        box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
        margin-bottom: 40px;
    }

        .productpagecontent .whitebox .resourcehead {
            border-bottom: 2px solid #dcedef;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .productpagecontent .whitebox .resourcehead h4 {
                font-family: "Nunito Sans", sans-serif;
                font-size: 14px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: 0.84px;
                color: #002b4e;
                text-transform: uppercase;
                margin: 0 25px;
            }

        .productpagecontent .whitebox .resourcelinks {
            margin: 0 24px;
            padding-right: 20px;
        }

            .productpagecontent .whitebox .resourcelinks ul {
                margin-left: 0;
            }

                .productpagecontent .whitebox .resourcelinks ul li {
                    padding-left: 0;
                }

                    .productpagecontent .whitebox .resourcelinks ul li a {
                        font-size: 18px;
                        font-weight: 600;
                        font-family: "Nunito Sans", sans-serif;
                    }

                        .productpagecontent .whitebox .resourcelinks ul li a:hover {
                            text-decoration: none;
                        }

                        .productpagecontent .whitebox .resourcelinks ul li a .small {
                            font-size: 14px;
                            display: block;
                        }

                    .productpagecontent .whitebox .resourcelinks ul li:after {
                        display: none;
                    }

                    .productpagecontent .whitebox .resourcelinks ul li.clsdoc {
                        position: relative;
                    }

                        .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:after {
                            content: "";
                            background: url(../img/icon-38x48-pdf-doc.png) top left no-repeat;
                            background-size: 100%;
                            width: 15.2px;
                            height: 18px;
                            position: absolute;
                            top: calc(50% - 8px);
                            right: -20px;
                        }

                        .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:hover {
                            color: #002b4e;
                            text-decoration: none;
                        }

                            .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:hover:after {
                                background: url(../img/icon-38x48-pdf-doc-dark.svg) top left no-repeat;
                                background-size: 100%;
                            }

                        .productpagecontent .whitebox .resourcelinks ul li.clsdoc a:focus {
                            text-decoration: none;
                        }

                    .productpagecontent .whitebox .resourcelinks ul li.clsiconarow {
                        position: relative;
                    }

                        .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:after {
                            content: "";
                            background: url(../img/right-arrow-small.svg) center left no-repeat;
                            background-size: 100%;
                            width: 15.2px;
                            height: 18px;
                            position: absolute;
                            top: calc(50% - 8px);
                            right: -20px;
                        }

                        .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:hover {
                            color: #002b4e;
                            text-decoration: none;
                        }

                            .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:hover:after {
                                background: url(../img/right-arrow-small-dark.svg) center left no-repeat;
                                background-size: 100%;
                            }

                        .productpagecontent .whitebox .resourcelinks ul li.clsiconarow a:focus {
                            text-decoration: none;
                        }

                    .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow {
                        position: relative;
                    }

                        .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:after {
                            content: "";
                            background: url(../img/right-arrow-small.svg) top left no-repeat;
                            background-size: 100%;
                            width: 15.2px;
                            height: 18px;
                            position: absolute;
                            top: calc(50% - 8px);
                            right: -20px;
                            -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                        }

                        .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:hover {
                            color: #002b4e;
                            text-decoration: none;
                        }

                            .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:hover:after {
                                background: url(../img/right-arrow-small-dark.svg) top left no-repeat;
                            }

                        .productpagecontent .whitebox .resourcelinks ul li.clsexternalarow a:focus {
                            text-decoration: none;
                        }

        .productpagecontent .whitebox .ordersection {
            border-top: 2px solid #dcedef;
            border-bottom: 2px solid #dcedef;
            padding-top: 25px;
            padding-bottom: 8px;
            text-align: center;
        }

            .productpagecontent .whitebox .ordersection h4 {
                font-size: 22px;
                line-height: 1.2;
                font-family: "Lora", serif;
                font-weight: normal;
            }

            .productpagecontent .whitebox .ordersection .btngreen {
                margin: 17px 15px;
                padding: 16px 0px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

        .productpagecontent .whitebox .clsbrowse {
            padding-top: 25px;
            padding-bottom: 8px;
            text-align: center;
            border-bottom: 2px solid #dcedef;
        }

            .productpagecontent .whitebox .clsbrowse h4 {
                font-size: 22px;
                line-height: 1.2;
                font-family: "Lora", serif;
                font-weight: normal;
            }

            .productpagecontent .whitebox .clsbrowse .btngreen {
                margin: 17px 15px;
                padding: 16px 25px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

        .productpagecontent .whitebox .clscalculator {
            padding-top: 25px;
            padding-bottom: 8px;
            text-align: center;
        }

            .productpagecontent .whitebox .clscalculator h4 {
                font-size: 22px;
                line-height: 1.2;
                font-family: "Lora", serif;
                font-weight: normal;
                margin: 17px 24px;
            }

            .productpagecontent .whitebox .clscalculator .iconcalc {
                margin-bottom: 25px;
            }

            .productpagecontent .whitebox .clscalculator .btngreen {
                margin: 17px 15px;
                padding: 16px 0px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

    .productpagecontent.cvuem.aldenhp .whitebox {
        margin-top: 0;
    }

    .productpagecontent.cvuem .left-content .tablesection1 th,
    .productpagecontent.cvuem .left-content .tablesection2 th {
        border-right: 0;
    }

    .productpagecontent.cvuem .left-content .tablesection1 td,
    .productpagecontent.cvuem .left-content .tablesection2 td {
        border-left: 0;
    }

    .productpagecontent.cvuem .left-content .clsAdvanced {
        margin-bottom: 40px;
    }

        .productpagecontent.cvuem .left-content .clsAdvanced h4 {
            font-size: 18px;
            line-height: 25px;
        }

        .productpagecontent.cvuem .left-content .clsAdvanced .btngreen {
            margin: 17px 0 60px;
        }

        .productpagecontent.cvuem .left-content .clsAdvanced .chart-img {
            width: 75%;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

    .productpagecontent.cvuem .left-content h3 {
        font-size: 22px;
        font-weight: 400;
    }

    .productpagecontent.cvuem .whitebox {
        margin-top: 0;
    }

        .productpagecontent.cvuem .whitebox .ordersection {
            border-top: 2px solid #dcedef;
            border-bottom: 0px solid #dcedef;
            padding-top: 25px;
            padding-bottom: 8px;
            text-align: center;
        }

            .productpagecontent.cvuem .whitebox .ordersection h4 {
                font-size: 22px;
                line-height: 1.2;
                font-family: "Lora", serif;
                font-weight: normal;
            }

            .productpagecontent.cvuem .whitebox .ordersection .btngreen {
                margin: 17px 15px;
                padding: 16px 0px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

    .productpagecontent.cvuem.disposables .whitebox {
        margin-top: 0;
    }

    .productpagecontent.aldenoet {
        margin-bottom: 0px;
    }

        .productpagecontent.aldenoet .left-content .transparenttin h4,
        .productpagecontent.aldenoet .left-content .plastetictin h4,
        .productpagecontent.aldenoet .left-content .aldenhp h4 {
            color: #002b4e;
            font-size: 18px;
            line-height: 1.71;
        }

        .productpagecontent.aldenoet .left-content .transparenttin h3,
        .productpagecontent.aldenoet .left-content .plastetictin h3,
        .productpagecontent.aldenoet .left-content .aldenhp h3 {
            font-family: "Nunito Sans", sans-serif;
            font-size: 22px;
            font-weight: 800;
            line-height: 1.2;
            color: #002b4e;
        }

        .productpagecontent.aldenoet .left-content .transparenttin p,
        .productpagecontent.aldenoet .left-content .plastetictin p,
        .productpagecontent.aldenoet .left-content .aldenhp p {
            font-size: 18px;
            line-height: 1.71;
            font-family: "Nunito Sans", sans-serif;
            color: #002b4e;
            margin-bottom: 0;
        }

        .productpagecontent.aldenoet .left-content .transparenttin {
            margin-bottom: 55px;
        }

            .productpagecontent.aldenoet .left-content .transparenttin .transparent-enhascer-img {
                margin: auto;
                margin-top: 50px;
            }

        .productpagecontent.aldenoet .left-content .plastetictin {
            margin-bottom: 90px;
        }

        .productpagecontent.aldenoet .left-content .aldenhp p {
            line-height: 1.39;
        }

        .productpagecontent.aldenoet .left-content .aldenhp .imagecolor {
            padding-top: 40px;
            padding-bottom: 40px;
            border-bottom: 2px solid #f2f8f9;
        }

            .productpagecontent.aldenoet .left-content .aldenhp .imagecolor p {
                font-size: 18px;
                font-family: "Nunito Sans", sans-serif;
                line-height: 1.39;
                color: #002b4e;
            }

                .productpagecontent.aldenoet .left-content .aldenhp .imagecolor p.cap {
                    padding-top: 24px;
                    margin-bottom: 8px;
                    text-transform: uppercase;
                    font-weight: 800;
                    line-height: 1.6;
                    letter-spacing: 1.08px;
                }

            .productpagecontent.aldenoet .left-content .aldenhp .imagecolor:last-child {
                border-bottom: 0;
            }

        .productpagecontent.aldenoet .whitebox {
            margin-top: 0;
        }

            .productpagecontent.aldenoet .whitebox .ordersection {
                border-top: 2px solid #dcedef;
                border-bottom: 0px solid #dcedef;
                padding-top: 25px;
                padding-bottom: 8px;
                text-align: center;
            }

                .productpagecontent.aldenoet .whitebox .ordersection h4 {
                    font-size: 22px;
                    line-height: 1.2;
                    font-family: "Lora", serif;
                    font-weight: normal;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                .productpagecontent.aldenoet .whitebox .ordersection .btngreen {
                    margin: 17px 15px;
                    padding: 16px 0px 15px;
                    border-radius: 30px;
                    background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    color: #fff;
                    display: block;
                }

    .productpagecontent.arise-page .Ensuresection {
        margin-bottom: 80px;
    }

        .productpagecontent.arise-page .Ensuresection h2 {
            margin-bottom: 30px;
        }

        .productpagecontent.arise-page .Ensuresection .col-12 {
            margin-bottom: 15px;
            text-align: center;
        }

            .productpagecontent.arise-page .Ensuresection .col-12 img {
                max-width: 110px;
                margin: auto;
            }

        .productpagecontent.arise-page .Ensuresection .col-md-10 span {
            font-weight: 900;
            margin-bottom: 50px;
            display: inline-block;
        }

        .productpagecontent.arise-page .Ensuresection span {
            font-weight: 900;
        }

    .productpagecontent.arise-page .smartcurvesection {
        padding-bottom: 45px;
    }

        .productpagecontent.arise-page .smartcurvesection .bordered {
            margin-bottom: 70px;
        }

        .productpagecontent.arise-page .smartcurvesection .col-md-3 {
            text-align: center;
        }

            .productpagecontent.arise-page .smartcurvesection .col-md-3 img {
                max-width: 150px;
                margin: auto;
            }

        .productpagecontent.arise-page .smartcurvesection .text-uppercase.mb-1 {
            text-align: center;
            margin: 15px 0 20px !important;
        }

    .productpagecontent .zenlenses {
        padding-top: 45px;
        background-color: #f2f8f9;
    }

    .productpagecontent.account-create {
        margin-bottom: 0;
    }

        .productpagecontent.account-create .left-content .poi {
            margin-bottom: 30px;
        }

            .productpagecontent.account-create .left-content .poi .col-12:nth-child(4) {
                margin-bottom: 15px;
            }

        .productpagecontent.account-create .left-content .btn.submit {
            max-width: 100%;
            width: 100%;
        }

    .lencecalculator h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .lencecalculator #zenLensCalculator {
        margin-bottom: 0px;
    }

        .lencecalculator #zenLensCalculator h3 {
            font-family: "Nunito Sans", sans-serif !important;
            font-size: 22px !important;
            font-weight: 800 !important;
            color: #002b4e;
        }

        .lencecalculator #zenLensCalculator .step {
            margin-top: 40px;
            padding-bottom: 25px;
            border-bottom: 2px solid #dcedef;
            padding-left: 50px;
        }

            .lencecalculator #zenLensCalculator .step h3 {
                margin-bottom: 30px;
            }

            .lencecalculator #zenLensCalculator .step .row {
                margin-left: -60px;
            }

            .lencecalculator #zenLensCalculator .step .col-form-label {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.39;
                letter-spacing: normal;
                color: #002b4e;
            }

            .lencecalculator #zenLensCalculator .step.final {
                padding-bottom: 40px;
                border-bottom: 0px solid transparent;
            }

                .lencecalculator #zenLensCalculator .step.final .finetune {
                    font-size: 16px;
                    line-height: 22px;
                    margin-bottom: 30px;
                }

                .lencecalculator #zenLensCalculator .step.final .remember {
                    font-size: 18px;
                    line-height: 25px;
                    font-weight: 700;
                }

                .lencecalculator #zenLensCalculator .step.final .finetune,
                .lencecalculator #zenLensCalculator .step.final .remember {
                    margin-left: -50px;
                }

            .lencecalculator #zenLensCalculator .step #new_base_curve_D div,
            .lencecalculator #zenLensCalculator .step #new_base_curve_mm div {
                border: solid 2px #dcedef;
                padding: 0.375rem 0.75rem;
                text-align: right;
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: right;
                color: #007c89;
            }

            .lencecalculator #zenLensCalculator .step .input-group-text {
                background: transparent;
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: right;
                color: #007c89;
                border: solid 2px #dcedef;
                border-left: 0;
            }

            .lencecalculator #zenLensCalculator .step .form-control {
                border: solid 2px #dcedef;
                border-right: 0;
            }

            .lencecalculator #zenLensCalculator .step .btn-secondary {
                width: 100%;
                padding: 16px 30.5px 15px 30.5px;
                margin-bottom: 16px;
            }

            .lencecalculator #zenLensCalculator .step .diameter .btn-secondary {
                padding: 16px 15.5px 15px 15.5px;
                margin-bottom: 16px;
                width: 100%;
                font-size: 22px;
            }

        .lencecalculator #zenLensCalculator .btn-group-toggle {
            display: block !important;
            width: 100%;
        }

            .lencecalculator #zenLensCalculator .btn-group-toggle .btn {
                width: 100%;
                font-size: 22px;
            }

                .lencecalculator #zenLensCalculator .btn-group-toggle .btn:hover .button-icon {
                    background-color: #007c89;
                }

                .lencecalculator #zenLensCalculator .btn-group-toggle .btn .button-icon {
                    width: 26px;
                    padding-bottom: 27px;
                }

    .lencecalculator .row > .col-lg-3 {
        background-color: #f2f8f9;
        padding: 40px 15px;
    }

    .lencecalculator .whitebox {
        margin-top: 0;
        padding: 24px;
        background: #fff;
        -webkit-box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
        box-shadow: -2px 0px 15px 0px rgba(102, 102, 102, 0.15);
        text-align: center;
    }

        .lencecalculator .whitebox p {
            font-size: 22px;
            line-height: 1.2;
            font-family: "Lora", serif;
            font-weight: normal;
        }

        .lencecalculator .whitebox .btngreen {
            margin: 17px 15px;
            padding: 16px 0px 15px;
            border-radius: 30px;
            background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            color: #fff;
            display: block;
        }

    #SVP_FINDER {
        font-family: "Nunito Sans", sans-serif !important;
        font-size: 18px !important;
        line-height: 25px !important;
        font-weight: 600;
        padding: 0 !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0px !important;
    }

        #SVP_FINDER .svp-objects {
            margin-top: 45px;
            padding: 0 15px !important;
        }

            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }

                #SVP_FINDER .svp-objects .my-shuffle-container .grid-item:nth-child(even) .product-card {
                    margin: 0 0px 16px 0 !important;
                }

                #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card {
                    margin: 0 16px 16px 0 !important;
                }

                    #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail {
                        padding: 15px !important;
                    }

                        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail .product-name {
                            font-weight: 800 !important;
                        }

                        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover {
                            background: #ffffff !important;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                        }

                            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover .product-name {
                                color: #002b4e !important;
                            }

                            #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:hover:after {
                                background-image: url("../img/right-arrow-big-dark.svg");
                                background-repeat: no-repeat;
                                background-size: contain;
                            }

                        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:focus {
                            border: 2px solid #007c89;
                        }

                        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail:after {
                            bottom: 15px !important;
                            right: 13px !important;
                            width: 25px !important;
                            height: 20px !important;
                        }

                    #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card:hover {
                        background: #ffffff !important;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

        #SVP_FINDER .svp-filters {
            padding: 0 15px !important;
        }

            #SVP_FINDER .svp-filters h3 {
                font-size: 14px !important;
                font-weight: 800 !important;
                line-height: 1.2;
                font-family: "Nunito Sans", sans-serif;
            }

            #SVP_FINDER .svp-filters ul li .content {
                font-size: 18px;
                font-weight: 600;
                font-family: "Nunito Sans", sans-serif;
                color: #007c89;
            }

    .page-404 {
        padding: 10vh 0;
    }

    #isi .modal-content {
        margin-top: 30px;
    }

    footer .container {
        max-width: 100% !important;
    }

    .brandlogo.review-logo img {
        max-width: 100%;
    }

    .accomodable.diameter h3 {
        font-size: 22px;
    }

    .accomodable.diameter .review_calculator {
        padding: 40px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 25px 15px 45px !important;
    }

        .accomodable.diameter .review_calculator .Calculator-icon {
            margin: 0 15px;
        }

        .accomodable.diameter .review_calculator p {
            margin: 0;
            font-weight: bold;
        }

    span.explore-btn {
        margin-bottom: 42px;
    }

    .prod-sec-box {
        margin-bottom: 20px;
    }

    .left-align-wrap-full {
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .zenlens-Accordion-sec .card {
        padding: 0px;
    }

    .zenlens-Accordion-sec .acc-icon-sec {
        display: flex;
    }

    .zenlens-Accordion-sec .acc-icon-sec {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .zenlens-Accordion-sec .btn-link {
        display: flex;
        padding-bottom: 0px;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .zenlens-Accordion-sec .acc-icon-sec img {
        width: 41px;
        /* text-align: left; */
    }

    .zenlens-Accordion-sec .btn-link {
        display: flex;
        margin-bottom: 0px;
        flex-direction: column;
        padding: 0px 0px 15px;
    }

    .zenlens-Accordion-sec .acc-img {
        padding: 0;
    }

    .zenlens-Accordion-sec .card-body {
        margin-left: 0px;
    }

    span.acc-icon {
        margin: 27px 0px 11px 0px;
    }

    .acc-list-left {
        margin-right: 0px;
    }

    .col-12.acc-list {
        display: flex;
        flex-direction: column;
        /* margin-bottom: 0px; */
    }

    .zenlens-Accordion-sec .card-body ul {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    .zenlens-Accordion-sec .card-body {
        margin-left: 0px;
    }

    .zenlens-Accordion-sec .acc-img-space {
        margin-bottom: 40px;
    }

    .zenlens-Accordion-sec .acc-floating-img {
        display: none;
    }

    .box-wrapper-box-zenlens {
        height: 100%;
        border: 2px solid #964893;
        padding: 41px 40px;
    }

    .box-wrapper-box-zenlens-top {
        margin-bottom: 74px;
    }

    .zenlens-Accordion-sec ul.img-list-in {
        flex-direction: column;
    }

    ul.img-list-in li:not(:last-child) {
        border-right: 0;
        border-bottom: 2px solid #5c2e83;
    }

    span.img-list-text {
        margin-bottom: 30px;
    }

    .zenlens-Accordion-sec ul.img-list-in li:not(:first-child) .img-wrap-list {
        margin-top: 39px;
    }

    p.traningmidpara {
        padding-top: 40px;
    }

    .card-body .mob-sec {
        margin-top: 33px;
    }

        .card-body .mob-sec h3 {
            font-family: Lora-Regular_;
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            color: #002b4e;
            text-align: left;
            margin-bottom: 20px;
        }

        .card-body .mob-sec p {
            font-family: Lora;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            color: #002b4e;
            margin-bottom: 40px;
        }

    .acc-floating-img-mob.d-lg-none.d-md-inlineblock {
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: end;
        margin-left: 22px;
    }

    .box-wrapper-box-zenlens-full {
        padding: 0px 25px;
    }

    .zenlens-feature-sec .box-wrapper-box-zenlens-full .top-align-wrap-full img {
        margin-top: -29px;
        
    }

    .top-align-wrap-full img {
        margin-top: -30px;
        margin-bottom: 55px;
        width: 100%;
    }
    .zenlens-feature-sec .box-wrapper-box-zenlens-full {
        align-items: flex-end;
        padding-bottom: 40px;
    }
    .zenlens-feature-sec h3, .bi-balance-power h3 {
               font-size: 30px;
         }

    .elevation .breadcrumb ul li:after {
        top: 13px;
    }

    .elevation h1 {
        font-size: 69px;
        line-height: 89px;
    }

    .bi-banner-right {
        text-align: center;
        margin-top: 85px;
    }

    .txt-fiit-bi p {
        padding: 0px;
        text-align: left;
    }

    .fitting-ele-wrap {
        text-align: left;
    }

        .fitting-ele-wrap h4 {
            text-align: left;
            font-size: 32px;
        }

    .video-sec-pink h5 {
        font-size: 42px;
    }

    .video-sec-pink ul {
        flex-direction: column;
        align-items: flex-start;
        /* margin-bottom: 18px; */
    }

        .video-sec-pink ul li {
            margin-bottom: 15px;
        }

    span.sep-ele {
        display: none;
    }

    a.ele-vid-btn {
        font-size: 16px;
        color: #fff;
        margin-bottom: 40px;
        display: block;
        text-align: center;
        max-width: 149px;
    }

    .bi-balance-power .btngreen {
        margin-bottom: 20px;
    }

    .Fit-set-option {
        margin-top: -62px;
        padding: 158px 0px 0px;
    }

    .img-fit-set {
        border: 0;
    }

    .txt-fit-set {
        padding-bottom: 52px;
        border-bottom: 4px solid #a4c8db;
        /* margin-bottom: 41px; */
    }

    .opt3 .txt-fit-set {
        border-bottom: none;
    }

    .opt2 img,
    .opt3 img {
        margin-top: 40px;
    }

    .Bi-elevation-video-sec {
        position: relative;
        padding: 108px 0px 0px;
    }

    img.ele-vid-banner-img-bot {
        width: 100%;
    }

    .brfootbottom {
        border-bottom: 2px solid #86c1c7;
        margin-bottom: 30px;
    }

    ul.footerlinks {
        margin-bottom: 0px;
    }

    .GlobaloptoutLinks ul li {
        display: block;
    }

    .GlobaloptoutLinks ul {
        margin-bottom: 37px;
    }

    .zenlens-first-list {
        border-right: 0px;
    }

    .zenlens-third-list {
        border-left: 0px ;
        margin-top:10px
    }
    a#section-3-pdf {
        margin-top: 0px;
    }
    .zenlen-halves-l, .zenlen-halves-r {
        padding-left: 0px;
        padding-right:0px;
    }
    .blank-div {
        height: 467px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .bannersection .HomeBanner {
        background-size: 100% 100%;
        min-height: 65vh;
    }

        .bannersection .HomeBanner h1 {
            font-size: 78px;
        }

        .bannersection .HomeBanner p {
            font-size: 18px;
            margin-bottom: 15px;
            margin-right: 25px;
        }

    .bannersection .tealBanner h1 {
        font-size: 74px;
    }

    .bannersection .tealBanner p {
        font-size: 18px;
        margin-bottom: 15px;
        margin-right: 25px;
    }

    .bannersection .tealBanner h3 {
        font-size: 26px;
    }

    .bannersection .tealBanner.educationBanner {
        min-height: 540px;
        background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 111% center no-repeat;
        background-size: cover;
    }

    .bannersection .tealBanner.lencematerial {
        min-height: 410px;
        background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 111% center no-repeat;
        background-size: 100%;
    }

    .bannersection .tealBanner.enhance {
        min-height: 450px;
        background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 108% center no-repeat;
        background-size: cover;
    }

    .bannersection .tealBanner .breadcrumb ul li a,
    .bannersection .Bannerpalebg .breadcrumb ul li a {
        font-size: 12px !important;
        line-height: 20px;
    }

    .bannersection .tealBanner .breadcrumb ul li:after,
    .bannersection .Bannerpalebg .breadcrumb ul li:after {
        width: 6px;
        height: 6px;
        padding-left: 6px;
    }

    .pealbg {
        background: #f2f8f9;
        padding-top: 40px;
        padding-bottom: 35px;
    }

        .pealbg .whitebox {
            background: #ffffff;
            max-width: 100%;
            margin-bottom: 40px;
        }

            .pealbg .whitebox .title {
                border-bottom: 2px solid #dcedef;
            }

                .pealbg .whitebox .title h2 {
                    font-size: 22px;
                    line-height: 1;
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 800;
                    color: #002b4e;
                    padding: 16px 30px;
                    margin-bottom: 0;
                }

            .pealbg .whitebox .links {
                padding-bottom: 32px;
                margin-bottom: 0;
            }

                .pealbg .whitebox .links ul {
                    margin-left: 30px;
                    margin-bottom: 0;
                    list-style: none;
                }

                    .pealbg .whitebox .links ul li {
                        padding: 24px 45px 0px 0;
                        position: relative;
                    }

                        .pealbg .whitebox .links ul li a {
                            display: block;
                            width: 100%;
                            font-size: 18px;
                            line-height: 1.2;
                            font-weight: 600;
                            font-family: "Nunito Sans", sans-serif;
                            color: #007c89;
                        }

                            .pealbg .whitebox .links ul li a:hover {
                                text-decoration: none;
                                color: #002b4e;
                            }

                                .pealbg .whitebox .links ul li a:hover:after {
                                    background: url(../img/right-arrow-small-dark.svg) top center no-repeat;
                                }

                            .pealbg .whitebox .links ul li a:focus {
                                text-decoration: underline;
                            }

                            .pealbg .whitebox .links ul li a:after {
                                content: "";
                                background: url(../img/right-arrow-small.svg) top center no-repeat;
                                background-size: 100%;
                                width: 16px;
                                height: 14px;
                                position: absolute;
                                bottom: calc(50% - 7px);
                                right: 25px;
                            }

        .pealbg .prod-top {
            margin-bottom: 30px;
        }

            .pealbg .prod-top h3 {
                text-align: center;
                color: #002b4e;
                font-size: 22px;
                line-height: 1.27;
                font-weight: 400;
            }

        .pealbg .prod-white {
            background: #fff;
            margin-bottom: 40px;
        }

            .pealbg .prod-white .imgsection {
                border-bottom: 2px solid #f2f8f9;
                padding: 10px 30px 0;
                height: 100%;
                text-align: center;
            }

            .pealbg .prod-white .prodcontent {
                margin: 25px 24px;
            }

                .pealbg .prod-white .prodcontent h2 {
                    font-size: 30px;
                    line-height: 1;
                    font-family: "Lora", serif;
                    color: #002b4e;
                }

                .pealbg .prod-white .prodcontent p {
                    font-size: 22px;
                    line-height: 1.4;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                }

                .pealbg .prod-white .prodcontent ul {
                    list-style: none;
                    margin-top: 1rem;
                    margin-left: 0;
                    margin-bottom: 20px;
                }

                    .pealbg .prod-white .prodcontent ul li {
                        font-size: 18px;
                        line-height: 1.2;
                        color: #002b4e;
                        font-family: "Nunito Sans", sans-serif;
                        position: relative;
                        padding-left: 30px;
                        margin-bottom: 10px;
                    }

                        .pealbg .prod-white .prodcontent ul li:before {
                            content: "";
                            width: 16px;
                            height: 2px;
                            background: #cce5e8;
                            position: absolute;
                            top: 9px;
                            left: 0;
                            bottom: 0;
                        }

                .pealbg .prod-white .prodcontent .btngreen {
                    width: 100%;
                    display: block;
                    margin: 0 0 16px;
                    padding: 16px 22px 16px 24px;
                    border-radius: 50px;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    text-align: center;
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: #fff;
                    position: relative;
                }

                    .pealbg .prod-white .prodcontent .btngreen:hover {
                        text-decoration: none;
                    }

                        .pealbg .prod-white .prodcontent .btngreen:hover:after {
                            background: url(../img/right-arrow-small.svg) center left no-repeat;
                            background-size: 100%;
                            -webkit-transform: rotate(-40deg);
                            transform: rotate(-40deg);
                            width: 15px;
                            height: 18px;
                        }

                    .pealbg .prod-white .prodcontent .btngreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

        .pealbg .col-12:last-child .prod-white {
            margin-bottom: 15px;
        }

        .pealbg .footnote {
            font-size: 14px;
            line-height: 19px;
            text-align: center !important;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 400;
        }

            .pealbg .footnote.text-right {
                margin-bottom: 40px;
            }

        .pealbg .resourcehead {
            border-bottom: 2px solid #dcedef;
            margin-bottom: 30px;
        }

            .pealbg .resourcehead p {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.2;
                color: #002b4e;
                text-transform: uppercase;
                margin-bottom: 6px;
                letter-spacing: 1.08px;
            }

        .pealbg .downloadsec {
            margin: 24px 0;
        }

            .pealbg .downloadsec a {
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                line-height: 1.2;
                color: #007c89;
                padding-left: 48px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .pealbg .downloadsec a:before {
                    content: "";
                    position: absolute;
                    left: 1px;
                    background: url(../img/pdf-download-icon.svg) top left no-repeat;
                    background-size: 33px;
                    height: 40px;
                    width: 33px;
                    top: calc(50% - 18px);
                }

                .pealbg .downloadsec a:hover {
                    color: #002b4e;
                    text-decoration: none;
                }

                    .pealbg .downloadsec a:hover:before {
                        content: "";
                        position: absolute;
                        left: 1px;
                        background: url(../img/pdf-download-blue-icon.svg) top left no-repeat;
                        background-size: 33px;
                        height: 40px;
                        width: 33px;
                    }

        .pealbg.ordersection {
            padding-bottom: 90px;
        }

            .pealbg.ordersection .orderleft {
                border-right: 0px solid transparent;
                padding-right: 5px;
                padding-left: 5px;
                height: 100%;
                margin-bottom: 80px;
            }

                .pealbg.ordersection .orderleft h3 {
                    color: #002b4e;
                    font-size: 22px;
                    line-height: 1.2;
                    margin-bottom: 23px;
                }

                    .pealbg.ordersection .orderleft h3 a {
                        color: #002b4e;
                    }

                        .pealbg.ordersection .orderleft h3 a:hover {
                            color: #002b4e;
                        }

                .pealbg.ordersection .orderleft ul {
                    list-style: none;
                    margin-top: 1rem;
                    margin-left: 0;
                    margin-bottom: 20px;
                }

                    .pealbg.ordersection .orderleft ul li {
                        font-size: 18px;
                        line-height: 1.2;
                        color: #002b4e;
                        font-family: "Nunito Sans", sans-serif;
                        position: relative;
                        padding-left: 30px;
                        margin-bottom: 10px;
                    }

                        .pealbg.ordersection .orderleft ul li:after {
                            content: "";
                            width: 16px;
                            height: 2px;
                            background: #cce5e8;
                            position: absolute;
                            top: 9px;
                            left: 0;
                            bottom: 0;
                        }

                .pealbg.ordersection .orderleft .orderGreen {
                    width: auto;
                    display: block;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: white;
                    margin: 0px 0px 16px;
                    padding: 16px 26.5px 16px 30.7px;
                    border-radius: 30px;
                }

                    .pealbg.ordersection .orderleft .orderGreen:hover:after {
                        background: url(../img/right-arrow-small.svg) center left no-repeat;
                        background-size: 100%;
                        -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                        width: 15px;
                        height: 18px;
                    }

                    .pealbg.ordersection .orderleft .orderGreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

            .pealbg.ordersection .orderright {
                padding-left: 5px;
                margin-bottom: 80px;
            }

                .pealbg.ordersection .orderright:last-child {
                    margin-bottom: 0px;
                }

                .pealbg.ordersection .orderright h3 {
                    color: #002b4e;
                    font-size: 22px;
                    line-height: 1.2;
                    margin-bottom: 15px;
                }

                .pealbg.ordersection .orderright p {
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    margin-bottom: 0;
                }

                .pealbg.ordersection .orderright .orderGreen {
                    display: inline-block;
                    background-image: linear-gradient(274deg, #007c89 15%, #009aa6 100%);
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    text-align: center;
                    color: white;
                    margin: 24px 0px 16px;
                    padding: 16px 26.5px 16px 30.7px;
                    border-radius: 30px;
                    width: 100%;
                }

                    .pealbg.ordersection .orderright .orderGreen:hover:after {
                        background: url(../img/right-arrow-small.svg) center left no-repeat;
                        background-size: 100%;
                        -webkit-transform: rotate(-40deg);
                        transform: rotate(-40deg);
                        width: 15px;
                        height: 18px;
                    }

                    .pealbg.ordersection .orderright .orderGreen:after {
                        content: "";
                        position: relative;
                        right: 0px;
                        background: url(../img/link-out-arrow-white.svg) top left no-repeat;
                        background-size: contain;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        top: 5px;
                        margin-left: 5px;
                    }

            .pealbg.ordersection.contact-us .orderleft .orderGreen {
                width: auto;
            }

            .pealbg.ordersection.contact-us .orderright p a {
                color: inherit;
            }

        .pealbg.educationpage .row:nth-child(1) .col-12:nth-child(1) {
            margin-bottom: 40px;
        }

        .pealbg.educationpage .videoimg {
            max-width: 100%;
            position: relative;
            margin-bottom: 14px;
            display: block;
        }

            .pealbg.educationpage .videoimg img {
                width: 100%;
            }

        .pealbg.educationpage p {
            color: #007c89;
            font-family: "Nunito Sans", sans-serif;
            line-height: 1.2;
            font-size: 18px;
            font-weight: 600;
        }

        .pealbg.educationpage .zenlenscls {
            padding-top: 75px;
            padding-bottom: 10px;
            margin-bottom: 40px;
            border-bottom: 2px solid #dcedef;
        }

            .pealbg.educationpage .zenlenscls h4 {
                font-size: 22px;
                line-height: 1.4;
                color: #002b4e;
                font-family: "Lora", serif;
            }

            .pealbg.educationpage .zenlenscls h3 {
                font-size: 28px;
                line-height: 33px;
                color: #002b4e;
                font-family: "Nunito Sans", sans-serif;
                font-weight: 800;
            }

        .pealbg.educationpage .mb-80 {
            margin-bottom: 35px;
        }

        .pealbg.lencematerialpage .col-lg-7 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .pealbg.lencematerialpage .materialheading {
            margin-bottom: 25px;
        }

            .pealbg.lencematerialpage .materialheading h3 {
                font-size: 22px;
                line-height: 1.4;
            }

        .pealbg.lencematerialpage .materialtop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 2px solid #dcedef;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .pealbg.lencematerialpage .materialtop h3 {
                color: #002b4e;
            }

            .pealbg.lencematerialpage .materialtop .listleft {
                width: 100%;
                float: none;
                list-style: none;
                margin: 0;
            }

                .pealbg.lencematerialpage .materialtop .listleft li {
                    position: relative;
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg.lencematerialpage .materialtop .listleft li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

            .pealbg.lencematerialpage .materialtop .listright {
                list-style: none;
                float: none;
                margin-left: 0;
                margin-bottom: 40px;
            }

                .pealbg.lencematerialpage .materialtop .listright li {
                    position: relative;
                    font-size: 18px;
                    line-height: 1.2;
                    color: #002b4e;
                    font-family: "Nunito Sans", sans-serif;
                    position: relative;
                    padding-left: 30px;
                    margin-bottom: 10px;
                }

                    .pealbg.lencematerialpage .materialtop .listright li:after {
                        content: "";
                        width: 16px;
                        height: 2px;
                        background: #cce5e8;
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                    }

        .pealbg.lencematerialpage .materialsecond {
            margin-top: 48px;
            margin-bottom: 47px;
            border-bottom: 2px solid #dcedef;
            padding-bottom: 47px;
        }

            .pealbg.lencematerialpage .materialsecond .whitebox {
                max-width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
            }

                .pealbg.lencematerialpage .materialsecond .whitebox .imagebox {
                    max-height: 141px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    width: 155px;
                    /* align-items: center; */
                    /* text-align: center; */
                    margin: 20px auto;
                }

                .pealbg.lencematerialpage .materialsecond .whitebox p {
                    border-top: 1px solid #dcedef;
                    padding-top: 10px;
                    font-size: 16px;
                    line-height: 1.4;
                }

            .pealbg.lencematerialpage .materialsecond .leftcontent {
                margin-bottom: 25px;
            }

        .pealbg.lencematerialpage .lencematerialthird .whitebox {
            max-width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }

            .pealbg.lencematerialpage .lencematerialthird .whitebox .imagebox {
                max-height: 141px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                width: 155px;
                /* align-items: center; */
                /* text-align: center; */
                margin: 20px auto;
            }

            .pealbg.lencematerialpage .lencematerialthird .whitebox p {
                border-top: 1px solid #dcedef;
                padding-top: 10px;
            }

        .pealbg.lencematerialpage .lencematerialthird .fdacontent {
            margin-bottom: 85px;
        }

        .pealbg.lencematerialpage .downloadhead {
            font-size: 18px;
            line-height: 1.2;
            text-transform: uppercase;
            color: #002b4e;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            letter-spacing: 1.08px;
        }

        .pealbg.lencematerialpage .downloadpdfsection {
            border-top: 2px solid #dcedef;
            padding-top: 40px;
        }

            .pealbg.lencematerialpage .downloadpdfsection .download {
                display: block;
                margin-bottom: 35px;
            }

                .pealbg.lencematerialpage .downloadpdfsection .download a {
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 22px;
                    font-weight: 800;
                    line-height: 1.2;
                    color: #007c89;
                    padding-left: 54px;
                    display: inline-block;
                    letter-spacing: -0.44px;
                    position: relative;
                }

                    .pealbg.lencematerialpage .downloadpdfsection .download a:before {
                        content: "";
                        position: absolute;
                        left: 7px;
                        background: url(../img/pdf-download-icon.svg) top left no-repeat;
                        background-size: 33px;
                        height: 40px;
                        width: 33px;
                        top: calc(50% - 19px);
                    }

                    .pealbg.lencematerialpage .downloadpdfsection .download a:hover {
                        color: #002b4e;
                        text-decoration: none;
                        left: 6px;
                        padding-left: 48px;
                    }

                        .pealbg.lencematerialpage .downloadpdfsection .download a:hover:before {
                            content: "";
                            position: absolute;
                            left: 1px;
                            background: url(../img/pdf-download-blue-icon.svg) top left no-repeat;
                            background-size: contain;
                            height: 40px;
                            width: 33px;
                        }

        .pealbg.lencematerialpage .col-lg-3 .whitebox {
            padding: 15px 10px;
        }

            .pealbg.lencematerialpage .col-lg-3 .whitebox h4 {
                text-align: center;
            }

            .pealbg.lencematerialpage .col-lg-3 .whitebox .btngreen {
                margin: 17px 0 !important;
                padding: 16px 10px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
                display: block;
            }

        .pealbg.zenlance {
            padding-bottom: 70px;
        }

            .pealbg.zenlance .resourcehead {
                font-size: 18px;
                line-height: 1.2;
                font-weight: 800;
                font-family: "Nunito Sans", sans-serif;
            }

                .pealbg.zenlance .resourcehead p .small {
                    font-size: 18px;
                    text-transform: none;
                    color: #002b4e;
                    display: block;
                    margin-left: 0px;
                    margin-top: 10px;
                }

            .pealbg.zenlance .downloadsec .countryname {
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.38;
                letter-spacing: normal;
                color: #002b4e;
                margin-bottom: 8px;
            }

            .pealbg.zenlance .downloadsec a {
                padding-left: 0;
                position: relative;
                max-width: 100%;
            }

                .pealbg.zenlance .downloadsec a:before {
                    display: none;
                }

                .pealbg.zenlance .downloadsec a:after {
                    background: url(../img/right-arrow-big.svg) no-repeat top center;
                    content: "";
                    width: 34px;
                    height: 27px;
                    background-size: contain;
                    display: block;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }

        .pealbg.Enhancerpage .nav-tabs {
            margin-left: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .pealbg.Enhancerpage .nav-tabs .nav-item {
                background: #dcedef;
                border-radius: 10px 10px 0 0;
                margin: 0 4px;
            }

                .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link {
                    border-radius: 10px 10px 0 0;
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 18px;
                    font-weight: 800;
                    padding: 0.5rem 1.5rem;
                    line-height: 1.2;
                    letter-spacing: 1.08px;
                    color: #007c89;
                }

                    .pealbg.Enhancerpage .nav-tabs .nav-item .nav-link.active {
                        color: #002b4e;
                    }

                .pealbg.Enhancerpage .nav-tabs .nav-item:last-child {
                    margin-right: 0;
                }

        .pealbg.Enhancerpage .tab-content {
            margin-bottom: 60px;
            padding: 40px 40px 40px;
            -webkit-box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
            box-shadow: 4px 4px 20px 0 rgba(201, 216, 218, 0.3), 4px 4px 20px 0 rgba(201, 216, 218, 0.3);
            background-color: #fff;
        }

            .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer img {
                max-width: 100%;
            }

            .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p {
                margin: 8px 0 24px;
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                color: #002b4e;
            }

                .pealbg.Enhancerpage .tab-content .tab-pane .imageenhancer p strong {
                    font-weight: 800;
                }

            .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead {
                margin: 0px 0 24px;
                border-bottom: 2px solid #dcedef;
            }

                .pealbg.Enhancerpage .tab-content .tab-pane .enhancerhead h3 {
                    font-family: "Nunito Sans", sans-serif;
                    font-size: 22px;
                    font-weight: 800;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.4;
                    letter-spacing: normal;
                    color: #002b4e;
                }

        .pealbg.Enhancerpage .readycallout {
            text-align: center;
        }

            .pealbg.Enhancerpage .readycallout h3 {
                color: #002b4e;
            }

            .pealbg.Enhancerpage .readycallout .btngreen {
                display: block;
                margin: 17px 0 35px;
                padding: 16px 25px 15px;
                border-radius: 30px;
                background-image: linear-gradient(275deg, #007c89 65%, #009aa6 100%);
                font-family: "Nunito Sans", sans-serif;
                font-size: 22px;
                font-weight: 800;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                color: #fff;
            }

    #SVP_FINDER .svp-objects {
        margin-top: 0;
    }

        #SVP_FINDER .svp-objects .my-shuffle-container {
            padding-left: 10px;
        }

    #SVP_FINDER .svp-filters ul li .content {
        font-size: 14px;
    }

    .productpagecontent.arise-page .Ensuresection {
        margin-bottom: 80px;
    }

        .productpagecontent.arise-page .Ensuresection h2 {
            margin-bottom: 30px;
        }

        .productpagecontent.arise-page .Ensuresection .col-12 {
            margin-bottom: 15px;
            text-align: left;
        }

            .productpagecontent.arise-page .Ensuresection .col-12 img {
                max-width: 100%;
                margin: auto;
            }

        .productpagecontent.arise-page .Ensuresection .col-md-10 span {
            font-weight: 900;
            margin-bottom: 0px;
            display: inline-block;
        }

        .productpagecontent.arise-page .Ensuresection span {
            font-weight: 900;
        }

    .productpagecontent.arise-page .smartcurvesection {
        padding-bottom: 45px;
    }

        .productpagecontent.arise-page .smartcurvesection .bordered {
            margin-bottom: 70px;
        }

        .productpagecontent.arise-page .smartcurvesection .col-md-3 {
            text-align: center;
        }

            .productpagecontent.arise-page .smartcurvesection .col-md-3 img {
                max-width: 150px;
                margin: auto;
            }

        .productpagecontent.arise-page .smartcurvesection .text-uppercase.mb-1 {
            text-align: left;
            margin: 15px 0 20px !important;
        }
}

@media screen and (max-width: 408px) {
    .footerabovesection .questioncallout .rspeciality {
        padding: 18px 27px 16px !important;
    }

    .questiontealcallout .rspeciality {
        padding: 8px 40px 16px !important;
    }

    .zenlens-floating-icon {
        width: 79%;
        top: 2%;
        left: 8%;
    }
}

@media screen and (max-width: 500px) {
    .revivebr {
        display: block !important;
    }

    header {
        height: 57px;
    }

        header .sitelogo {
            max-width: 100%;
        }

    .Bannerpalebg p {
        font-size: 22px !important;
        line-height: 31px !important;
    }

    .Bannerpalebg .p-lg-3x {
        padding: 0 0 0 0.5rem !important;
    }

    .Bannerpalebg h2 {
        font-size: 46px !important;
    }

        .Bannerpalebg h2.rcsoft {
            font-size: 28px !important;
        }

    .Bannerpalebg .breadcrumb ul li {
        padding: 2px 22px 2px 0px !important;
    }

    .tealBanner .breadcrumb ul li {
        padding: 2px 22px 2px 0px !important;
    }

    .account-page-sec-1 .heading h3 {
        max-width: 100vw !important;
    }

    #isi .modal-body {
        height: 70vh;
    }

    #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail {
        padding: 10px !important;
    }

        #SVP_FINDER .svp-objects .my-shuffle-container .grid-item .product-card .product-detail .product-name {
            font-size: 14px;
            bottom: 10px;
        }

    .footerabovesection .questioncallout .btn {
        padding: 16px 40px 16px;
    }

    .thankyou {
        margin: 6vh 0 6vh;
    }

        .thankyou h4 {
            font-size: 22px;
            line-height: 1.4;
            font-family: "Lora", serif;
            color: #002b4e;
            font-weight: 600;
            margin-bottom: 20px;
        }

            .thankyou h4 a {
                text-decoration: underline;
                color: inherit;
            }

        .thankyou h2 {
            font-size: 34px;
            line-height: 1;
            font-family: "Nunito Sans", sans-serif;
            color: #002b4e;
            font-weight: 800;
        }

    .pealbg.educationpage .row:nth-child(1) .col-12:nth-child(1) {
        margin-bottom: 0;
    }

    .pealbg.educationpage .zenlenscls {
        padding-top: 50px;
    }

    .bannersection .tealBanner.educationBanner {
        background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 140% center no-repeat;
        background-size: 100%;
    }

    .form-root {
        overflow-x: hidden;
    }

    .elevation .breadcrumb {
        margin-bottom: 10px;
    }

    .elevation h1 {
        font-size: 32px;
        line-height: 42px;
    }

        .elevation h1 span {
            font-size: 28px;
            margin-top: 7px;
            position: absolute;
            bottom: 3px;
        }

    .bi-banner-right {
        text-align: center;
        margin-top: 10px;
    }

    .elevation .container {
        top: 2%;
    }

    .bi-banner-right img {
        max-width: 100%;
    }

    .floating-icon img,
    .zenlens-floating-icon img {
        width: 66%;
        margin-left: 0px;
        text-align: center;
        max-width: 153px;
    }

    .right-sec-carousal img {
        max-width: 262px;
    }
}

@media screen and (max-width: 767px) and (min-width: 430px) {
    .bannersection .tealBanner.educationBanner {
        background: #f2f8f9 url(../img/header-background-dark-mobile.svg) top 104% center no-repeat;
        background-size: 100%;
    }

    .zenlens-floating-icon {
        width: 79%;
        top: -6%;
        left: 9%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bannersection .Bannerpalebg .brandlogo {
        display: block;
    }

    .bannersection .HomeBanner {
        padding: 9% 0;
    }

    .footerabovesection .questioncallout {
        padding: 4.8% 0 4%;
        display: block;
    }

    .questiontealcallout {
        display: block;
    }

    .productpagecontent.aldenoet .whitebox {
        margin-top: -85%;
    }

    .productpagecontent .whitebox {
        margin-top: -70%;
    }

    .pealbg.lencematerialpage .lencematerialthird .whitebox,
    .pealbg.lencematerialpage .materialsecond .whitebox {
        display: block;
    }

    .productpagecontent .left-content .smartcurvesection {
        display: block;
    }
}

.Includes-custom-sphe {
    font-family: "Lora", serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #002b4e;
}

.tablesection1 .heading {
    background: #cce5e8 !important;
}

.BASE-CURVE-SELECTION {
    width: 285px;
    height: 25px;
    font-family: "Nunito Sans", sans-serif;
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #002b4e;
}

.accomodable .basecurve {
    margin-bottom: 30px;
}

.basecurvedown {
    margin-top: 15px;
}

.mobpadtop,
.mobpad,
.mobpadcustomize,
.mobpadcustomize ul,
.left-con-padfirst ul,
.left-con-padsec ul,
.left-con-pad ul {
    margin-top: 20px;
}

.mobpad {
    margin-bottom: 20px;
}

.mobpadtop li {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
    .Includes-custom-sphe {
        font-size: 18px;
        margin-left: 6px;
        margin-right: 23px;
        margin-top: 20px;
    }

    .mobpad li {
        margin-top: 15px;
    }

    .mobpadcustomize {
        margin-top: 25px !important;
    }

    .mobpadtop {
        margin-top: 35px !important;
    }

    p.footpara {
        font-size: 22px;
        font-weight: normal;
        font-family: "Nunito Sans";
        color: #002b4e;
        padding: 0px 25px;
    }

    .left-sec-carousal h1.slider1-head {
        font-size: 40px;
        padding: 15px 0px;
    }

    .right-sec-carousal p.slider1-para {
        font-size: 18px;
    }

    .carousel-caption-sec {
        align-items: flex-start;
    }

    h1.slider2-head {
        font-size: 40px;
        padding: 15px 0px;
    }

    h1.slider3-head {
        font-size: 16px;
        padding-top: 0px;
        font-weight: 400;
        line-height: 23px;
    }
    h1.slider4-head span {
        font-size: 40px;
    }
    h1.slider3-head span {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 36px;
    }


    h1.slider4-head {
        font-size: 36px;
        padding-top: 15px;
        font-weight: 600;
    }

    a.btn.slider2-btn {
        margin-top: 5px;
    }
        a.btn.slider2-btn.slider3-btn {
            padding: 9px 27px 9px 27px;
            margin-top: 10px;
        }

    .exp-ele-alig h2 {
        font-size: 30px;
    }

    .exp-ele-alig.text-center h3 {
        font-size: 20px;
    }
    .bottom-axis-sec {
        background: rgba(204, 229, 232, 0.25);
        padding: 0px 28px 1px;
        margin-top: 105px;
    }
    span.axis-title {
        line-height: 1.1;
    }
    .axis-list-unlock span.axis-title {
        line-height: 1.3;
    }
    ul.axis-list-unlock li {
        flex-direction: column;
        text-align: center;
    }
        ul.axis-list-unlock li span {
            text-align: center;
        }
            ul.axis-list-unlock li span.axis-title {
                text-align: center;
                margin-top: 14px;
            }
    .col-12.d-lg-none.d-md-inlineblock.compl-mob {
        text-align: center;
        padding: 0px 45px;
        width: 100%;
    }
    .complexity-box {
        position: absolute;
       
        top: unset;
        justify-content: center;
        display: flex;
        margin-top: 36px;
        bottom: -14px;
        width: 90%;
       
    }
    .zenlen-echo-banner .brandlogo.zenlensbrand img {
        max-width: 254px;
    }
}

@media screen and (min-width: 767px) {
    .mobilebr {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipadland {
        margin: -7px 0 0 0px !important;
    }
}


@media screen and (min-width: 1366px) {
    .bg-color-circular {
        height: 430px;
    }
}

@media screen and (min-width: 1300px) {
    .rspeciality {
        margin-left: 10px !important;
    }


    /*.videoplaceholder {
        width: 801px;
    }*/
}

.orderhead {
    margin-bottom: 15px;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .Includes-custom-sphe {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .ipadland {
        margin: -7px 1px 0 0px !important;
    }

    .basecurvedown {
        margin-top: 20px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .BASE-CURVE-SELECTION {
        margin-left: 33px !important;
    }

    .zenlens-Accordion-sec .acc-floating-img {
        position: absolute;
        left: 34px;
        width: 117%;
        top: 0px;
        left: 71px;
    }

    .bg-color-circular {
        height: 473px;
    }
}

.orderhead {
    text-decoration: underline;
}

.EPiServerForms .Form__Status .Form__Status__Message {
    display: none !important;
}

label.mktoLabel.mktoHasWidth.Form__Element__Caption {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Lora", serif;
    color: #002b4e;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.pealbg.vip-page span.joinkit-submit-info {
    color: #002b4e;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 420px;
    text-align: left;
}
/*Added for forms*/

.bstrap30 .c-form .FormParagraphText:nth-child(1) h3 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 800 !important;
}

.bstrap30 .c-form .col-12.col-lg-6,
.bstrap30 .c-form .col-12.col-lg-3,
.bstrap30 .c-form .FormParagraphText:nth-child(7) {
    float: left;
}

.bstrap30 .c-form .FormParagraphText:nth-child(3),
.bstrap30 .c-form .FormParagraphText:nth-child(5) {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
    display: none;
}

.bstrap30 .c-form .FormParagraphText:nth-child(11) {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.acc-holder label {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Lora", serif;
    color: #002b4e;
}

.bstrap30 .c-form .FormParagraphText:nth-child(11).line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #ccc;
}

.bstrap30 .c-form .FormParagraphText:nth-child(11).line {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 29px;
}

.field-container.af-slide.col-sm-12.form-checkbox,
.bstrap30 .c-form .FormParagraphText:nth-child(23) {
    float: left;
}

label.control-label {
    font-weight: bold;
}

.checkbox.ng-pristine,
.bstrap30 .c-form .FormParagraphText:nth-child(23) .label-left {
    padding-left: 15px;
    padding-right: 15px;
}

    .checkbox.ng-pristine.ng-untouched.ng-valid.ng-scope.ng-not-empty.acc-holder {
        display: inline-block;
        width: 100%;
    }

.staff-text h4 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: "Lora", serif !important;
    color: #002b4e !important;
    font-weight: bold !important;
}

@media (max-width: 991px) {
    .bstrap30 .c-form .FormParagraphText:nth-child(3),
    .bstrap30 .c-form .FormParagraphText:nth-child(5) {
        max-width: 100%;
    }

    .bstrap30 .c-form .FormParagraphText:nth-child(3),
    .bstrap30 .c-form .FormParagraphText:nth-child(5) {
        display: block;
    }

    .bstrap30 .c-form .FormParagraphText:nth-child(6) {
        display: none;
    }

    .wrapp-cal {
        width: 90%;
        margin: 0 auto;
    }

    .bannersection .Bannerpalebg h2.z-echo sup {
       
        font-size: 21px !important;
        top: -1.0em !important;
    }
}

.Form__Element__ValidationError {
    color: #dc3545 !important;
    height: 0px;
}

.bstrap30 .c-form .FormParagraphText:nth-child(15),
.bstrap30 .c-form .FormParagraphText:nth-child(20),
.bstrap30 .c-form .FormParagraphText:nth-child(31),
.bstrap30 .c-form .FormParagraphText:nth-child(44) {
    display: inline-block;
    width: 100%;
}

    .bstrap30 .c-form .FormParagraphText:nth-child(44) .label-left {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

/*.bstrap30 .c-form .FormParagraphText:nth-child(31), .text-ship-1 {
    display: none !important;
}*/

.bstrap30 .c-form .show {
    display: block !important;
}
/*zip*/
.bstrap30 .c-form .col-12.col-lg-3.shipping.text-ship-1:nth-child(28) {
    display: block !important;
}

.tire2,
.tire3,
.add-for-2 {
    display: none;
}

.bstrap30 .c-form .checkbox:nth-child(44) label {
    padding-top: 10px;
}

/*Added for formline*/

.bstrap30 .c-form .FormParagraphText:nth-child(15).line {
    position: relative;
    padding-bottom: 22px;
}

.bstrap30 .c-form .acc-holder {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 2.5rem;
}

    .bstrap30 .c-form .acc-holder:after,
    .bstrap30 .c-form .FormParagraphText:nth-child(15).line:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #ccc;
    }

.bstrap30 .c-form .FormParagraphText:nth-child(19) {
    position: relative;
}

    .bstrap30 .c-form .FormParagraphText:nth-child(19).line:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #ccc;
    }

.bstrap30 .c-form .show:nth-child(18) {
    padding-bottom: 20px;
}

.bstrap30 .c-form .FormParagraphText:nth-child(19).line {
    padding-top: 40px;
}
/*Product of interest*/
.bstrap30 .c-form .FormParagraphText:nth-child(41) {
    margin-bottom: 0;
}

.productpagecontent.account-create .col-12.col-lg-7 {
    padding-left: 10px;
    padding-right: 10px;
}

.hide-state {
    display: none;
}

.hide-province {
    display: none;
}

.hide-Otcont {
    display: none;
}

.hide-zip {
    display: none;
}

.hide-province1 {
    display: none;
}

.hide-state1 {
    display: none;
}

.zip1 {
    display: none;
}

@media (max-width: 767px) {
    .EPiServerForms .Form__Status .Form__Status__Message {
        padding: 0;
        margin: 0;
    }

    .Form__Status .Form__Status__Message.hide {
        display: none;
    }
}

.pealbg.vip-page span.joinkit-submit-info {
    color: #002b4e;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 420px;
    text-align: left;
}

.EPiServerForms .Form__Status .Form__Status__Message {
    display: none !important;
}

.productpagecontent.account-create .left-content a.privacy-plcy {
    color: #007c89;
    text-decoration: underline;
}

    .productpagecontent.account-create .left-content a.privacy-plcy:hover {
        text-decoration: none;
    }

@media only screen and (device-width: 834px) {
    .pealbg.ordersection.contact-us .orderright p a {
        color: inherit;
        text-decoration: underline !important;
    }

        .pealbg.ordersection.contact-us .orderright p a:hover {
            text-decoration: none !important;
        }
}

.bstrap30 .c-form .FormParagraphText:nth-child(33) {
    float: left;
    display: none !important;
}

.text-ship-1 {
    display: none !important;
}

.bstrap30 .c-form .FormParagraphText:nth-child(31).show {
    display: block !important;
}

.new-check {
    margin-bottom: 40px;
    padding-bottom: 20px;
    margin-top: 40px;
    padding-top: 40px;
}

    .new-check:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #ccc;
    }

    .new-check:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #ccc;
    }

    .new-check.new-line {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .new-check.new-line:after {
            content: none;
        }

.top-line {
    margin-top: 40px !important;
}

    .top-line .col-12:before {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #ccc;
    }

    .top-line h3 {
        padding-top: 40px;
    }

.carousel-item img.desktop-hero-img,
.carousel-item img.mobile-hero-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.primary-text-color {
    color: #002b4e !important;
}

@media screen and (min-width: 768px) {
    .carousel-item img.desktop-hero-img,
    .carousel-item img.mobile-hero-img {
        height: auto;
        width: 100%;
        max-width: initial;
    }

    .carousel-caption-sec {
        min-height: 1039px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-item img.desktop-hero-img,
    .carousel-item img.mobile-hero-img {
        height: 100%;
        width: auto;
        max-width: initial;
    }

    .carousel-caption-sec {
        min-height: 694px;
    }

    .elevation img {
        max-height: 618px;
    }
    .col-12.col-lg-6.box-wrapper-box-zenlens-full-top.zenlen-halves-l {
        padding-left: 0px;
    }
    .col-12.col-lg-6.box-wrapper-box-zenlens-full-top.zenlen-halves-r {
        padding-right: 0px;
    }
    .no-mb .FormTextbox {
        margin-bottom: 10px !important;
    }
        .no-mb .FormTextbox.ValidationFail {
            margin-bottom: 24px !important;
        }
    
}
    
@media screen and (min-width: 1440px) {
    .carousel-item img.desktop-hero-img,
    .carousel-item img.mobile-hero-img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .carousel-item img.desktop-hero-img,
    .carousel-item img.mobile-hero-img {
        height: auto;
        width: 100%;
        max-width: initial;
        top: 0;
        left: 0;
        transform: none;
    }

    .carousel-caption-sec {
        min-height: 600px;
        padding-top: 30px;
    }

    .top-right-plus {
        right: 0;
        left: auto;
        -webkit-transform: rotate(90deg) scale(-1);
        -moz-transform: rotate(90deg) scale(-1);
        -ms-transform: rotate(90deg) scale(-1);
        -o-transform: rotate(90deg) scale(-1);
        transform: rotate(90deg) scaleX(-1);
        width: 72px;
    }

    .bottom-left-plus {
        right: auto;
        left: 0;
        -webkit-transform: rotate(90deg) scale(-1);
        -moz-transform: rotate(90deg) scale(-1);
        -ms-transform: rotate(90deg) scale(-1);
        -o-transform: rotate(90deg) scale(-1);
        transform: rotate(90deg) scaleX(-1);
    }
}

/*Global footer link updates*/
.GlobaloptoutLinks {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

    .GlobaloptoutLinks ul li a {
        color: #fff;
        font-size: 14px;
        text-decoration: underline;
    }

        .GlobaloptoutLinks ul li a:hover {
            text-decoration: none;
        }

@media screen and (max-width: 400px) {
    .bi-banner-right img {
        max-width: 76%;
    }

    .carousel-item img.mobile-hero-img {
        height: 100%;
        width: 101%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 365px) {
    .zenlens-floating-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: auto;
        height: 150px;
    }

    .zenlens-mid-cont-sec .top-mid-cont {
        margin-top: 29%;
    }

    .zenlens-floating-icon img {
        margin-left: 0;
    }
}




@media screen and (max-width: 370px) {

    .footerabovesection .questioncallout .btn {
        font-size: 14px;
    }

    .bg-view {
        min-height: 84%;
    }
}

/*Global footer link updates*/

/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: " " !important;
}

.EPiServerForms .ValidationFail input, .EPiServerForms .ValidationFail textarea, .EPiServerForms .ValidationFail select {
    border-color: inherit !important;
    border: 1px solid #ced4da !important;
}

.EPiServerForms .ValidationFail {
    color: inherit !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */

span.red {
    color: red !important;
}
