*, body, dl, dt, h1, h2, h3, h4, h5, h6, ol, p, ul, li {
    margin: 0;
    padding: 0;
    font-family: Staff-Regular;
    line-height: normal;
    list-style-type: none;
}

header {
    padding: 0 0 8px;
    position: fixed;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 11;
}

    header nav.navbar {
        display: block;
        padding: 0;
    }

        header nav.navbar .navbar-brand img {
            width: 182px;
        }

            header nav.navbar .navbar-brand img.black {
                display: none;
            }

        header nav.navbar .menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header nav.navbar .menu ul.navbar-nav {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                -webkit-box-pack: right;
                -ms-flex-pack: right;
                justify-content: right;
            }

                header nav.navbar .menu ul.navbar-nav li {
                    margin-right: 35px;
                }

                    header nav.navbar .menu ul.navbar-nav li.nav-item.active {
                        position: relative;
                    }

                        header nav.navbar .menu ul.navbar-nav li.nav-item.active a {
                            color: #C2FF0A;
                        }

                            header nav.navbar .menu ul.navbar-nav li.nav-item.active a:after {
                                content: "";
                                position: absolute;
                                bottom: 0;
                                top: 17px;
                                left: 0;
                                right: 0;
                                height: 0.5em;
                                border-bottom: 1px solid #00ffff;
                                z-index: -1;
                            }

                            header nav.navbar .menu ul.navbar-nav li.nav-item.active a:hover {
                                text-decoration: none;
                            }

                        header nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-toggle .dropdown-menu ul li.active a {
                            font-weight: bold;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-toggle .dropdown-menu ul li.active:hover {
                            text-decoration: none;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-toggle .dropdown-menu ul li a:after {
                            border: none;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-toggle .dropdown-menu ul li a:hover {
                            text-decoration: none;
                        }

                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle {
                        position: relative;
                    }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a {
                            padding-bottom: 30px;
                            padding-right: 25px;
                            position: relative;
                            z-index: 1;
                        }

                            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a:hover {
                                text-decoration-color: transparent;
                            }

                                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a:hover::after {
                                    content: "";
                                    position: absolute;
                                    bottom: 0;
                                    top: 17px;
                                    left: 0;
                                    right: 0;
                                    height: 0.5em;
                                    border-bottom: 1px solid #00ffff;
                                    z-index: -1;
                                }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:after {
                            display: block;
                            margin: 0;
                            width: 9px;
                            height: 9px;
                            border-top: 2px solid #00ffff;
                            border-left: 2px solid #00ffff;
                            -webkit-transform: rotate(224deg);
                            transform: rotate(224deg);
                            border-right: 0;
                            border-bottom: 0;
                            position: absolute;
                            top: 0px;
                            right: 5px;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:hover .dropdown-menu {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:hover:after {
                            -webkit-transform: rotate(44deg);
                            transform: rotate(44deg);
                            top: 4px;
                        }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu {
                            border-radius: 8px;
                            text-align: center;
                            min-width: 170px;
                            padding: 0;
                            left: -25px;
                            top: 40px;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                        }

                            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul {
                                width: 100%;
                            }

                                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li {
                                    margin: 0;
                                    width: 100%;
                                    cursor: pointer;
                                }

                                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li a {
                                        color: #011627;
                                        letter-spacing: normal;
                                        text-transform: unset;
                                        line-height: 34px;
                                        font-family: Staff-bold;
                                        font-weight: 600;
                                        padding: 8px 24px;
                                        width: 100%;
                                        display: inline-block;
                                    }

                                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:hover {
                                        background: #00ffff;
                                    }

                                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:first-child {
                                        border-radius: 8px 8px 0px 0px;
                                    }

                                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:last-child {
                                        border-radius: 0px 0px 8px 8px;
                                    }

                            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu.second {
                                left: -21px;
                            }

                            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu:before {
                                content: "";
                                position: absolute;
                                top: -34px;
                                -webkit-transform: rotate(180deg);
                                transform: rotate(180deg);
                                border-width: 14px;
                                border-style: solid;
                                border-color: red transparent transparent transparent;
                                border-top: 10px solid rgba(0, 0, 0, 0.15);
                                margin-top: 9px;
                            }

                            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu:after {
                                content: "";
                                position: absolute;
                                top: -34px;
                                -webkit-transform: rotate(180deg);
                                transform: rotate(180deg);
                                border-width: 14px;
                                border-style: solid;
                                border-color: red transparent transparent transparent;
                                border-top: 10px solid white;
                                margin-top: 10px;
                                z-index: 1;
                            }

                    header nav.navbar .menu ul.navbar-nav li.nav-item:last-child {
                        padding: 0;
                        margin: 0;
                    }

                    header nav.navbar .menu ul.navbar-nav li a {
                        font-size: 16px;
                        letter-spacing: 0.5px;
                        font-family: Staff-Bold;
                        color: white;
                        text-transform: uppercase;
                        text-decoration: none;
                    }

                        header nav.navbar .menu ul.navbar-nav li a:hover {
                            color: #C2FF0A;
                            text-decoration: underline;
                            text-decoration-color: #00ffff;
                            text-underline-offset: 11px;
                        }

                        header nav.navbar .menu ul.navbar-nav li a.btn-gradiant.discover-an-rx-btn {
                            padding: 10px 30px;
                            text-transform: unset;
                        }

                            header nav.navbar .menu ul.navbar-nav li a.btn-gradiant.discover-an-rx-btn:before {
                                -webkit-transition: unset;
                                transition: unset;
                            }

                            header nav.navbar .menu ul.navbar-nav li a.btn-gradiant.discover-an-rx-btn:after {
                                -webkit-transition: unset;
                                transition: unset;
                            }

                            header nav.navbar .menu ul.navbar-nav li a.btn-gradiant.discover-an-rx-btn:hover {
                                color: #fff;
                                background-color: #011627;
                                text-decoration-color: transparent;
                            }

    header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 2px 1px -1px gray;
        box-shadow: 0 2px 1px -1px gray;
        border-bottom: 1px solid #D8D8D8;
    }

        header.sticky nav.navbar .navbar-brand img.black {
            display: inline-block;
        }

        header.sticky nav.navbar .navbar-brand img.white {
            display: none;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item.active a:after {
            border-bottom: 1px solid #DE2E02;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item.active a:hover {
            text-decoration: none;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a {
            color: #011627;
        }

            header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:after {
                border-bottom: 1px solid #DE2E02;
            }

            header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:hover {
                text-decoration: underline;
                text-decoration-color: #DE2E02;
                text-underline-offset: 11px;
            }

                header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:hover::after {
                    border-bottom: 1px solid #DE2E02;
                }

            header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a.btn-gradiant.discover-an-rx-btn:before {
                -webkit-transition: unset;
                transition: unset;
            }

            header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a.btn-gradiant.discover-an-rx-btn:after {
                -webkit-transition: unset;
                transition: unset;
                border-bottom: 2px solid #00ffff;
            }

            header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a.btn-gradiant.discover-an-rx-btn:hover {
                text-decoration: none;
            }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a:hover {
            text-decoration-color: transparent;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:after {
            border-top: 2px solid #DE2E02;
            border-left: 2px solid #DE2E02;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu a:hover {
            text-decoration: none;
        }

    header:not(.sticky) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

.prnt-frndly .clkdld {
    margin-left: 30px;
    font-size: 20px;
    font-family: "staff-bold" !important;
    line-height: 30px;
}

.prnt-frndly .text-nowrap {
    font-size: 20px;
    font-family: "staff-bold" !important;
    line-height: 30px;
}

.btn-brochure {
    font-family: "Staffwide-bold";
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #011627;
    background-color: #00ffff;
    padding: 22px 51px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 472px;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: center;
}

    .btn-brochure img {
        margin-left: 15px;
        padding-bottom: 2px;
    }

header nav.navbar .menu ul.navbar-nav li.nav-item:last-child a::after {
    content: "";
    display: block;
    position: absolute;
    width: var(--border-radius);
    top: 0;
    bottom: 0;
    transition: unset;
    left: auto;
    /* right: auto; */
    height: auto;
    border: var(--border-width) solid var(--color-2);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-left-color: transparent;
}

header nav.navbar .menu ul.navbar-nav li.nav-item:last-child a:hover::after {
    z-index: 1;
}


.mobile-disclaimer {
    margin: 10px auto;
    color: white;
    text-align: center;
    text-wrap: balance;
    font-weight: 400;
    font-size: 16px;
    font-family: staff-regular;
    padding: 20px;
    margin-bottom: -40px;
}

.quiz-disclaimer {
    margin-top: 56px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-right: 40px;
    text-shadow: 1px 1px 8px #000000, 1px 1px 8px #000000;
}

/*header nav.navbar .menu ul.navbar-nav li.nav-item:last-child a::before {
    content: none !important;
}*/

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    header nav.navbar .menu ul.navbar-nav li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header nav.navbar .menu ul.navbar-nav li {
        margin-right: 15px;
    }

        header nav.navbar .menu ul.navbar-nav li.nav-item a {
            font-size: 13px;
        }
}

@media screen and (max-width: 991px) {
    .mobile-disclaimer {
        color: white;
        font-weight: 400;
        font-size: 16px;
        font-family: 'Staff-Regular';
        padding: 20px;
        margin: 10px auto;
    }

    header {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.55)));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
    }

        header.menu-open {
            background: #1E316E;
            opacity: 1;
        }

        header nav.navbar .navbar-brand img {
            width: 124px;
        }

        header nav.navbar .menu .navbar-toggler, header nav.navbar .menu .navbar-toggler:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #a2aab0;
            padding: 10px;
            line-height: normal;
            font-size: inherit;
            border-radius: 4px;
        }

            header nav.navbar .menu .navbar-toggler .navbar-toggler-icon {
                font-size: 14px;
                text-transform: uppercase;
                width: auto;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: white;
                height: auto;
                font-family: StaffWide-Bold;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                header nav.navbar .menu .navbar-toggler .navbar-toggler-icon i:last-child {
                    display: none;
                }

                header nav.navbar .menu .navbar-toggler .navbar-toggler-icon img.close {
                    padding-left: 12px;
                    height: 13px;
                    display: none;
                }

                header nav.navbar .menu .navbar-toggler .navbar-toggler-icon .fa-bars {
                    padding-left: 12px;
                    margin-top: -1px;
                }

        header nav.navbar .menu .navbar-collapse {
            position: fixed;
            text-align: left;
            width: 100%;
            left: 0;
            top: 90px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#2c7a9f), to(#172655));
            background-image: linear-gradient(#2c7a9f, #172655);
            height: 100%;
            overflow-y: scroll;
            z-index: 100;
        }

        header nav.navbar .menu ul.navbar-nav li.nav-item {
            margin: 0;
            padding: 0;
            width: 100%;
            position: relative;
        }

            header nav.navbar .menu ul.navbar-nav li.nav-item.active a:after {
                border: none;
                top: unset;
                bottom: 0;
                border-bottom: 1px solid #00ffff;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item:last-child a::after {
                top: 0 !important;
                bottom: 0 !important;
                border: var(--border-width) solid var(--color-2) !important;
                border-top-right-radius: var(--border-radius) !important;
                border-bottom-right-radius: var(--border-radius) !important;
                border-left-color: transparent !important;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item::after {
                content: "";
                display: block;
                width: 95%;
                border-bottom: 1px solid rgba(216, 216, 216, 0.39);
                margin: auto;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item a {
                font-size: 22px;
                line-height: 32px;
                letter-spacing: normal;
                font-weight: 700;
                text-transform: unset;
                display: inline-block;
                position: relative;
                padding: 0;
                margin: 17px 20px 17px 20px;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item a.btn-gradiant.discover-an-rx-btn {
                    font-size: 16px;
                    letter-spacing: 0.5px;
                    line-height: normal;
                    padding: 14px 25px 14px 25px;
                    margin-bottom: 100px;
                    margin-top: 40px;
                }

                header nav.navbar .menu ul.navbar-nav li.nav-item a:hover {
                    text-decoration: none;
                }

            header nav.navbar .menu ul.navbar-nav li.nav-item:hover a {
                color: #C2FF0A;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item:hover a.discover-an-rx-btn {
                    color: white;
                }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle.active a {
                color: #C2FF0A;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle.active .dropdown-menu {
                -webkit-transition: 1s;
                transition: 1s;
                display: block;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .arrowSpan {
                position: absolute;
                right: 8px;
                top: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 42px;
                height: 38px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                z-index: 2;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .arrowSpan:after {
                    position: absolute;
                    content: "";
                    width: 12px;
                    height: 12px;
                    border-top: 2.7px solid #c2ff0a;
                    border-left: 2.7px solid #c2ff0a;
                    -webkit-transform: rotate(224deg);
                    transform: rotate(224deg);
                    border-right: 0;
                    border-bottom: 0;
                }

                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .arrowSpan.down:after {
                    -webkit-transform: rotate(46deg);
                    transform: rotate(46deg);
                }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a {
                padding: 0;
                margin: 17px 20px 17px 20px;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:after {
                display: none;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle:hover .dropdown-menu {
                display: none;
            }

            header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu {
                background: transparent;
                -webkit-transition: 1s;
                transition: 1s;
                border-radius: 0;
                border: none;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu:before {
                    display: none;
                }

                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu:after {
                    display: none;
                }

                header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li {
                    padding: 0;
                    text-align: left;
                }

                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:hover {
                        background: unset;
                    }

                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li a {
                        font-size: 22px;
                        line-height: 32px;
                        font-family: Staff-Regular;
                        font-weight: 700;
                        text-transform: unset;
                        color: white;
                        padding: 5px 20px 5px 40px;
                        margin: 0;
                    }

                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:first-child {
                        border-radius: 0;
                    }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:first-child a {
                            padding-top: 0px;
                        }

                    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:last-child {
                        border-radius: 0;
                    }

                        header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle .dropdown-menu ul li:last-child a {
                            padding-bottom: 20px;
                        }

            header nav.navbar .menu ul.navbar-nav li.nav-item:last-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border: none;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item:last-child:after {
                    display: none;
                }

            header nav.navbar .menu ul.navbar-nav li.nav-item:nth-last-child(2) {
                border: none;
            }

                header nav.navbar .menu ul.navbar-nav li.nav-item:nth-last-child(2):after {
                    display: none;
                }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item.active a:after {
            border: none;
        }

        header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:hover {
            text-decoration: none;
        }

        header.sticky nav.navbar .menu .navbar-toggler .navbar-toggler-icon {
            color: #011627;
        }

            header.sticky nav.navbar .menu .navbar-toggler .navbar-toggler-icon .fa-bars {
                color: #011627;
            }

        header.sticky.menu-open {
            background: #1E316E;
        }

            header.sticky.menu-open nav.navbar .navbar-brand img.black {
                display: none;
            }

            header.sticky.menu-open nav.navbar .navbar-brand img.white {
                display: inline-block;
            }

            header.sticky.menu-open nav.navbar .menu .navbar-toggler .navbar-toggler-icon {
                color: white;
            }

                header.sticky.menu-open nav.navbar .menu .navbar-toggler .navbar-toggler-icon .fa-bars {
                    display: none;
                }

                header.sticky.menu-open nav.navbar .menu .navbar-toggler .navbar-toggler-icon img.close {
                    display: block;
                }

            header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item a {
                color: white;
            }

                header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item a.btn-gradiant.discover-an-rx-btn {
                    padding: 14px 25px 14px 25px;
                }

            header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle.active a {
                color: #C2FF0A;
            }

            header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle.active .dropdown-menu ul li a {
                color: white;
            }

            header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item.active a {
                color: #C2FF0A;
            }

            header.sticky.menu-open nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-menu ul li a {
                color: white;
            }

        header.menu-open nav.navbar .menu .navbar-toggler .navbar-toggler-icon .fa-bars {
            display: none;
        }

        header.menu-open nav.navbar .menu .navbar-toggler .navbar-toggler-icon img.close {
            display: block;
        }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a {
        margin: 17px 20px 17px 20px;
        padding: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    header nav.navbar .menu ul.navbar-nav li.nav-item:not(:last-child).active a:after {
        top: 18px;
    }

    header nav.navbar .menu ul.navbar-nav li.nav-item.active .dropdown-toggle > a:after {
        top: 15px;
    }

    header nav.navbar .menu ul.navbar-nav li.nav-item .dropdown-toggle > a:hover::after {
        top: 15px;
    }

    header nav.navbar .menu ul.navbar-nav li a:hover {
        text-underline-offset: 11px;
    }

    header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:hover {
        text-underline-offset: 11px;
    }
}

footer .footer {
    padding: 24px 0;
    background: #0C1827;
}

    footer .footer a {
        color: white;
        font-size: 18px;
        line-height: 24px;
    }

    footer .footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px 0;
    }

        footer .footer ul li {
            margin-right: 20px;
        }

            footer .footer ul li a:hover {
                text-decoration: none;
            }

    footer .footer .copyright .GlobaloptoutLinks ul {
        padding: 24px 0;
    }

        footer .footer .copyright .GlobaloptoutLinks ul li a:hover {
            text-decoration: none;
        }

    footer .footer P {
        font-size: 18px;
        color: white;
        line-height: 24px;
    }

footer .grn-footer {
    height: 80px;
    background-color: #c2ff0a;
}

    footer .grn-footer .grn-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        footer .grn-footer .grn-link:hover {
            background-color: #00ffff;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    footer .grn-footer .grn-footer-tab a {
        text-decoration: none;
    }

        footer .grn-footer .grn-footer-tab a.left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 100%;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            padding: 0 40px;
        }

            footer .grn-footer .grn-footer-tab a.left span.fas {
                padding-top: 1px;
                padding-right: 10px;
                font-size: 24px;
                color: #011331;
            }

                footer .grn-footer .grn-footer-tab a.left span.fas:before {
                    background-color: white;
                    border-radius: 30px;
                }

        footer .grn-footer .grn-footer-tab a.right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: right;
            -ms-flex-pack: right;
            justify-content: right;
            height: 100%;
            padding: 0 40px;
        }

            footer .grn-footer .grn-footer-tab a.right span.fas {
                font-size: 24px;
                color: #011331;
                padding-right: 10px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                footer .grn-footer .grn-footer-tab a.right span.fas:before {
                    background-color: white;
                    border-radius: 30px;
                }

    footer .grn-footer .grn-footer-tab p {
        color: #011627;
        font-family: "staffwide-bold";
        font-size: 18px;
        padding-top: 3px;
    }

@media screen and (max-width: 991px) {
    footer .footer {
        padding: 35px 8px 25px 8px;
    }

        footer .footer ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 30px 0 22px 0;
        }

            footer .footer ul li {
                margin-right: 0px;
                margin-bottom: 15px;
            }

        footer .footer .copyright .GlobaloptoutLinks ul {
            padding: 36px 0 25px 0;
        }

    footer .grn-footer {
        background-color: #c2ff0a;
        padding: 0;
        height: 144px;
    }

        footer .grn-footer .divider-line {
            border-bottom: 1px solid #000000;
            position: relative;
            top: 72px;
        }

        footer .grn-footer .previous-link {
            height: 72px;
        }

        footer .grn-footer .grn-link {
            width: unset;
            height: unset;
            display: unset;
            cursor: unset;
            -webkit-box-align: unset;
            -ms-flex-align: unset;
            align-items: unset;
            padding: unset;
            -webkit-transition: unset;
            transition: unset;
        }

            footer .grn-footer .grn-link:hover {
                background-color: unset;
                -webkit-transition: unset;
                transition: unset;
            }

        footer .grn-footer .grn-footer-tab {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            footer .grn-footer .grn-footer-tab .d-flex {
                display: unset !important;
            }

            footer .grn-footer .grn-footer-tab a.left {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 0;
            }

                footer .grn-footer .grn-footer-tab a.left i {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                footer .grn-footer .grn-footer-tab a.left span.fas {
                    padding-right: 0;
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            footer .grn-footer .grn-footer-tab a.right {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 0;
            }

            footer .grn-footer .grn-footer-tab p {
                font-size: 20px;
                padding-top: 0px;
                line-height: 24px;
            }
}

body {
    -webkit-font-smoothing: antialiased;
}

.nowrap {
    white-space: nowrap;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.noscroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.btn-gradiant {
    --border-width: 2px;
    --border-radius: 30px;
    --color-1: #c2ff0a;
    --color-2: #00ffff;
}

.banner-overlay {
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
}

.btn-gradiant {
    color: white;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)), -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff));
    background: linear-gradient(to right, #c2ff0a, #00ffff), linear-gradient(to right, #c2ff0a, #00ffff);
    background-position: 27px 0, 28px 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 19px - 30px) 2px;
    padding: 10px 24px;
    border-radius: var(--border-radius);
    border: none;
}

    .btn-gradiant:before,
    .btn-gradiant:after {
        content: "";
        display: block;
        position: absolute;
        width: var(--border-radius);
        top: 0;
        bottom: 0;
    }

    .btn-gradiant:before {
        left: 0;
        border: var(--border-width) solid var(--color-1);
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
        border-right-color: transparent;
    }

    .btn-gradiant:after {
        right: 0;
        border: var(--border-width) solid var(--color-2);
        border-top-right-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
        border-left-color: transparent;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

    #myBtn:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.quizmod {
    position: absolute;
    margin-top: 19%;
    margin-left: 2%;
}

    .quizmod img.outer-image {
        -webkit-animation: rotation 18s infinite linear;
        animation: rotation 18s infinite linear;
        width: 150px;
        height: auto;
    }

    .quizmod img.inner-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 110px;
        height: auto;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fadout {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .noscroll .mob-quiz-link {
        z-index: 10;
    }

    .quizmod {
        display: none;
    }

    .mob-quiz-link a.quiz-mob-cont {
        font-family: StaffWide-Bold;
        font-size: 16px;
        font-weight: bold;
        color: #011627;
        padding: 8px 0;
        text-decoration: none;
        display: block;
    }

    .mob-quiz-link a span {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        white-space: nowrap;
    }

    .mob-quiz-link a p.arrow-quiz {
        position: relative;
        text-decoration: none;
        color: #006e90;
        font-size: 22px;
        display: inline-block;
    }

        .mob-quiz-link a p.arrow-quiz:before {
            content: "";
            margin-top: 0px;
            width: 170px;
            background: #006e90;
            height: 2px;
            display: inline-block;
            top: -4.3px;
            right: -6px;
            position: relative;
        }
}

.btn-hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .btn-hover:hover {
        background-color: #c2ff0a !important;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

@media screen and (max-width: 375px) {
    .mob-quiz-link a p.arrow-quiz {
        display: none;
    }
}

.loader-wrapper-home-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

    .loader-wrapper-home-form.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .loader-wrapper-home-form p {
        font-size: 40px;
        color: #f9e5ff;
    }

.loader-home-form {
    border: 6px solid rgba(255, 255, 255, 0.4);
    border-top: 6px solid #f9e5ff;
    border-radius: 50%;
    margin-right: 15px;
    width: 62px;
    height: 62px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@supports (-webkit-touch-callout: none) {
    .mob-quiz-link .col-12 {
        padding: 0 5px;
    }

    @media screen and (max-width: 375px) {
        .mob-quiz-link a p.arrow-quiz {
            display: none;
        }
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.home-first-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .home-first-section .inside-content {
        margin: auto;
    }

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.background-mob .home-first-section .inside-content {
    margin: 100px auto 0 auto;
}

.background-video .video {
    min-height: 1080px;
}

#home-banner {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    width: 100%;
}

.banner {
    padding-top: 40px;
    text-align: center;
    color: #FFF;
    background: transparent;
    background-image: radial-gradient(circle at 50% 77%, #3bc3d1, #1e316e 83%);
}

    .banner .click-for-sound-btn {
        display: none !important;
    }

    .banner .w-bottom-bar-lower {
        display: none !important;
    }

    .banner h2 {
        line-height: 100px;
        font-size: 48px;
        padding-top: 149px;
    }

    .banner .nav {
        background: #EAE6E8;
        color: #FFF;
        width: 26%;
        margin: auto;
        border-radius: 25px;
    }

        .banner .nav.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            border-radius: 0;
        }

        .banner .nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto;
        }

            .banner .nav ul li {
                padding: 10px 20px;
                list-style: none;
            }

                .banner .nav ul li.active {
                    background: #06FCFE;
                    border-radius: 20px;
                }

                .banner .nav ul li a {
                    color: #363636;
                    display: block;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-weight: bold;
                }

    .banner .background-video {
        position: sticky;
        right: 0;
        bottom: 0;
        top: 0;
        min-width: 100%;
        min-height: 100%;
        pointer-events: none;
        z-index: 0;
        background-image: radial-gradient(circle at 50% 77%, #3bc3d1, #1e316e 83%);
    }

        .banner .background-video .click-for-sound-btn {
            display: none !important;
        }

    .banner .banner-content {
        position: absolute;
        left: 0;
        top: 0;
        padding: 160px 0 0 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 83vh;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.55)));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
    }

        .banner .banner-content .tear-cause {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .banner .banner-content .tear-cause p.may-txt {
                font-family: "StaffWide-Bold";
                font-size: 40px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #c2ff0a;
                padding-left: 25px;
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            }

            .banner .banner-content .tear-cause p.grn-txt {
                font-size: 32px;
                font-weight: 900;
                background-color: #c2ff0a;
                color: #011627;
                max-width: 531px;
                padding: 13px 29px 8px 29px;
                -webkit-transform: rotate(-3deg);
                transform: rotate(-3deg);
                margin-top: 5px;
                margin-bottom: 25px;
                font-family: "StaffWide-Black";
                letter-spacing: 1px;
            }

        .banner .banner-content h2.scartch-head {
            padding-top: 0px;
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            font-family: "StaffWide-Bold";
            font-size: 120px;
            font-weight: 900;
            font-stretch: normal;
            text-align: left;
            font-style: normal;
            line-height: 0.88;
            color: #fff;
        }

        .banner .banner-content h3 {
            padding-top: 16px;
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            font-family: "StaffWide-Bold";
            font-size: 80px;
            font-weight: 900;
            font-stretch: normal;
            text-align: left;
            font-style: normal;
            line-height: 0.88;
            color: #fff;
        }

        .banner .banner-content a.learn-more {
            font-family: "StaffWide-Bold";
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.27;
            letter-spacing: normal;
            color: #011627;
            background-color: #00ffff;
            padding: 8px 24px;
            text-decoration: none;
            border-radius: 50px;
            position: relative;
            float: left;
            margin-top: 17px;
            margin-left: auto;
            margin-right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .banner .banner-content a.learn-more .fas {
                background: #fff;
                border-radius: 50%;
                font-size: 25px;
                margin-left: 8px;
            }

@media (min-width: 992px) {
    .banner .banner-content .bnr-onetearevop .cllrg-twlwe {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .ready-to-treat.discover-rx-page {
        padding-bottom: 150px;
    }
}

.banner .banner-content .bnr-onetearevop .cllrg-eight {
    text-align: center;
}

@media (min-width: 992px) {
    .banner .banner-content .bnr-onetearevop .cllrg-eight {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 54%;
    }
}

.banner .banner-content .bnr-onetearevop .tear-cause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .banner .banner-content .bnr-onetearevop .tear-cause span.grn-txt {
        font-size: 24px;
        font-weight: 900;
        background-color: #c2ff0a;
        color: #011627;
        max-width: 531px;
        padding: 12px 18px;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        margin-top: 5px;
        margin-bottom: 25px;
        font-family: "StaffWide-Black";
        letter-spacing: 1px;
    }

    .banner .banner-content .bnr-onetearevop .tear-cause span.may-txt {
        font-family: "StaffWide-Bold";
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #c2ff0a;
        padding-left: 25px;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

.banner .banner-content .bnr-onetearevop span.scartch-head {
    padding-top: 0px;
    text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    font-family: "StaffWide-Bold";
    font-size: 96px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    color: #fff;
}

.banner .banner-content .bnr-onetearevop span.grty-eye {
    display: block;
    padding-top: 14px;
    text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    font-family: "StaffWide-Bold";
    font-size: 66px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    color: #fff;
}

@media (min-width: 992px) {
    .imac-safari .banner .banner-content .bnr-onetearevop .cllrg-eight {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 55%;
    }
}

.home-first-section .inside-content {
    text-align: center;
}

    .home-first-section .inside-content .frstcont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .home-first-section .inside-content .frstcont p.grn-txt {
            font-size: 32px;
            font-weight: 900;
            background-color: #c2ff0a;
            color: #011627;
            max-width: 601px;
            padding: 10px 14px;
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            margin-bottom: 30px;
            font-family: "StaffWideTest";
        }

        .home-first-section .inside-content .frstcont p.may-txt {
            font-family: StaffWideTest;
            font-size: 40px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #c2ff0a;
            padding-left: 25px;
        }

    .home-first-section .inside-content a {
        text-align: center;
    }

        .home-first-section .inside-content a.learn-more {
            font-family: "StaffWide-Bold";
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.27;
            letter-spacing: normal;
            color: #011627;
            background-color: #00ffff;
            padding: 8px 24px;
            text-decoration: none;
            border-radius: 50px;
            position: relative;
            margin-top: 17px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .home-first-section .inside-content a.learn-more .fas {
                background: #fff;
                border-radius: 50%;
                font-size: 25px;
                margin-left: 8px;
            }

    .home-first-section .inside-content h2 {
        text-align: center;
    }

        .home-first-section .inside-content h2.losing-head {
            padding-top: 0px;
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            font-family: StaffWideTest;
            font-size: 80px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 79px;
            letter-spacing: 3px;
            color: #fff;
            margin-bottom: 50px;
        }

            .home-first-section .inside-content h2.losing-head span {
                white-space: nowrap;
                font-family: StaffWideTest;
                font-size: 80px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.99;
                color: #fff;
                text-align: center;
            }

    .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme {
        text-align: left;
        padding-top: 0px;
        text-shadow: -2px 3px 8px rgba(0, 0, 0, 0.2), -2px 3px 8px rgba(0, 0, 0, 0.5);
        font-family: "Staffwide-bold";
        font-size: 32px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 66px;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 50px;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.hmeabt {
            font-size: 32px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 47px;
            letter-spacing: 1px;
            font-family: "Staffwide-bold";
            text-shadow: -2px 3px 8px rgba(0, 0, 0, 0.2), -2px 3px 8px rgba(0, 0, 0, 0.5);
        }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.new-grn-txt {
            display: block;
            text-shadow: none;
            margin: 0px 0;
            background-color: #c2ff0a;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 24px;
            color: #011627;
            line-height: normal;
            font-family: staffwide-black;
            padding: 12px 18px;
            -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
            margin-bottom: 11px;
            letter-spacing: 1px;
        }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.evopr-hding-hmw {
            text-shadow: none;
            margin: 0px 0;
            background-color: black;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 48px;
            color: #c2ff0a;
            font-family: staffwide-black;
            padding: 13px 20px 7px 20px;
            -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
            margin-bottom: 15px;
        }

    .home-first-section .inside-content .overl-htwo-nw a.learn-more {
        font-family: "Staffwide-bold";
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #011627;
        background-color: #00ffff;
        padding: 8px 24px;
        text-decoration: none;
        border-radius: 50px;
        position: relative;
        margin-top: 17px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 296px;
        -webkit-box-align: self-end;
        -ms-flex-align: self-end;
        align-items: self-end;
    }

.home-first-section .quizmod {
    position: relative;
    display: inline-block;
    margin-top: 19%;
    margin-left: 2%;
}

    .home-first-section .quizmod img.outer-image {
        -webkit-animation: rotation 18s infinite linear;
        animation: rotation 18s infinite linear;
        width: 150px;
        height: auto;
    }

    .home-first-section .quizmod img.inner-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 110px;
        height: auto;
    }

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.imac-safari .home-first-section .inside-content .overl-htwo-nw a.learn-more {
    max-width: 318px;
    line-height: 1.14;
}

@supports (-webkit-touch-callout: none) {
    .home-first-section .inside-content .overl-htwo-nw a.learn-more {
        max-width: 318px;
        line-height: 22.86px;
        line-height: 23px;
    }
}
/*Second-content*/
.home-second-section {
    background: url(/siteassets/img/img-1440x801-thirdcontent-eye.webp) no-repeat;
    background-size: cover;
    height: 1071px;
    background-position: center;
}

    .home-second-section .inside-content {
        padding: 300px 0 0 0;
        text-align: center;
    }

        .home-second-section .inside-content .secondcont p.grn-txt {
            font-size: 32px;
            font-weight: 900;
            background-color: #c2ff0a;
            color: #011627;
            max-width: 350px;
            padding: 8px 0;
            -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
            margin-bottom: 30px;
            font-family: "StaffWideTest";
        }

        .home-second-section .inside-content a {
            text-align: center;
        }

            .home-second-section .inside-content a.learn-more {
                font-family: "StaffWide-Bold";
                font-size: 18px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.27;
                letter-spacing: normal;
                color: #011627;
                background-color: #00ffff;
                padding: 8px 24px;
                text-decoration: none;
                border-radius: 50px;
                position: relative;
                margin-top: 17px;
                margin-left: auto;
                margin-right: auto;
                max-width: 406px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .home-second-section .inside-content a.learn-more img {
                    margin: 0px 0 0px 8px;
                    padding-bottom: 2px;
                }

                .home-second-section .inside-content a.learn-more span {
                    font-size: inherit;
                    font-family: inherit;
                }

        .home-second-section .inside-content h2 {
            text-align: center;
        }

            .home-second-section .inside-content h2.losing-head {
                padding-top: 0px;
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
                font-family: StaffWide-Black;
                font-size: 66px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 3px;
                color: #fff;
                margin-bottom: 50px;
            }

                .home-second-section .inside-content h2.losing-head span {
                    font-family: staffwide-bold;
                    font-size: inherit;
                    font-weight: 700;
                }

                    .home-second-section .inside-content h2.losing-head span.grn-txtinspn {
                        display: block;
                        font-size: 24px;
                        font-weight: 900;
                        background-color: #c2ff0a;
                        color: #011627;
                        max-width: 290px;
                        padding: 12px 18px;
                        -webkit-transform: rotate(-3deg);
                        transform: rotate(-3deg);
                        margin-bottom: 20px;
                        font-family: "StaffWide-Black";
                        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0);
                        letter-spacing: 0px;
                    }

.test-test {
    position: relative;
    overflow: hidden;
}

.test1 {
    position: absolute;
    width: 100%;
    top: 0px;
    background: inherit;
}

.test2 {
    position: relative;
    width: 100%;
    background: inherit;
    height: auto;
}

    .test2 .inside-content.form-ctnt-algn {
        text-align: unset;
    }

.home-second-section-mob {
    position: relative;
    width: 100%;
    background: inherit;
    height: auto;
}

.zoom-img, .zoom-img-mob {
    width: 100%;
}

.hero__inner, .zoom-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .banner .banner-content .tear-cause {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .banner .banner-content .tear-cause p.may-txt {
            padding-left: 20px;
            font-size: 37px;
        }

        .banner .banner-content .tear-cause p.grn-txt {
            font-size: 30px;
        }

    .banner .banner-content h2.scartch-head {
        font-size: 90px;
    }

    .banner .banner-content h3 {
        font-size: 58px;
    }

    .banner .banner-content .bnr-onetearevop .tear-cause {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .banner .banner-content .bnr-onetearevop .tear-cause span.grn-txt {
            font-size: 24px;
        }

        .banner .banner-content .bnr-onetearevop .tear-cause span.may-txt {
            padding-left: 20px;
        }

    .home-first-section .inside-content .frstcont p.grn-txt {
        font-size: 30px;
    }

    .home-first-section .inside-content .frstcont p.may-txt {
        font-size: 37px;
    }

    .home-first-section .inside-content h2.losing-head {
        font-size: 58px;
        line-height: normal;
    }

        .home-first-section .inside-content h2.losing-head span {
            font-size: 58px;
            line-height: normal;
        }

    .home-second-section .inside-content h2.losing-head {
        font-size: 58px;
        line-height: normal;
    }

    .home-second-section .inside-content .secondcont p.grn-txt {
        font-size: 30px;
    }
}

#banner-bg-home {
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner .banner-content .bnr-onetearevop .cllrg-eight {
        width: 74.09%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner .banner-content .bnr-onetearevop .cllrg-eight {
        width: 62.39%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        overflow: hidden;
    }

        .banner div#background-mobile-vid {
            width: 114%;
            margin-left: -28px;
        }
}

@media screen and (max-width: 991px) {
    .banner {
        padding-top: 0px;
    }

        .banner .background-mob {
            width: 100%;
            padding-top: 0px;
            position: sticky;
            top: 0;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
            height: calc(100% - 45px);
            background: radial-gradient(circle at 50% 77%, #3bc3d1, #1e316e 83%);
        }

            .banner .background-mob img {
                width: 100%;
                max-width: 100%;
                margin-bottom: 0;
                position: relative;
                bottom: 0px;
            }

        .banner .banner-content {
            padding: 120px 0 0 0;
            position: absolute;
        }

            .banner .banner-content .tear-cause {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 10px;
            }

                .banner .banner-content .tear-cause p.grn-txt {
                    -webkit-transform: rotate(-2deg);
                    transform: rotate(-2deg);
                    font-family: "StaffWide-Bold";
                    font-size: 20px;
                    font-weight: 900;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: 1px;
                    color: #011627;
                    text-align: left;
                    max-width: 211px;
                    margin-bottom: 13px;
                    margin-top: 0;
                    padding: 10px 8px 8px 8px;
                }

                .banner .banner-content .tear-cause p.may-txt {
                    font-size: 25px;
                    font-weight: bold;
                    text-align: left;
                    padding-left: 0px;
                }

            .banner .banner-content a.learn-more {
                font-family: "StaffWide-Bold";
                font-size: 16px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.75;
                padding: 10px 24px;
                float: right;
            }

            .banner .banner-content h2.scartch-head {
                font-size: 46px;
                letter-spacing: 2.09px;
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            }

            .banner .banner-content h3 {
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
                font-family: "StaffWide-Black";
                font-size: 32px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 1.07px;
                color: #fff;
                padding-top: 5px;
            }

            .banner .banner-content .bnr-onetearevop .tear-cause {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 10px;
            }

                .banner .banner-content .bnr-onetearevop .tear-cause span.grn-txt {
                    -webkit-transform: rotate(-2deg);
                    transform: rotate(-2deg);
                    font-family: "StaffWide-Bold";
                    font-size: 20px;
                    font-weight: 900;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: 1px;
                    color: #011627;
                    text-align: left;
                    max-width: 295px;
                    margin-bottom: 13px;
                    margin-top: 0;
                    padding: 10px;
                }

                .banner .banner-content .bnr-onetearevop .tear-cause span.may-txt {
                    font-size: 25px;
                    font-weight: bold;
                    text-align: left;
                    padding-left: 0px;
                }

            .banner .banner-content .bnr-onetearevop span.cllrg-eight {
                text-align: left;
                padding: 0 10px;
            }

            .banner .banner-content .bnr-onetearevop span.scartch-head {
                font-size: 46px;
                letter-spacing: 2.09px;
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            }

            .banner .banner-content .bnr-onetearevop span.grty-eye {
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
                font-family: "StaffWide-Black";
                font-size: 28px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 1.07px;
                color: #fff;
                padding-top: 3px;
            }

    .banner-hide {
        visibility: hidden;
    }

    .home-first-section .quizmod {
        display: none;
    }

    .home-first-section .inside-content .frstcont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

        .home-first-section .inside-content .frstcont p.grn-txt {
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            font-family: StaffWideTest;
            font-size: 20px;
            font-weight: 900;
        }

        .home-first-section .inside-content .frstcont p.may-txt {
            font-family: StaffWideTest;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
        }

    .home-first-section .inside-content a.learn-more {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 24px;
    }

    .home-first-section .inside-content h2.losing-head {
        font-size: 25px;
        font-weight: 900;
        line-height: 31px;
    }

        .home-first-section .inside-content h2.losing-head span {
            font-size: 25px;
            font-weight: 900;
        }

    .home-first-section .inside-content .overl-htwo-nw {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme {
            font-size: 28px;
            line-height: 38px;
            text-align: center;
        }

            .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.hmeabt {
                font-size: 28px;
            }

            .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.new-grn-txt {
                padding: 14px 10px 12px 10px;
            }

        .home-first-section .inside-content .overl-htwo-nw a.learn-more {
            line-height: 28px;
            height: 48px;
            max-width: 277px;
            font-size: 16px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .test-test {
        overflow: inherit;
        overflow-x: hidden;
    }

    .home-second-section .inside-content {
        padding: 400px 0 0 0;
        text-align: center;
    }

        .home-second-section .inside-content .secondcont p.grn-txt {
            font-size: 20px;
            font-weight: 900;
            max-width: 216px;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .home-second-section .inside-content a {
            text-align: center;
        }

            .home-second-section .inside-content a.learn-more {
                font-size: 18px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 20px;
                padding: 10px 24px;
            }

        .home-second-section .inside-content h2 {
            text-align: center;
        }

            .home-second-section .inside-content h2.losing-head {
                font-size: 46px;
                font-weight: 900;
                letter-spacing: 0px;
                line-height: normal;
                margin-bottom: 30px;
            }

                .home-second-section .inside-content h2.losing-head span {
                    font-size: inherit;
                    font-weight: 700;
                }

                    .home-second-section .inside-content h2.losing-head span.grn-txtinspn {
                        font-size: 20px;
                        font-weight: 900;
                        max-width: 227px;
                        margin: 0 auto;
                        margin-bottom: 30px;
                        padding: 10px 7px 7px 9px;
                    }

    .home-second-section-mob {
        height: 1000px;
    }

        .home-second-section-mob .inside-content {
            padding: 50px 0 0 0;
            text-align: center;
        }

    .mob-quiz-link {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 9999999;
        width: 100%;
        -webkit-box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.17);
    }
}

@media screen and (max-width: 767px) {
    .banner .background-mob img {
        margin-top: 0;
    }

    .home-first-section .inside-content .frstcont p.grn-txt {
        padding: 10px 2px;
    }

    .home-first-section .inside-content .overl-htwo-nw {
        width: 100%;
        margin: 0 auto;
    }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.evopr-hding-hmw {
            margin-top: 10px;
            font-size: 32px;
        }

    .home-second-section .inside-content a.learn-more {
        width: 260px;
        margin: 0 auto;
        display: block;
        padding: 9px 36px 9px 22px;
        text-align: left;
        padding: 10px 24px;
    }

        .home-second-section .inside-content a.learn-more span {
            font-size: inherit;
            font-family: inherit;
            display: block;
        }

        .home-second-section .inside-content a.learn-more img {
            position: relative;
            float: right;
            top: -42px;
            right: -23px;
            padding: 8px 8px 8px 8px;
        }
}

@media screen and (max-width: 373px) {
    .banner .banner-content h3 {
        font-size: 30px;
    }

    .home-first-section .inside-content .overl-htwo-nw {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .banner .banner-content h2.scartch-head {
        font-size: 45px;
    }

    .banner .banner-content h3 {
        font-size: 30px;
    }

    .home-second-section .inside-content a.learn-more {
        font-size: 15px;
        padding: 10px 29px;
    }

        .home-second-section .inside-content a.learn-more img {
            right: -8px;
        }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 991px) and (orientation: portrait) {
        .banner .banner-content .bnr-onetearevop .tear-cause span.grn-txt {
            max-width: 310px;
        }

        .home-second-section .inside-content a.learn-more {
            width: 275px;
        }

            .home-second-section .inside-content a.learn-more img {
                top: -39px;
            }

        .home-first-section .inside-content .overl-htwo-nw a.learn-more {
            max-width: 296px;
        }

        .home-first-section .inside-content .overl-htwo-nw h2.losing-head.new-cnt-hme span.evopr-hding-hmw {
            padding: 10px 20px 10px 20px;
        }
    }
}

.background-dsktp, .background-mob {
    background: rgb(60, 148, 181);
    background: radial-gradient(circle, rgb(60, 148, 181) 0%, rgb(14, 25, 56) 100%);
}

.zoom {
    overflow: hidden;
    background-size: 100% 100%;
    background-position: top center;
}

.zoom-larg-desk {
    display: block;
}

.zoom-smal-desk {
    display: none;
}

.zoom-ipad-port {
    display: none;
}

.zoom-mobile {
    display: none;
}

.zoom-ipad-land {
    display: none;
}

@media only screen and (max-width: 600px) {
    .zoom-larg-desk {
        display: none;
    }

    .zoom-smal-desk {
        display: none;
    }

    .zoom-ipad-port {
        display: none;
    }

    .zoom-mobile {
        display: block;
    }

    .zoom-ipad-land {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
    .zoom-larg-desk {
        display: none;
    }

    .zoom-smal-desk {
        display: none;
    }

    .zoom-ipad-port {
        display: block;
    }

    .zoom-ipad-land {
        display: none;
    }

    .zoom-mobile {
        display: none;
    }

    .home-second-section .inside-content {
        padding-bottom: 420px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 991px) {
    .zoom-larg-desk {
        display: none;
    }

    .zoom-smal-desk {
        display: none;
    }

    .zoom-ipad-land {
        display: block;
    }

    .zoom-ipad-port {
        display: none;
    }

    .zoom-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .zoom-larg-desk {
        display: none;
    }

    .zoom-smal-desk {
        display: block;
    }

    .zoom-ipad-land {
        display: none;
    }

    .zoom-ipad-port {
        display: none;
    }

    .zoom-mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .jarallax.home-first-section {
        min-height: 100vh;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .jarallax.home-first-section {
        min-height: 100vh;
    }
}

.form {
    padding-top: 65px;
}

    .form .Form__Status {
        display: none;
    }

    .form .EPiServerForms .Form__Element .Form__Element__ValidationError {
        color: #ff0000;
        font-size: 16px;
        font-weight: 600;
    }

    .form .Form__Success__Message {
        background-color: transparent !important;
        padding: 1rem 0;
    }

    .form .require-fld {
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #fff;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

        .form .require-fld:before {
            content: "*";
            color: #ff0000;
        }

    .form .txtLenth {
        max-width: 256px;
    }

    .form .emailLenth {
        max-width: 558px;
    }

    .form .signup h2 {
        text-align: center;
        margin: 25px 0;
        font-family: staffwide-black;
        font-size: 66px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.75;
        letter-spacing: 3px;
        color: #c2ff0a;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .form .signup h3 {
        font-size: 24px;
        padding: 0 1.4rem 16px;
        line-height: 32px;
        font-family: "StaffWide-Bold";
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .form .Thankyou-container {
        margin: 215px 0;
    }

        .form .Thankyou-container h2 {
            font-family: "StaffWide-black";
            font-size: 60px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.95;
            letter-spacing: 3px;
            text-align: center;
            color: #c2ff0a;
            padding-left: 10px;
            padding-right: 10px;
        }

        .form .Thankyou-container p {
            font-family: "StaffWide-bold";
            font-size: 36px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            padding-top: 30px;
        }

    .form label {
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        display: block;
        margin-bottom: 8px;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

        .form label.email-txt {
            font-size: 18px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #fff;
        }

        .form label:after {
            content: "*" !important;
            color: #ff0000;
        }

    .form input {
        width: 100%;
        padding: 17px 15px;
        margin-bottom: 12px;
        border-radius: 8px;
        border: 0;
        color: #2F2F2F;
    }

    .form .prc-ply {
        margin: 0 auto;
    }

    .form .req-field {
        margin: 0 auto;
    }

    .form .privacy-policy p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #fff;
        padding: 0 38px 0 5px;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .form .privacy-policy a {
        font-size: 16px;
        position: relative;
        padding: 0;
        text-decoration: underline;
        color: #fff;
    }

        .form .privacy-policy a:hover {
            color: #00ffff;
        }

    .form .error-message {
        margin-top: 26px;
    }

    .form .submit-btn {
        text-align: center;
    }

        .form .submit-btn .btn-sign {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.27;
            color: #011627;
            background-color: #00ffff;
            border-radius: 50px;
            padding: 8px 24px;
            font-family: "StaffWide-Bold";
            border-color: transparent;
        }

            .form .submit-btn .btn-sign:hover {
                background-color: #c2ff0a;
            }

    .form .Form__Element.FormTextbox.ValidationFail input {
        border-color: #df2002;
        outline: 2px solid #df2002;
        border-radius: 8px;
    }

        .form .Form__Element.FormTextbox.ValidationFail input:focus {
            border-color: #df2002;
            outline: 2px solid #df2002;
            border-radius: 8px;
        }

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .form .signup h2 {
        font-size: 60px;
        line-height: normal;
    }
}

@media screen and (max-width: 992px) {
    .form .Thankyou-container h2 {
        font-size: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form .Thankyou-container p {
        font-size: 24px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    .form .Thankyou-container {
        margin: 115px 0 215px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .form .signup h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .form .signup h3 {
        font-size: 24px;
        padding-bottom: 0px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .form {
        margin-bottom: 0px;
    }

        .form .EPiServerForms .Form__Element .Form__Element__ValidationError {
            color: #ff0000;
            font-size: 18px;
            font-weight: 600;
        }

        .form .container {
            padding: 0 0px;
        }

        .form .txtLenth {
            max-width: 100%;
        }

        .form .signup h2 {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .form .signup h3 {
            font-size: 24px;
            padding-bottom: 0px;
            line-height: 30px;
        }

        .form #signup > .col-lg-9 {
            padding: 0;
        }

        .form label {
            font-size: 20px;
            line-height: normal;
        }

        .form .privacy-policy p {
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            padding: 0;
        }

        .form .Thankyou-container h2 {
            font-size: 32px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
        }

        .form .Thankyou-container p {
            font-size: 24px;
            font-weight: bold;
        }
}
/*Quiz result form starts*/
.quiz-emailsec {
    background: none;
    background-size: unset;
    background-position: unset;
    display: none;
}

    .quiz-emailsec .form {
        padding-top: 0;
        padding: 0;
    }

        .quiz-emailsec .form section.Form__Element {
            margin-bottom: 0;
        }

        .quiz-emailsec .form .FormParagraphText {
            display: none;
        }

        .quiz-emailsec .form .email-submit .btn-sign {
            font-size: 22px;
            line-height: 28px;
            font-family: "staffwide-bold";
            border-radius: 8px;
            margin-top: 22px;
            width: 188px;
            height: 60px;
        }

        .quiz-emailsec .form .email-inputbox {
            text-align: left;
        }

        .quiz-emailsec .form .Form__Status {
            display: block;
        }

        .quiz-emailsec .form .emailLenth {
            max-width: unset;
            border-color: transparent !important;
            outline: 2px solid transparent !important;
        }

        .quiz-emailsec .form .EPiServerForms .Form__Element .Form__Element__ValidationError {
            color: white;
            font-style: italic;
        }

        .quiz-emailsec .form p.check-email {
            font-family: Staff-Bold;
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 30px;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            padding: 70px 0;
        }

    .quiz-emailsec .disclaimer {
        color: white;
        line-height: 20px;
    }

@media screen and (max-width: 991px) {
    .quiz-emailsec {
        padding: 0;
    }

        .quiz-emailsec .form p.check-email {
            margin-bottom: -79px;
            padding: 60px;
        }

        .quiz-emailsec .form .EPiServerForms .Form__Element {
            margin: 0 0 0 0;
        }

        .quiz-emailsec .form .email-inputbox {
            margin-bottom: 14px;
            padding: 0;
        }

        .quiz-emailsec .form .FormParagraphText {
            padding: 0;
            display: block;
        }

        .quiz-emailsec .disclaimer {
            margin-bottom: 30px;
        }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .quiz-emailsec {
        padding: 82px 0 0 0;
    }
}
/*Quiz result form ends*/
.banner-why-dry-eye {
    background-image: -webkit-gradient(linear, left top, right top, from(#1e316e), to(#22649B));
    background-image: linear-gradient(to right, #1e316e, #22649B);
    position: relative;
    width: 100%;
    height: 492px;
    overflow: hidden;
}

    .banner-why-dry-eye .mob-container {
        position: relative;
        z-index: 2;
    }

    .banner-why-dry-eye .click-for-sound-btn {
        display: none !important;
    }

    .banner-why-dry-eye .w-bottom-bar-lower {
        display: none !important;
    }

    .banner-why-dry-eye .why-video {
        width: 1920px;
        height: 492px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .banner-why-dry-eye .container {
        position: relative;
    }

    .banner-why-dry-eye .banner-bg {
        width: 100%;
        position: absolute;
    }

        .banner-why-dry-eye .banner-bg .tear-heading {
            padding-top: 180px;
            font-size: 60px;
            line-height: 76px;
            font-family: staffwide-black;
            text-align: left;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            width: 900px;
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
        }

            .banner-why-dry-eye .banner-bg .tear-heading .what-heading {
                display: block;
                text-shadow: none;
                margin: 0px 0;
                background-color: #c2ff0a;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                font-size: 24px;
                color: #011627;
                line-height: normal;
                font-family: staffwide-black;
                padding: 12px 20px 10px 20px;
                -webkit-transform: rotate(-2.5deg);
                transform: rotate(-2.5deg);
                margin-bottom: 16px;
                letter-spacing: 1px;
            }

    .banner-why-dry-eye .scroll-menu-container {
        margin: 0 auto;
        margin-top: 81px;
        white-space: nowrap;
        position: sticky;
        top: 0;
        width: 620px;
    }

        .banner-why-dry-eye .scroll-menu-container .scroll-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 40px;
            background-color: rgba(255, 255, 255, 0.9);
            border: 2px solid white;
        }

            .banner-why-dry-eye .scroll-menu-container .scroll-menu a {
                color: #011627;
                text-align: center;
                border-radius: 40px;
                padding: 13px 34px;
                text-decoration: none;
                font-size: 16px;
                font-family: Staff-Bold;
                letter-spacing: 0.5px;
                font-weight: 700;
                text-transform: uppercase;
                text-underline-offset: 7px;
            }

                .banner-why-dry-eye .scroll-menu-container .scroll-menu a.active {
                    background-color: #00FFFF;
                    text-decoration: underline;
                }

                .banner-why-dry-eye .scroll-menu-container .scroll-menu a:hover {
                    text-decoration: underline;
                }

        .banner-why-dry-eye .scroll-menu-container.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 2;
            background: #D2D5E2;
            margin-top: 121px;
        }

            .banner-why-dry-eye .scroll-menu-container.sticky .scroll-menu {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: unset;
            }

            .banner-why-dry-eye .scroll-menu-container.sticky ul {
                border-radius: 0;
                background-color: unset;
            }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "staff-regular", sans-serif;
}

.dryeye-causes {
    padding-top: 70px;
    padding-bottom: 64px;
    position: relative;
}

    .dryeye-causes .de-cause-woman-rub-eye {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .dryeye-causes .de-cause-woman-rub-eye .woman-rubb-eye {
            max-width: 49%;
            height: auto;
        }

        .dryeye-causes .de-cause-woman-rub-eye .women-rubb-eye-2 {
            display: none;
        }

    .dryeye-causes h2 {
        text-align: center;
        color: #011627;
        font-size: 30px;
        font-weight: bold;
        line-height: 48px;
        margin-bottom: 0px;
        font-family: "staffwide-bold";
    }

        .dryeye-causes h2 span {
            display: block;
            text-align: center;
            color: #006e90;
            font-size: 48px;
            font-weight: bolder;
            line-height: 48px;
            font-family: "staffwide-black";
        }

        .dryeye-causes h2 .question-mark-spn {
            display: inline;
        }

    .dryeye-causes .tears {
        margin-top: 20px;
    }

        .dryeye-causes .tears .icon-tear {
            margin-left: 28px;
        }

    .dryeye-causes .tear-vaper,
    .dryeye-causes .tears {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .dryeye-causes .tear-vaper .str-leadcause,
        .dryeye-causes .tears .str-leadcause {
            margin-top: 50px;
            margin-right: 20px;
            font-size: 22px;
            line-height: 30px;
            color: #011627;
            font-family: "staff-bold";
            font-weight: bold;
            margin-bottom: 16px;
            text-align: left;
        }

        .dryeye-causes .tear-vaper .str-aqueous,
        .dryeye-causes .tears .str-aqueous {
            margin-bottom: 16px;
            margin-right: 64px;
            margin-top: 18px;
            font-size: 22px;
            line-height: 30px;
            color: #011627;
            font-family: "staff-bold";
            font-weight: bold;
            text-align: left;
        }

        .dryeye-causes .tear-vaper p,
        .dryeye-causes .tears p {
            color: #011627;
            font-size: 18px;
            line-height: 30px;
            font-family: "staff-regular";
        }

        .dryeye-causes .tear-vaper .eno-tear,
        .dryeye-causes .tears .eno-tear {
            margin-right: 48px;
        }

        .dryeye-causes .tear-vaper .eyesymp,
        .dryeye-causes .tears .eyesymp {
            margin-bottom: 16px;
            margin-right: 48px;
        }

        .dryeye-causes .tear-vaper .evapo,
        .dryeye-causes .tears .evapo {
            margin-right: 48px;
        }

    .dryeye-causes .dryeye-prob p {
        font-size: 22px;
        line-height: 30px;
        color: #011627;
        font-weight: bold;
        max-width: 600px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: "staffwide-bold";
    }

    .dryeye-causes .dryeye-prob .quiz-btn {
        background-color: #00ffff;
        border-radius: 32px;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        color: #011627;
        padding: 8px 24px;
        font-family: "staffwide-bold";
        text-decoration: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .dryeye-causes .dryeye-prob .quiz-btn img {
            margin-left: 8px;
            padding-bottom: 2px;
        }

.dryeye-symp {
    background: radial-gradient(circle at 20% 132%, rgb(48, 150, 160), #1e316e 58%);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 70px;
}

    .dryeye-symp .tired span {
        margin-right: 70px;
    }

    .dryeye-symp h3 {
        font-size: 40px;
        font-weight: bold;
        color: #c2ff0a;
        margin-bottom: 0px;
        line-height: 48px;
        font-family: "staffwide-bold";
    }

    .dryeye-symp h2 {
        margin-bottom: 22px;
        color: #fff;
        font-size: 48px;
        text-align: center;
        font-weight: bolder;
        line-height: 60px;
        font-family: "staffwide-black";
    }

        .dryeye-symp h2 span.hthree-evop-dryeye {
            display: block;
            font-size: 30px;
            font-weight: bold;
            color: #c2ff0a;
            margin-bottom: 0px;
            line-height: 48px;
            font-family: "staffwide-bold";
        }

    .dryeye-symp .de-eye-feel {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

        .dryeye-symp .de-eye-feel strong {
            font-family: "staff-bold";
        }

        .dryeye-symp .de-eye-feel.strng-de-eye {
            margin-top: 24px;
        }

    .dryeye-symp .icon-list.desktop {
        margin-left: 9.3%;
    }

        .dryeye-symp .icon-list.desktop .il-1 {
            margin-bottom: 25px;
        }

    .dryeye-symp .icon-list .pb-5 {
        padding-bottom: 0 !important;
    }

    .dryeye-symp .icon-list span {
        font-family: "staffwide-bold";
    }

    .dryeye-symp .icon-list .il-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .dryeye-symp .icon-list .il-1 img {
            min-width: 100px;
        }

    .dryeye-symp .icon-list .overtime img {
        max-width: 100px;
    }

    .dryeye-symp .icon-list .overtime span {
        margin-right: 52px;
    }

    .dryeye-symp .icon-list .light-sens p {
        text-align: left;
        font-family: "staffwide-bold";
    }

    .dryeye-symp .icon-list .light-sens span {
        padding-left: 0px;
    }

    .dryeye-symp .icon-list span,
    .dryeye-symp .icon-list p {
        padding-left: 15px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 24px;
    }

    .dryeye-symp .icon-list .new-symp {
        font-size: 18px;
        font-family: "staff-bold";
        margin-bottom: 4px;
        margin-right: 9.3%;
    }

.impact-of-dryeye {
    background: #fbfbfb;
    padding-top: 80px;
    padding-bottom: 70px;
}

    .impact-of-dryeye h2 {
        text-align: center;
        color: #006e90;
        font-size: 48px;
        line-height: 48px;
        font-weight: bolder;
        font-family: "staffwide-black";
    }

        .impact-of-dryeye h2 span.impact {
            display: block;
            text-align: center;
            font-size: 30px;
            color: #011627;
            font-weight: bold;
            line-height: 48px;
            margin-bottom: 0px;
            font-family: "staffwide-bold";
        }

    .impact-of-dryeye .evoparative-dryeye {
        margin: 0 108px 36px 108px;
    }

    .impact-of-dryeye .million-American {
        margin: 0 105px;
        margin-bottom: 45px;
    }

    .impact-of-dryeye p {
        font-size: 18px;
        color: #011627;
        line-height: 30px;
    }

    .impact-of-dryeye .dry-eye-problem {
        padding-top: 56px;
        padding-bottom: 48px;
        position: relative;
        border-radius: 20px;
        -webkit-box-shadow: 0 1px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 25px 0px rgba(0, 0, 0, 0.2);
    }

        .impact-of-dryeye .dry-eye-problem img {
            padding-top: 35px;
        }

        .impact-of-dryeye .dry-eye-problem p {
            font-size: 20px;
            color: #000;
            font-weight: bold;
            padding-top: 20px;
            color: #303234;
            font-family: "staffwide-bold";
            padding: 16px 24px;
        }

    .impact-of-dryeye .people-de-title-11 {
        position: absolute;
        top: -28px;
        margin: 0 auto;
        width: 100%;
        padding: 0 8px 0 8px;
    }

    .impact-of-dryeye .people-de-title {
        color: #011627;
        max-width: 780px;
        background: #c2ff0a;
        border-radius: 50px;
        font-size: 24px;
        padding: 19px 0;
        font-weight: bold;
        font-family: "staffwide-bold";
    }

    .impact-of-dryeye h3.people-de-title {
        color: #011627;
        max-width: 780px;
        background: #c2ff0a;
        border-radius: 50px;
        font-size: 24px;
        padding: 19px 0;
        font-weight: bold;
        font-family: "staffwide-bold";
        line-height: unset;
    }

    .impact-of-dryeye .de-impact p {
        text-align: center;
        margin: 45px 48px 0 48px;
        font-size: 22px;
        line-height: 30px;
        color: #011627;
        font-weight: bold;
        font-family: "staff-bold";
    }

.treatment-dryeye {
    background: radial-gradient(circle at 26% 74%, #3bc3d1, #1e316e 49%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

    .treatment-dryeye .bg-treat-male-desktop {
        position: absolute;
        -webkit-transform: translate(-43%, 0%);
        transform: translate(-43%, 0%);
        width: 1214px;
        top: 0px;
    }

    .treatment-dryeye h2 {
        margin-bottom: 20px;
        padding-left: 0;
        color: #fff;
        font-size: 48px;
        line-height: 60px;
        font-weight: bolder;
        font-family: "staffwide-black";
    }

        .treatment-dryeye h2 span {
            color: #c2ff0a;
            display: block;
            font-size: 30px;
            line-height: 48px;
            font-weight: bold;
            margin-bottom: 0px;
            font-family: "staffwide-bold";
        }

    .treatment-dryeye p {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }

    .treatment-dryeye .bg-treat-male-desktop {
        position: absolute;
        max-height: 100%;
        -webkit-transform: translate(-43%, 0%);
        transform: translate(-43%, 0%);
        top: 0px;
    }

    .treatment-dryeye .bg-treat-male-mobile {
        display: none;
    }

    .treatment-dryeye .treatment-de .not-all-ed {
        margin-right: 44px;
        margin-bottom: 16px;
    }

.external-popup {
    text-align: center;
}

    .external-popup .modal-dialog {
        max-width: 644px;
    }

    .external-popup .modal-content {
        min-width: 644px;
        border-radius: 8px;
    }

        .external-popup .modal-content h2 {
            margin-bottom: 16px;
            margin-top: 26px;
            font-size: 22px;
            font-family: "staffwide-bold";
            line-height: 30px;
            color: #006e90;
        }

        .external-popup .modal-content p {
            padding: 0 2rem;
            font-size: 18px;
            line-height: 30px;
            color: #011627;
        }

        .external-popup .modal-content .buttons {
            margin-bottom: 26px;
            margin-top: 27px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .external-popup .modal-content .buttons .gradient-border {
                background: -webkit-gradient(linear, right bottom, left top, color-stop(120%, #2a6ea1), to(#213880));
                background: linear-gradient(to top left, #2a6ea1 120%, #213880);
                border-radius: 35px;
                border: 2px solid rgba(0, 0, 0, 0);
            }

                .external-popup .modal-content .buttons .gradient-border a:hover {
                    background-color: #c2ff0a;
                }

            .external-popup .modal-content .buttons .normal-btn {
                background: #00ffff;
                border-radius: 35px;
                margin-left: 25px;
            }

            .external-popup .modal-content .buttons .cancel-btn {
                background: #fff;
                padding: 15px 56px 15px 47px;
            }

                .external-popup .modal-content .buttons .cancel-btn img {
                    padding-right: 15px;
                }

            .external-popup .modal-content .buttons .continue-btn {
                margin-top: 3px;
                padding: 15px 36px;
            }

                .external-popup .modal-content .buttons .continue-btn img {
                    padding-left: 15px;
                }

            .external-popup .modal-content .buttons .btn {
                border: 0;
                border-radius: 35px;
                font-size: 18px;
                color: #011627;
                font-family: "staffwide-bold";
                line-height: 28px;
                text-decoration: none;
                padding: 8px 24px;
            }

                .external-popup .modal-content .buttons .btn-check:focus + .btn,
                .external-popup .modal-content .buttons .btn:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

        .external-popup .modal-content .close-btn {
            position: absolute;
            right: -28px;
            top: -28px;
            cursor: pointer;
        }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .dryeye-causes .tear-vaper, .dryeye-causes .tears {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .treatment-dryeye {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .treatment-dryeye .bg-treat-male-desktop {
            position: absolute;
            -webkit-transform: translate(-51%, 0%);
            transform: translate(-51%, 0%);
            width: 1000px;
            top: 0px;
        }

    .impact-of-dryeye .million-American {
        margin: 0 35px;
        margin-bottom: 45px;
    }

    .impact-of-dryeye .evoparative-dryeye {
        margin: 0 50px 36px 50px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .dryeye-causes .woman-model {
        top: 440px;
    }

    .dryeye-symp h3 {
        font-size: 32px;
    }

    .dryeye-symp h2 {
        font-size: 48px;
        line-height: 48px;
    }

        .dryeye-symp h2 span.hthree-evop-dryeye {
            font-size: 30px;
        }

    .impact-of-dryeye h3 {
        font-size: 40px;
    }

    .impact-of-dryeye h2 {
        font-size: 48px;
    }

        .impact-of-dryeye h2 span.impact {
            font-size: 30px;
        }

    .treatment-dryeye {
        padding-top: 90px;
        padding-bottom: 90px;
    }

        .treatment-dryeye .bg-treat-male-desktop {
            position: absolute;
            -webkit-transform: translate(-52%, 0%);
            transform: translate(-52%, 0%);
            width: 994px;
            top: 0px;
        }

        .treatment-dryeye h3 {
            font-size: 40px;
        }

        .treatment-dryeye h2 {
            font-size: 48px;
            line-height: 48px;
        }

            .treatment-dryeye h2 span {
                font-size: 30px;
            }

    .dryeye-causes .tear-vaper, .dryeye-causes .tears {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .dryeye-causes .de-cause-woman-rub-eye .woman-rubb-eye {
        float: right;
        max-width: 100%;
        height: 572px;
    }
}

@media screen and (max-width: 991px) {
    .banner-why-dry-eye {
        pointer-events: auto;
        background: unset;
    }

        .banner-why-dry-eye .container {
            padding: 0;
            max-width: 100%;
        }

        .banner-why-dry-eye .mob-container {
            position: relative;
            z-index: 1;
            margin: auto;
            max-width: 540px;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
        }

        .banner-why-dry-eye .why-video-mob {
            position: absolute;
            width: 100%;
        }

        .banner-why-dry-eye .banner-bg {
            position: relative;
            background: unset;
            min-height: unset;
        }

            .banner-why-dry-eye .banner-bg .tear-heading {
                padding-top: 124px;
                font-size: 36px;
                line-height: 40px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
            }

                .banner-why-dry-eye .banner-bg .tear-heading .what-heading {
                    font-size: 20px;
                    margin-bottom: 12px;
                    padding: 12px 11px 10px 11px;
                }

        .banner-why-dry-eye .scroll-menu-container {
            top: 100%;
            width: 100%;
            position: sticky;
            overflow-x: auto;
            margin-top: unset;
            text-align: center;
        }

            .banner-why-dry-eye .scroll-menu-container .scroll-menu {
                border: 2px solid white;
                margin-bottom: 30px;
            }

            .banner-why-dry-eye .scroll-menu-container.sticky {
                margin-top: 98px;
            }

                .banner-why-dry-eye .scroll-menu-container.sticky .scroll-menu {
                    border: none;
                    margin-bottom: 0px;
                }

    .dryeye-causes {
        padding-top: 48px;
        padding-bottom: 0;
    }

        .dryeye-causes .de-cause-woman-rub-eye {
            margin-top: 30px;
            text-align: center;
            position: relative;
        }

            .dryeye-causes .de-cause-woman-rub-eye .woman-rubb-eye {
                max-width: 100%;
                display: none;
            }

            .dryeye-causes .de-cause-woman-rub-eye .women-rubb-eye-2 {
                display: block;
                width: 100%;
            }

        .dryeye-causes h3 {
            text-align: center;
            font-size: 24px;
            line-height: 29px;
        }

        .dryeye-causes h2 {
            font-size: 36px;
            line-height: 40px;
        }

            .dryeye-causes h2 span {
                font-size: 36px;
            }

        .dryeye-causes .tears {
            margin-top: 30px;
        }

            .dryeye-causes .tears .icon-tear {
                margin-left: auto;
            }

        .dryeye-causes .tear-vaper,
        .dryeye-causes .tears {
            display: block;
        }

            .dryeye-causes .tear-vaper .str-leadcause,
            .dryeye-causes .tears .str-leadcause {
                margin-top: auto;
            }

            .dryeye-causes .tear-vaper .str-aqueous,
            .dryeye-causes .tears .str-aqueous {
                margin-right: 1px;
            }

            .dryeye-causes .tear-vaper .eno-tear,
            .dryeye-causes .tears .eno-tear {
                margin-right: auto;
            }

            .dryeye-causes .tear-vaper .eyesymp,
            .dryeye-causes .tears .eyesymp {
                margin: 0 4px 16px 0px;
            }

            .dryeye-causes .tear-vaper .evapo,
            .dryeye-causes .tears .evapo {
                margin: 0 4px 0 0;
            }

        .dryeye-causes .q-btn p {
            font-size: 30px;
            font-weight: 600;
        }

        .dryeye-causes .dryeye-prob {
            width: 100%;
            display: -ms-grid;
            display: grid;
            justify-items: center;
            position: absolute;
            bottom: 60px;
            left: 0;
        }

            .dryeye-causes .dryeye-prob p {
                font-size: 24px;
                color: #fff;
                text-align: center;
                line-height: 28px;
                margin-left: 16px;
                margin-right: 16px;
                margin-bottom: 36px;
                text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
            }

            .dryeye-causes .dryeye-prob .quiz-btn {
                padding-top: 12px;
                padding-bottom: 12px;
            }

        .dryeye-causes .woman-model {
            background: none;
        }

        .dryeye-causes .de-cause-women-mobile {
            text-align: center;
            width: 100%;
        }

        .dryeye-causes .icon-tear, .dryeye-causes .icon-tearvaper {
            margin-top: 20px;
        }

    .dryeye-symp {
        background: #1e316e;
        padding-bottom: 45px;
        padding-top: 50px;
    }

        .dryeye-symp .tired span {
            margin-right: auto;
        }

        .dryeye-symp h3 {
            text-align: center;
            line-height: 29px;
            font-size: 24px;
        }

        .dryeye-symp h2 {
            text-align: center;
            font-size: 34px;
            line-height: 40px;
        }

            .dryeye-symp h2 span.hthree-evop-dryeye {
                text-align: center;
                line-height: 29px;
                font-size: 24px;
            }

        .dryeye-symp .de-eye-feel {
            margin: 0 7px 12px 7px;
        }

        .dryeye-symp .icon-list {
            margin-top: 16px;
        }

            .dryeye-symp .icon-list .pb-5 {
                padding-bottom: 3rem !important;
            }

            .dryeye-symp .icon-list .il-1 {
                display: block;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .dryeye-symp .icon-list span {
                display: block;
                padding-left: 0;
            }

            .dryeye-symp .icon-list .overtime span {
                margin-right: auto;
                padding: 0px 18px;
            }

            .dryeye-symp .icon-list .light-sens p {
                text-align: center;
                padding-left: 0;
            }

    .impact-of-dryeye {
        padding-top: 49px;
        padding-bottom: 40px;
    }

        .impact-of-dryeye h3 {
            font-size: 24px;
            line-height: 29px;
        }

        .impact-of-dryeye h2 {
            font-size: 36px;
            line-height: 40px;
        }

            .impact-of-dryeye h2 span.impact {
                font-size: 24px;
                line-height: 29px;
            }

        .impact-of-dryeye .evoparative-dryeye {
            margin-left: 0px;
            margin-right: 0px;
            text-align: left;
        }

        .impact-of-dryeye .million-American {
            margin: 30px 0px;
            text-align: left;
        }

        .impact-of-dryeye .people-de-title {
            font-size: 20px;
            line-height: 26px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .impact-of-dryeye h3.people-de-title {
            font-size: 20px;
            line-height: 26px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .impact-of-dryeye .de-impact p {
            margin: 38px 16px 0 16px;
        }

    .treatment-dryeye {
        background: #1e316e;
        padding: 58px 0 0 0;
        display: block;
    }

        .treatment-dryeye .row {
            padding-left: 0;
            padding-right: 0;
        }

        .treatment-dryeye h3 {
            text-align: center;
            font-size: 24px;
            line-height: 29px;
        }

        .treatment-dryeye h2 {
            text-align: center;
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 36px;
        }

            .treatment-dryeye h2 span {
                text-align: center;
                font-size: 24px;
                line-height: 29px;
            }

        .treatment-dryeye p {
            width: 100%;
        }

        .treatment-dryeye .bg-treat-male-desktop {
            display: none;
        }

        .treatment-dryeye .bg-treat-male-mobiles {
            text-align: center;
            width: 100%;
        }

        .treatment-dryeye .treatment-de .not-all-ed {
            margin-right: auto;
        }

    .external-popup .modal {
        padding: 0;
    }

    .external-popup .modal-content {
        min-width: 345px;
    }

        .external-popup .modal-content h2 {
            margin-top: 14px;
            margin-bottom: 25px;
        }

        .external-popup .modal-content .buttons {
            margin-bottom: 24px;
            margin-top: 24px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

            .external-popup .modal-content .buttons .cancel-btn {
                padding: 10px 24px 11px 23px;
            }

                .external-popup .modal-content .buttons .cancel-btn img {
                    padding-right: 12px;
                }

            .external-popup .modal-content .buttons .normal-btn {
                margin-left: 0;
            }

            .external-popup .modal-content .buttons .continue-btn {
                padding: 10px 15px;
            }

                .external-popup .modal-content .buttons .continue-btn img {
                    padding-left: 10px;
                }

        .external-popup .modal-content .btn {
            font-size: 16px !important;
        }

        .external-popup .modal-content .close-btn {
            position: absolute;
            right: 10px;
            top: -40px;
        }

    .after-link {
        height: 72px;
    }

    .prnt-frndly {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .dryeye-causes .dryeye-prob {
        width: 100%;
        display: -ms-grid;
        display: grid;
        justify-items: center;
        position: absolute;
        bottom: 150px;
        z-index: 1;
        left: 0;
    }

        .dryeye-causes .dryeye-prob p {
            font-size: 28px;
            line-height: 32px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .dryeye-causes .dryeye-prob .quiz-btn {
            padding-top: 12px;
            padding-bottom: 12px;
        }

    .dryeye-symp .icon-list .overtime span {
        margin: 0 75px;
    }

    .external-popup .modal-content .buttons .continue-btn {
        padding: 10px 40px;
    }

    .external-popup .modal-content .buttons .cancel-btn {
        padding: 10px 40px 11px 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-why-dry-eye .scroll-menu-container.sticky {
        margin-top: 92px;
    }

    .banner-why-dry-eye .scroll-menu-container {
        width: 100%;
        overflow-x: auto;
    }

        .banner-why-dry-eye .scroll-menu-container .scroll-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0 20px 30px 20px;
        }

            .banner-why-dry-eye .scroll-menu-container .scroll-menu a.active {
                pointer-events: none;
            }

        .banner-why-dry-eye .scroll-menu-container.sticky .scroll-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0px;
        }
}

.quiz-sec {
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(#1e316e), to(#329BB0));
    background-image: linear-gradient(to right, #1e316e, #329BB0);
}

    .quiz-sec .click-for-sound-btn {
        display: none !important;
    }

    .quiz-sec .w-bottom-bar-lower {
        display: none !important;
    }

    .quiz-sec .container {
        position: relative;
    }

    .quiz-sec .quiz-video {
        width: 1920px;
        height: 1080px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .quiz-sec .quiz-banner {
        min-height: 650px;
        text-align: right;
    }

        .quiz-sec .quiz-banner img.man-tears {
            max-width: 56%;
            height: auto;
            bottom: 0;
            position: relative;
        }

    .quiz-sec .txt-cont {
        position: relative;
        margin-top: 190px;
        z-index: 2;
    }

        .quiz-sec .txt-cont p {
            font-family: "Staff-bold";
        }

            .quiz-sec .txt-cont p.grn-txt {
                font-family: "StaffWide-black";
                height: 60px;
                display: -ms-grid;
                display: grid;
                place-items: center;
                padding-top: 5px;
                font-size: 32px;
                font-weight: 900;
                background-color: #c2ff0a;
                color: #011627;
                max-width: 531px;
                -webkit-transform: rotate(-2.5deg);
                transform: rotate(-2.5deg);
                margin-bottom: 25px;
                letter-spacing: 1px;
            }

            .quiz-sec .txt-cont p.scnd-txt {
                font-family: "StaffWide-black";
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
                font-size: 80px;
                font-weight: 900;
                line-height: normal;
                color: #fff;
                margin-bottom: 32px;
            }

            .quiz-sec .txt-cont p.thrd-txt {
                font-family: "Staff-bold";
                font-size: 22px;
                line-height: 32px;
                font-weight: bold;
                color: #fff;
                padding: 0 10px 0px 0;
                margin-bottom: 32px;
            }

            .quiz-sec .txt-cont p.forth-txt {
                font-family: "Staff-bold";
                font-size: 22px;
                font-weight: bold;
                color: #c2ff0a;
                padding-bottom: 32px;
                line-height: 32px;
            }

        .quiz-sec .txt-cont h1.scnd-txt {
            font-family: "StaffWide-black";
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            font-size: 60px;
            font-weight: 900;
            line-height: 60px;
            color: #fff;
            margin-bottom: 32px;
        }

            .quiz-sec .txt-cont h1.scnd-txt span.grn-txt {
                font-family: "StaffWide-black";
                height: 60px;
                display: -ms-grid;
                display: grid;
                place-items: center;
                padding-top: 5px;
                font-size: 24px;
                font-weight: 900;
                background-color: #c2ff0a;
                color: #011627;
                max-width: 480px;
                -webkit-transform: rotate(-2.5deg);
                transform: rotate(-2.5deg);
                margin-bottom: 25px;
                letter-spacing: 1px;
                text-shadow: -2px 3px 4px rgba(0, 0, 0, 0);
            }

        .quiz-sec .txt-cont h2.thrd-txt {
            font-family: "Staff-bold";
            font-size: 22px;
            line-height: 32px;
            font-weight: bold;
            color: #fff;
            padding: 0 10px 0px 0;
            margin-bottom: 32px;
        }

        .quiz-sec .txt-cont h3.forth-txt {
            font-family: "Staff-bold";
            font-size: 22px;
            font-weight: bold;
            color: #c2ff0a;
            padding-bottom: 32px;
            line-height: 32px;
        }

        .quiz-sec .txt-cont a.get-btn {
            font-family: "StaffWide-bold";
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            width: 205px;
            letter-spacing: normal;
            color: #011627;
            background-color: #00ffff;
            text-decoration: none;
            padding: 8px 24px;
            border-radius: 50px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .quiz-sec .txt-cont a img {
            margin: 0px 0 0px 8px;
            padding-bottom: 2px;
        }

span.ques-mrk {
    font-family: staffwide-bold;
}

    span.ques-mrk.quizpgs-ques-mn {
        font-family: staffwide-black;
    }

@supports (-webkit-touch-callout: none) {
    @media (max-width: 991px) {
        .quiz-sec .txt-cont h1.scnd-txt span.grn-txt {
            max-width: 350px !important;
        }

        .quiz2 .quiz-header .ivehadsymptoms-txt span {
            letter-spacing: -2.9px !important;
        }
    }
}

@media (max-width: 991px) {
    .quiz-sec {
        height: 1199px;
        background: #1C396C;
        top: 100%;
    }

        .quiz-sec .quiz-video-mob {
            position: absolute;
            width: 100%;
        }

        .quiz-sec .quiz-banner {
            text-align: center;
        }

            .quiz-sec .quiz-banner img.man-tears {
                max-width: 100%;
            }

        .quiz-sec .txt-cont p.grn-txt {
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            max-width: 331px;
            font-size: 20px;
            font-weight: 900;
        }

        .quiz-sec .txt-cont p.scnd-txt {
            font-size: 32px;
            font-weight: 900;
            line-height: 36px;
            margin-bottom: 31px;
        }

        .quiz-sec .txt-cont p.thrd-txt {
            font-size: 24px;
            line-height: 32px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont p.forth-txt {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont h1.scnd-txt {
            font-size: 32px;
            font-weight: 900;
            line-height: 36px;
            margin-bottom: 31px;
        }

            .quiz-sec .txt-cont h1.scnd-txt span.grn-txt {
                display: -ms-grid;
                display: grid;
                -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
                max-width: 331px;
                font-size: 20px;
                font-weight: 900;
            }

        .quiz-sec .txt-cont h2.thrd-txt {
            font-size: 24px;
            line-height: 32px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont h3.forth-txt {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont a.get-btn {
            z-index: 1;
        }

        .quiz-sec .txt-cont a img {
            margin: 8px 0 12px 7px;
            padding-bottom: 0px;
        }
}

@media (max-width: 767px) {
    .quiz-sec .quiz-banner {
        text-align: center;
    }

        .quiz-sec .quiz-banner img.man-tears {
            max-width: 100%;
        }

    .quiz-sec .txt-cont {
        position: relative;
        margin: 114px 0 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

        .quiz-sec .txt-cont p.grn-txt {
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            max-width: 331px;
            font-size: 20px;
            font-weight: 900;
        }

        .quiz-sec .txt-cont p.scnd-txt {
            font-size: 32px;
            font-weight: 900;
            line-height: 36px;
            margin-bottom: 31px;
        }

        .quiz-sec .txt-cont p.thrd-txt {
            font-size: 24px;
            line-height: 32px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont p.forth-txt {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont h1.scnd-txt {
            font-size: 32px;
            font-weight: 900;
            line-height: 36px;
            margin-bottom: 31px;
        }

            .quiz-sec .txt-cont h1.scnd-txt span.grn-txt {
                display: -ms-grid;
                display: grid;
                -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
                max-width: 331px;
                font-size: 20px;
                font-weight: 900;
            }

        .quiz-sec .txt-cont h3.forth-txt {
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
        }

        .quiz-sec .txt-cont a img {
            margin: 8px 0 12px 7px;
        }
}
/*Quiz-1 slide starts*/
.quiz1 {
    background-color: #1e316e;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 135px;
    padding-bottom: 160px;
    min-height: 877px;
}

    .quiz1 .quiz-header .rectangle {
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz1 .quiz-header .rectangle p {
            color: #011627;
            font-size: 18px;
            font-weight: 900;
            font-family: staffwide-bold;
        }

    .quiz1 .quiz-header .content {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 30px;
        color: white;
    }

        .quiz1 .quiz-header .content h2 {
            font-size: 40px;
            font-weight: bold;
            font-family: staff-bold;
            line-height: 36px;
        }

        .quiz1 .quiz-header .content h1.quz-qusone {
            font-size: 30px;
            font-weight: bold;
            font-family: staff-bold;
            line-height: 36px;
        }

            .quiz1 .quiz-header .content h1.quz-qusone span {
                font-family: inherit;
            }

        .quiz1 .quiz-header .content p {
            margin-top: 10px;
            margin-bottom: 42px;
            font-size: 24px;
            font-weight: normal;
            font-family: staff-regular;
            line-height: 36px;
        }

    .quiz1 .quiz-body .r1 {
        gap: 30px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1120px;
    }

        .quiz1 .quiz-body .r1 .gradient-button {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            height: 60px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
            border-radius: 50px;
            padding: 0 2px;
            margin-bottom: 10px;
        }

            .quiz1 .quiz-body .r1 .gradient-button .button-content .text-content {
                cursor: pointer;
                position: relative;
                top: 0px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                height: 56px;
                background-color: #1e316e;
                color: #fff;
                font-size: 22px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50px;
                margin-top: 2px;
                margin-left: 0px;
                padding: 0px 27px 0px 23px;
            }

                .quiz1 .quiz-body .r1 .gradient-button .button-content .text-content span {
                    font-family: staffwide-bold;
                    line-height: normal;
                    padding-top: 1px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .quiz1 .quiz-body .r1 .gradient-button .button-content .text-content span img {
                        width: 45px;
                        margin-top: -5px;
                        margin-right: 16px;
                    }

            .quiz1 .quiz-body .r1 .gradient-button .button-content input[type=checkbox]:checked + label {
                background-color: #00ffff;
            }

                .quiz1 .quiz-body .r1 .gradient-button .button-content input[type=checkbox]:checked + label .button-content {
                    background-color: #00ffff;
                }

                .quiz1 .quiz-body .r1 .gradient-button .button-content input[type=checkbox]:checked + label span {
                    color: #011627;
                }

            .quiz1 .quiz-body .r1 .gradient-button .button-content input[type=checkbox] {
                visibility: hidden;
                position: absolute;
            }

@media screen and (min-width: 992px) {
    .quiz-body .r1 .gradient-button .button-content .text-content:hover {
        color: #011627;
        background-color: #00ffff;
    }
}

@media screen and (max-width: 991px) {
    .quiz1 {
        padding-top: 96px;
    }

        .quiz1 .quiz-body .r1 {
            gap: 5px;
        }

            .quiz1 .quiz-body .r1 .gradient-button {
                min-width: 100%;
                height: 52px;
                margin-bottom: 16px;
            }

                .quiz1 .quiz-body .r1 .gradient-button .button-content .text-content {
                    height: 48px;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    min-width: 100%;
                }

                .quiz1 .quiz-body .r1 .gradient-button.last-one {
                    height: 83px;
                }

                    .quiz1 .quiz-body .r1 .gradient-button.last-one .button-content .text-content {
                        height: 79px;
                        padding: 20px;
                    }

                        .quiz1 .quiz-body .r1 .gradient-button.last-one .button-content .text-content span {
                            line-height: 28px;
                        }

        .quiz1 .quiz-body .quiz-header .content h2 {
            font-size: 32px;
        }

        .quiz1 .quiz-body .quiz-header .content p {
            font-size: 20px;
        }

        .quiz1 .quiz-header .content h1.quz-qusone {
            font-size: 28px;
            line-height: 34px;
        }

        .quiz1 .quiz-header .content p {
            font-size: 20px;
            margin-top: 0;
        }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .quiz1 .quiz-body .r1 .gradient-button.last-one {
        height: 52px;
    }

        .quiz1 .quiz-body .r1 .gradient-button.last-one .button-content .text-content {
            height: 48px;
        }
}
/*Quiz-1 slide ends*/
/*Quiz-2 slide starts*/
.quiz2 {
    padding: 100px 0;
    padding-top: 135px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    background-repeat: no-repeat;
    min-height: 877px;
}

    .quiz2 .quiz-header .box {
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz2 .quiz-header .box .box-txt {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
        }

    .quiz2 .quiz-header .ivehadsymptoms-txt {
        font-family: staff-bold;
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
        margin-top: 25px;
        text-align: center;
        height: 36px;
    }

        .quiz2 .quiz-header .ivehadsymptoms-txt span {
            font-family: inherit;
        }

    .quiz2 .quiz-header .selectone-txt {
        font-size: 1.5rem;
        width: 130px;
        height: 36px;
        margin-top: 10px;
        margin-bottom: 42px;
        line-height: 36px;
    }

    .quiz2 .quiz-body .buttons-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
        gap: 30px;
    }

        .quiz2 .quiz-body .buttons-cont .gradient {
            width: 182px;
            height: 60px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
            border-radius: 50px;
        }

            .quiz2 .quiz-body .buttons-cont .gradient .input-box {
                position: relative;
                top: -14px;
                left: 2px;
            }

                .quiz2 .quiz-body .buttons-cont .gradient .input-box .text-content {
                    width: 178px;
                    height: 56px;
                    background-color: #1e316e;
                    color: #fff;
                    font-size: 22px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border-radius: 50px;
                    cursor: pointer;
                    font-family: staffwide-bold;
                    align-items: center;
                    text-align: center;
                    line-height: 18px;
                }

                    .quiz2 .quiz-body .buttons-cont .gradient .input-box .text-content:hover {
                        color: #011627;
                        background-color: #00ffff;
                    }

                .quiz2 .quiz-body .buttons-cont .gradient .input-box input[type=radio]:checked + label {
                    color: #011627;
                    background-color: #00ffff;
                }

                .quiz2 .quiz-body .buttons-cont .gradient .input-box input[type=radio] {
                    visibility: hidden;
                    background-color: #00ffff;
                }

@media only screen and (max-width: 991px) {
    .quiz2 {
        padding-top: 96px;
    }

        .quiz2 .quiz-header .ivehadsymptoms-txt {
            margin-left: 0;
            font-size: 28px;
            line-height: 34px;
        }

            .quiz2 .quiz-header .ivehadsymptoms-txt span {
                letter-spacing: -1px;
                font-family: inherit;
            }

        .quiz2 .quiz-header .selectone-txt {
            font-size: 20px;
            margin-top: 0;
            padding-left: 22px;
        }

        .quiz2 .quiz-body .buttons-cont {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 16px;
        }

            .quiz2 .quiz-body .buttons-cont.two {
                margin-top: 16px;
            }

            .quiz2 .quiz-body .buttons-cont .gradient {
                width: 100%;
                max-width: 340px;
                border: 2px solid transparent;
            }

                .quiz2 .quiz-body .buttons-cont .gradient .input-box .text-content {
                    width: 100%;
                    position: relative;
                    top: -2px;
                    left: -2px;
                }
}

@media only screen and (max-width: 767px) {
    .quiz2 .quiz-body .buttons-cont .gradient .input-box {
        top: -20px;
    }

        .quiz2 .quiz-body .buttons-cont .gradient .input-box .text-content {
            top: 1px;
        }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 390px) {
        .quiz-result h1 {
            font-size: 33px !important;
        }

        .home-second-section .inside-content a.learn-more img {
            top: -39px;
        }

        #sectionToAdd h1 {
            font-size: 31px !important;
        }
    }

    @media only screen and (max-width: 991px) and (orientation: portrait) {
        .quiz2 .quiz-body .buttons-cont .gradient .input-box {
            position: relative;
            top: -19px;
            left: 2px;
        }

            .quiz2 .quiz-body .buttons-cont .gradient .input-box .text-content {
                top: -2px;
            }

        .quiz2 .quiz-body .buttons-cont:nth-child(1) {
            margin-top: 16px;
            gap: 0;
        }

        .quiz2 .quiz-body .buttons-cont:nth-child(2) {
            margin-top: 0px;
            gap: 0;
        }

        .quiz2 .quiz-body .buttons-cont .gradient {
            margin-bottom: 16px;
        }

        .quiz2 .quiz-header .selectone-txt {
            margin-top: 35px;
        }

        .quiz2 .quiz-header .ivehadsymptoms-txt {
            letter-spacing: -0.6px;
        }
    }
}

@media screen and (min-width: 992px) {
    .imac-safari .quiz2 .quiz-body .buttons-cont .gradient .input-box {
        top: -19px;
    }

    .imac-safari header nav.navbar .menu ul.navbar-nav li a:hover {
        text-underline-offset: 8px;
    }

    .imac-safari header.sticky nav.navbar .menu ul.navbar-nav li.nav-item a:hover {
        text-underline-offset: 8px;
    }

    .quiz2 .quiz-body .buttons-cont .gradient-less-1 {
        width: 250px;
    }

        .quiz2 .quiz-body .buttons-cont .gradient-less-1 .input-box .text-content {
            width: 246px;
        }
}

@media screen and (min-width: 1400px) {
    .imac-safari .quiz2 .quiz-body .buttons-cont .gradient .input-box {
        top: -18px;
    }
}
/*Quiz-2 slide ends*/
/*Quiz-3 slide starts*/
.quiz-three {
    padding: 70px 0;
    padding-top: 135px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    min-height: 877px;
}

    .quiz-three .quiz-three-header .box {
        margin: 0px auto;
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz-three .quiz-three-header .box h3 {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
            font-weight: 900;
        }

        .quiz-three .quiz-three-header .box p {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
            font-weight: 900;
        }

    .quiz-three .quiz-three-header .head {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 25px auto 0;
        line-height: 36px;
        font-family: staff-bold;
    }

        .quiz-three .quiz-three-header .head span {
            font-family: inherit;
        }

    .quiz-three .quiz-three-header .subhead {
        font-family: staff-regular;
        color: #fff;
        text-align: center;
        line-height: 36px;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 42px;
    }

    .quiz-three .slidecontainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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;
        position: relative;
    }

        .quiz-three .slidecontainer .slider {
            opacity: 100;
            position: absolute;
            border-radius: 10px;
            margin-top: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
            max-width: 750px;
            height: 20px;
            cursor: pointer;
            outline: none;
            z-index: 9;
            background: transparent;
        }

            .quiz-three .slidecontainer .slider::-webkit-slider-thumb {
                border-radius: 100px;
                -webkit-appearance: none;
                appearance: none;
                width: 32px;
                height: 32px;
                background: white;
                cursor: pointer;
                position: relative;
                z-index: 1;
                border: none;
            }

            .quiz-three .slidecontainer .slider::-moz-range-thumb {
                border-radius: 100px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                width: 32px;
                height: 32px;
                background: white;
                cursor: pointer;
                position: relative;
                z-index: 1;
                border: none;
            }

        .quiz-three .slidecontainer.enable .slider::-webkit-slider-thumb {
            border-radius: 100px;
            -webkit-appearance: none;
            appearance: none;
            width: 56px;
            height: 56px;
            background: #0c333b;
            cursor: pointer;
            position: relative;
            z-index: 1;
            border: 4px solid #c2ff0a;
        }

        .quiz-three .slidecontainer.enable .slider::-moz-range-thumb {
            border-radius: 100px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 56px;
            height: 56px;
            background: #0c333b;
            cursor: pointer;
            position: relative;
            z-index: 1;
            border: 4px solid #c2ff0a;
        }

        .quiz-three .slidecontainer .slide-range {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
            height: 20px;
            border-radius: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            max-width: 750px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: white;
            border: 0px solid;
            position: relative;
            top: 0px;
        }

            .quiz-three .slidecontainer .slide-range .severe,
            .quiz-three .slidecontainer .slide-range .mild,
            .quiz-three .slidecontainer .slide-range .mod {
                color: #fff;
                font-size: 22px;
                font-family: staffwide-bold;
                width: 120px;
                margin-top: 41px;
                position: relative;
                top: -46px;
            }

                .quiz-three .slidecontainer .slide-range .severe .mild-p,
                .quiz-three .slidecontainer .slide-range .severe .mod-p,
                .quiz-three .slidecontainer .slide-range .severe .severe-p,
                .quiz-three .slidecontainer .slide-range .mild .mild-p,
                .quiz-three .slidecontainer .slide-range .mild .mod-p,
                .quiz-three .slidecontainer .slide-range .mild .severe-p,
                .quiz-three .slidecontainer .slide-range .mod .mild-p,
                .quiz-three .slidecontainer .slide-range .mod .mod-p,
                .quiz-three .slidecontainer .slide-range .mod .severe-p {
                    margin-top: 20px;
                }

            .quiz-three .slidecontainer .slide-range .circle {
                width: 32px;
                height: 32px;
                background-color: #fff;
                border-radius: 100%;
            }

            .quiz-three .slidecontainer .slide-range .mild p {
                position: relative;
                left: -7px;
            }

            .quiz-three .slidecontainer .slide-range .mod .circle {
                margin: auto;
            }

            .quiz-three .slidecontainer .slide-range .mod p {
                text-align: center;
            }

            .quiz-three .slidecontainer .slide-range .severe .circle {
                margin-left: auto;
            }

            .quiz-three .slidecontainer .slide-range .severe p {
                text-align: right;
                position: relative;
                right: -27px;
            }

    .quiz-three .slider-content {
        margin-top: 95px;
    }

        .quiz-three .slider-content .mild-para,
        .quiz-three .slider-content .mod-para,
        .quiz-three .slider-content .severe-para {
            width: 100%;
            max-width: 790px;
            margin: 20px auto;
            display: none;
            line-height: 30px;
            font-size: 18px;
            font-family: staff-regular;
            color: white;
        }

            .quiz-three .slider-content .mild-para span,
            .quiz-three .slider-content .mod-para span,
            .quiz-three .slider-content .severe-para span {
                font-family: staff-bold;
                color: #c2ff0a;
                font-weight: 700;
            }

@media only screen and (max-width: 991px) {
    .quiz-three {
        min-height: 830px;
        padding-top: 96px;
    }

        .quiz-three .quiz-three-header .head {
            font-size: 28px;
            margin: 25px auto;
            line-height: 34px;
        }

        .quiz-three .quiz-three-header .subhead {
            text-align: center;
            line-height: 26px;
            font-size: 20px;
        }

        .quiz-three .slidecontainer .slider::-webkit-slider-thumb {
            width: 32px;
            height: 32px;
        }

        .quiz-three .slidecontainer .slider::-moz-range-thumb {
            width: 32px;
            height: 32px;
        }

        .quiz-three .slidecontainer .slide-range .mild p {
            position: relative;
            left: 0px;
        }

        .quiz-three .slidecontainer .slide-range .severe p {
            text-align: right;
            position: relative;
            right: 0px;
        }

        .quiz-three .slider-content .mild-para,
        .quiz-three .slider-content .mod-para,
        .quiz-three .slider-content .severe-para {
            line-height: 30px;
            font-size: 18px;
        }
}
/*Quiz-3 slide ends*/
/*Quiz-4 slide starts*/
.quiz4 {
    background-image: linear-gradient(18deg, rgb(59, 195, 209) -69%, #1e316e 0%);
    padding: 50px 0 65px;
    padding-top: 135px;
    min-height: 877px;
}

    .quiz4 .box {
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz4 .box h3 {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
        }

        .quiz4 .box p {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
        }

    .quiz4 .head {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        font-family: staff-bold;
        margin-top: 25px;
        line-height: 36px;
    }

        .quiz4 .head span {
            font-family: inherit;
        }

    .quiz4 .subhead {
        color: #fff;
        text-align: center;
        line-height: 36px;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 42px;
    }

    .quiz4 .pdiv {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
    }

        .quiz4 .pdiv .c1, .quiz4 .pdiv .c2, .quiz4 .pdiv .c3, .quiz4 .pdiv .c4, .quiz4 .pdiv .c5 {
            max-width: 400px;
            margin: 0 auto;
        }

        .quiz4 .pdiv .checklist {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #011627;
            margin-bottom: 30px;
        }

            .quiz4 .pdiv .checklist .list-text {
                position: relative;
                left: 0px;
                top: 0px;
                font-size: 22px;
                font-family: staff-bold;
                color: #fff;
                font-weight: 700;
                line-height: 28px;
                cursor: pointer;
                padding: 0 15px;
            }

                .quiz4 .pdiv .checklist .list-text span.nowrap-lbl {
                    font-family: staff-bold;
                }

            .quiz4 .pdiv .checklist .round {
                position: relative;
                width: 28px;
                top: -1px;
            }

                .quiz4 .pdiv .checklist .round label {
                    background-color: #fff;
                    border: 0px solid #ccc;
                    border-radius: 50%;
                    cursor: pointer;
                    height: 28px;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 28px;
                }

                    .quiz4 .pdiv .checklist .round label:after {
                        border: 3.5px solid #0c333b;
                        border-top: none;
                        border-right: none;
                        content: "";
                        height: 8px;
                        left: 5px;
                        opacity: 0;
                        position: absolute;
                        top: 8px;
                        -webkit-transform: rotate(-46deg);
                        transform: rotate(-46deg);
                        width: 16px;
                    }

                .quiz4 .pdiv .checklist .round input[type=checkbox] {
                    visibility: hidden;
                }

                    .quiz4 .pdiv .checklist .round input[type=checkbox]:checked + label {
                        background-color: #c2ff0a;
                        border-color: #c2ff0a;
                    }

                        .quiz4 .pdiv .checklist .round input[type=checkbox]:checked + label:after {
                            opacity: 1;
                        }

    .quiz4 .pg {
        font-weight: 700;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
        font-size: 18px;
        margin-left: -159px;
        width: 100%;
        margin: 0 auto;
        margin-top: 35px;
    }

        .quiz4 .pg .sp {
            padding-right: 25px;
        }

        .quiz4 .pg .input-box {
            width: 100%;
            max-width: 434px;
        }

            .quiz4 .pg .input-box #fill {
                border: 0;
                background-color: transparent;
                width: 100%;
                color: white;
                height: 35px;
                margin-top: -5px;
                font-size: 22px;
                color: #fff;
                font-family: staff-bold;
                line-height: 28px;
            }

                .quiz4 .pg .input-box #fill::-webkit-input-placeholder {
                    color: rgba(255, 255, 255, 0.8);
                }

                .quiz4 .pg .input-box #fill::-moz-placeholder {
                    color: rgba(255, 255, 255, 0.8);
                }

                .quiz4 .pg .input-box #fill:-ms-input-placeholder {
                    color: rgba(255, 255, 255, 0.8);
                }

                .quiz4 .pg .input-box #fill::-ms-input-placeholder {
                    color: rgba(255, 255, 255, 0.8);
                }

                .quiz4 .pg .input-box #fill::placeholder {
                    color: rgba(255, 255, 255, 0.8);
                }

            .quiz4 .pg .input-box::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .quiz4 .pg .input-box::-moz-placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .quiz4 .pg .input-box:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .quiz4 .pg .input-box::-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .quiz4 .pg .input-box::placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .quiz4 .pg .input-box ::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.66);
                font-family: staff-bold;
            }

            .quiz4 .pg .input-box ::-moz-placeholder {
                color: rgba(255, 255, 255, 0.66);
                font-family: staff-bold;
            }

            .quiz4 .pg .input-box :-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.66);
                font-family: staff-bold;
            }

            .quiz4 .pg .input-box ::-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.66);
                font-family: staff-bold;
            }

            .quiz4 .pg .input-box ::placeholder {
                color: rgba(255, 255, 255, 0.66);
                font-family: staff-bold;
            }

        .quiz4 .pg .line {
            width: 100%;
            max-width: 434px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
            height: 2px;
        }

        .quiz4 .pg input:focus {
            outline: none;
        }

    .quiz4 .exercise {
        margin-left: 16px;
    }

@media only screen and (max-width: 991px) {
    .quiz4 {
        background-image: linear-gradient(3deg, rgb(59, 195, 209) -116%, #1e316e 88%);
        padding-top: 96px;
    }

        .quiz4 .c6, .quiz4 .c7, .quiz4 .c8, .quiz4 .c9, .quiz4 .c10 {
            margin: 0 auto 0;
        }

        .quiz4 .pdiv {
            margin-left: 0;
            margin-top: 30px;
        }

            .quiz4 .pdiv .checklist {
                max-width: 456px;
            }

                .quiz4 .pdiv .checklist .list-text .nowrap-lbl {
                    font-family: inherit;
                    white-space: nowrap;
                }

        .quiz4 .pg {
            display: block;
            margin: 0 auto;
            max-width: 456px;
        }

            .quiz4 .pg .sp {
                padding-right: 0;
                padding-bottom: 25px;
            }

        .quiz4 .line {
            margin-left: 0;
            margin-top: 7px;
            max-width: 345px;
        }

        .quiz4 .head {
            font-size: 28px;
            line-height: 34px;
            margin: 30px auto 0;
            max-width: 339px;
        }

        .quiz4 .subhead {
            font-size: 20px;
        }

        .quiz4 .list-text {
            margin-bottom: 0px;
        }
}
/*Quiz-4 slide ends*/
/*Quiz-5 slide starts*/
.quiz5 {
    padding: 100px 0;
    padding-top: 135px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    background-repeat: no-repeat;
    min-height: 877px;
}

    .quiz5 .quiz-header .box {
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz5 .quiz-header .box .box-txt {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
        }

    .quiz5 .quiz-header .eyedoctor-txt {
        text-align: center;
        font-family: staff-bold;
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        margin-top: 25px;
    }

    .quiz5 .quiz-header .selectone-txt {
        font-family: staff-regular;
        font-size: 1.5rem;
        width: 130px;
        height: 36px;
        margin-top: 10px;
        margin-bottom: 42px;
        text-align: center;
        margin: 10px auto 0;
        max-width: 339px;
    }

    .quiz5 .quiz-body {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        width: 555px;
        margin: 0 auto;
    }

        .quiz5 .quiz-body .radiolist {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 30px;
            margin-bottom: 22px;
            cursor: pointer;
        }

            .quiz5 .quiz-body .radiolist .list-text {
                font-size: 22px;
                font-family: staff-bold;
                color: #fff;
                font-weight: 700;
                line-height: 28px;
                cursor: pointer;
                margin-left: 30px;
            }

            .quiz5 .quiz-body .radiolist .round {
                position: relative;
            }

                .quiz5 .quiz-body .radiolist .round label {
                    background-color: #fff;
                    border: 0px solid #ccc;
                    border-radius: 50%;
                    cursor: pointer;
                    height: 28px;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 28px;
                }

                    .quiz5 .quiz-body .radiolist .round label:after {
                        border: 3.5px solid #0c333b;
                        border-top: none;
                        border-right: none;
                        content: "";
                        height: 8px;
                        left: 5px;
                        opacity: 0;
                        position: absolute;
                        top: 8px;
                        -webkit-transform: rotate(-46deg);
                        transform: rotate(-46deg);
                        width: 16px;
                    }

                .quiz5 .quiz-body .radiolist .round input[type=radio] {
                    visibility: hidden;
                }

                    .quiz5 .quiz-body .radiolist .round input[type=radio]:checked + label {
                        background-color: #c2ff0a;
                        border-color: #c2ff0a;
                    }

                        .quiz5 .quiz-body .radiolist .round input[type=radio]:checked + label:after {
                            opacity: 1;
                        }

@media only screen and (max-width: 991px) {
    .quiz5 {
        padding-top: 96px;
    }

        .quiz5 .quiz-header .eyedoctor-txt {
            padding-left: 0;
            font-size: 28px;
            text-align: center;
            line-height: 34px;
        }

        .quiz5 .quiz-header .selectone-txt {
            margin-top: 25px;
            font-family: staff-regular;
            font-weight: normal;
            font-size: 20px;
        }

        .quiz5 .quiz-body {
            width: 335px;
        }

            .quiz5 .quiz-body .radiolist .list-text {
                width: 350px;
            }
}
/*Quiz-5 slide ends*/
/*Quiz-6 slide starts*/
.quiz6 {
    padding: 100px 0;
    padding-top: 135px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #344783 0%);
    background-repeat: no-repeat;
    min-height: 877px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
}

    .quiz6 .box {
        width: 95px;
        height: 35px;
        background-color: #c2ff0a;
        display: -ms-grid;
        display: grid;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        place-items: center;
    }

        .quiz6 .box .box-txt {
            color: #011627;
            font-size: 18px;
            font-family: staffwide-bold;
        }

    .quiz6 .ivetried-txt, .quiz6 .ivealso-txt {
        width: 859px;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 25px;
        font-family: staff-bold;
    }

    .quiz6 .ivealso-txt {
        margin-top: 80px;
    }

    .quiz6 .buttons-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
        gap: 30px;
    }

        .quiz6 .buttons-cont .gradient-1, .quiz6 .buttons-cont .gradient-2 {
            width: 182px;
            height: 60px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
            background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
            border-radius: 50px;
        }

            .quiz6 .buttons-cont .gradient-1 .sss, .quiz6 .buttons-cont .gradient-2 .sss {
                position: relative;
                top: -14px;
                left: 2px;
            }

                .quiz6 .buttons-cont .gradient-1 .sss .yes-cont,
                .quiz6 .buttons-cont .gradient-1 .sss .no-cont, .quiz6 .buttons-cont .gradient-2 .sss .yes-cont,
                .quiz6 .buttons-cont .gradient-2 .sss .no-cont {
                    width: 178px;
                    height: 56px;
                    background-color: #1e316e;
                    color: #fff;
                    font-size: 22px;
                    font-weight: bold;
                    font-family: staffwide-bold;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border-radius: 50px;
                    cursor: pointer;
                }

                    .quiz6 .buttons-cont .gradient-1 .sss .yes-cont:hover,
                    .quiz6 .buttons-cont .gradient-1 .sss .no-cont:hover, .quiz6 .buttons-cont .gradient-2 .sss .yes-cont:hover,
                    .quiz6 .buttons-cont .gradient-2 .sss .no-cont:hover {
                        color: #011627;
                        background-color: #00ffff;
                    }

                .quiz6 .buttons-cont .gradient-1 .sss input[type=radio]:checked + label, .quiz6 .buttons-cont .gradient-2 .sss input[type=radio]:checked + label {
                    color: #011627;
                    background-color: #00ffff;
                }

                .quiz6 .buttons-cont .gradient-1 .sss input[type=radio], .quiz6 .buttons-cont .gradient-2 .sss input[type=radio] {
                    visibility: hidden;
                    background-color: #00ffff;
                }

@media only screen and (max-width: 991px) {
    .quiz6 {
        padding-top: 96px;
    }

        .quiz6 .buttons-cont {
            gap: 20px;
        }

            .quiz6 .buttons-cont .gradient-1, .quiz6 .buttons-cont .gradient-2 {
                width: 161px;
                height: 60px;
                border: 2px solid transparent;
            }

                .quiz6 .buttons-cont .gradient-1 .sss, .quiz6 .buttons-cont .gradient-2 .sss {
                    top: -17px;
                    left: 2px;
                }

                    .quiz6 .buttons-cont .gradient-1 .sss .yes-cont, .quiz6 .buttons-cont .gradient-1 .sss .no-cont, .quiz6 .buttons-cont .gradient-2 .sss .yes-cont, .quiz6 .buttons-cont .gradient-2 .sss .no-cont {
                        width: 157px;
                        height: 55px;
                        top: -2px;
                        position: relative;
                        left: -2px;
                    }

        .quiz6 .ivetried-txt, .quiz6 .ivealso-txt {
            width: 339px;
            font-size: 28px;
            line-height: 34px;
        }

        .quiz6 .ivealso-txt {
            margin-top: 80px;
        }
}

@media screen and (min-width: 992px) {
    .imac-safari .quiz6 .buttons-cont .gradient-1 .sss, .imac-safari .quiz6 .buttons-cont .gradient-2 .sss {
        top: -19px;
    }
}

@media screen and (min-width: 1400px) {
    .imac-safari .quiz6 .buttons-cont .gradient-1 .sss, .imac-safari .quiz6 .buttons-cont .gradient-2 .sss {
        top: -18px;
    }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 991px) and (orientation: portrait) {
        .quiz5 .quiz-body .radiolist .list-text {
            margin-left: 30px;
        }

        .quiz6 .buttons-cont .gradient-1 .sss, .quiz6 .buttons-cont .gradient-2 .sss {
            top: -19px;
        }

            .quiz6 .buttons-cont .gradient-1 .sss .yes-cont, .quiz6 .buttons-cont .gradient-2 .sss .yes-cont {
                top: -4px;
            }

            .quiz6 .buttons-cont .gradient-1 .sss .no-cont, .quiz6 .buttons-cont .gradient-2 .sss .no-cont {
                top: -4px;
            }

        .quiz6 .buttons-cont .gradient-2 {
            margin-left: 20px;
        }
    }
}

@media only screen and (max-width: 767px) {
    .quiz6 .buttons-cont .gradient-1 .sss, .quiz6 .buttons-cont .gradient-2 .sss {
        top: -17px;
    }
}

@media only screen and (max-width: 360px) {
    .quiz6 .buttons-cont .gradient-1 .sss, .quiz6 .buttons-cont .gradient-2 .sss {
        left: 1px;
    }

        .quiz6 .buttons-cont .gradient-1 .sss .yes-cont,
        .quiz6 .buttons-cont .gradient-1 .sss .no-cont,
        .quiz6 .buttons-cont .gradient-2 .sss .yes-cont,
        .quiz6 .buttons-cont .gradient-2 .sss .no-cont {
            width: 156px;
        }
}
/*Quiz-6 slide ends*/
/*Quiz Result page*/
#sliderResult p {
    display: none;
}

.quiz-result {
    padding-top: 123px;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    background-repeat: no-repeat;
}

    .quiz-result .entire {
        padding-top: 20px;
    }

        .quiz-result .entire .pdf-logo {
            width: 182px;
            height: 66px;
            margin-bottom: 25px;
        }

        .quiz-result .entire.hidden-section {
            display: none;
        }

        .quiz-result .entire .para .para1 .p2 {
            margin: 30px 0 0 0;
        }

    .quiz-result .total {
        width: 100%;
    }

    .quiz-result h2 {
        font-family: staffwide-bold;
        font-size: 40px;
        line-height: 36px;
        font-weight: bold;
        color: #c2ff0a;
    }

    .quiz-result h1 {
        font-size: 60px;
        font-family: staffwide-black;
        font-weight: 900;
        color: white;
        line-height: 0.75;
        margin-top: 10px;
    }

        .quiz-result h1 span {
            font-family: staffwide-bold;
        }

            .quiz-result h1 span.are-utrs-res {
                display: block;
                font-family: staffwide-bold;
                font-size: 30px;
                line-height: 36px;
                font-weight: bold;
                color: #c2ff0a;
            }

    .quiz-result .para .p1 {
        font-family: staff-bold;
        font-size: 28px;
        font-weight: bold;
        color: white;
        line-height: 1.4;
        margin: 30px 86px 30px 86px;
        text-align: center;
    }

        .quiz-result .para .p1 span {
            font-size: 44px;
            color: #fe00bc;
        }

    .quiz-result .para .para1 {
        font-size: 18px;
        font-family: staff-regular;
        color: white;
        line-height: 1.36;
        padding: 0 100px;
    }

        .quiz-result .para .para1 p {
            line-height: 1.36;
        }

        .quiz-result .para .para1 .p2 {
            margin: 30px 0;
            line-height: 1.36;
        }

    .quiz-result .mail h3 {
        font-size: 18px;
        font-weight: 700;
        text-align: start;
        color: white;
    }

    .quiz-result .results-mail a {
        background-color: #00ffff;
        width: 350px;
        border-radius: 50px;
        font-size: 18px;
        color: #011627;
        font-family: staffwide-bold;
        font-weight: bold;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        border: none;
        padding: 12px 24px;
        line-height: 28px;
        margin-right: 70px;
    }

        .quiz-result .results-mail a span.font {
            font-family: staffwide-bold;
        }

        .quiz-result .results-mail a img {
            margin: 0 8px 5px 20px;
        }

        .quiz-result .results-mail a span.fas.fa-chevron-circle-right:before {
            background: #fff;
            border-radius: 50%;
            font-size: 25px;
            vertical-align: middle;
            margin-left: 3px;
        }

    .quiz-result .results-mail .save-to {
        width: 300px;
        margin-right: 100px;
    }

    .quiz-result .Emails .your-result {
        margin-left: 120px;
    }

    .quiz-result .Emails .to-files {
        margin-left: -10px;
    }

    .quiz-result .Emails .quiz-emailsec .signupinrtmlcont {
        margin: 0 34px;
    }

        .quiz-result .Emails .quiz-emailsec .signupinrtmlcont .email-inputbox .FormTextbox.ValidationFail input:focus {
            outline: none;
        }

        .quiz-result .Emails .quiz-emailsec .signupinrtmlcont .email-inputbox .FormTextbox label::after {
            display: none;
        }

        .quiz-result .Emails .quiz-emailsec .signupinrtmlcont .EPiServerForms .Form__Status .Form__Status__Message {
            margin: 0rem 0;
        }

    .quiz-result .Emails .quiz-emailsec .form p.check-email {
        padding-bottom: 30px;
    }

    .quiz-result .Emails h3 {
        padding-left: 30px;
        font-size: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quiz-result .Emails .roman {
        padding-left: 50px;
    }

    .quiz-result #sectionToConvert {
        padding: 0px 25px 80px 25px;
        max-width: 1200px;
        background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    }

    .quiz-result .dry {
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px 10px 0 0;
        position: relative;
        margin-top: 75px;
    }

        .quiz-result .dry .bordering {
            border-bottom: 2px solid #d3d3d3;
        }

        .quiz-result .dry .title {
            font-family: staffwide-bold;
            line-height: normal;
            background-color: #c2ff0a;
            position: absolute;
            color: #011627;
            border-radius: 50px;
            left: 114px;
            top: -14px;
            width: 79%;
        }

            .quiz-result .dry .title h5 {
                font-size: 24px;
                font-weight: bold;
                padding: 20px;
            }

            .quiz-result .dry .title h2.title-htwo-cnt {
                font-size: 24px;
                font-weight: bold;
                padding: 20px;
            }

        .quiz-result .dry h3 {
            font-size: 22px;
            font-family: staff-bold;
            font-weight: bold;
            color: #011627;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin: 20px 0 10px;
        }

        .quiz-result .dry p {
            color: #0c333b;
            text-align: left;
            margin-top: 10px;
            font-size: 18px;
            font-weight: normal;
            line-height: 30px;
        }

            .quiz-result .dry p span {
                font-weight: 700;
                font-family: Staff-bold;
                color: var(--pine-green);
            }

        .quiz-result .dry .final {
            padding: 50px 0px 60px 25px;
            text-align: start;
        }

            .quiz-result .dry .final p {
                font-size: 22px;
                font-weight: bold;
                display: none;
                font-family: Staff-bold;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

                .quiz-result .dry .final p span#textboxResult {
                    word-wrap: break-word;
                    padding-right: 10px;
                }

            .quiz-result .dry .final img {
                padding-right: 10px;
                margin-top: 3px;
            }

                .quiz-result .dry .final img.eye-shck {
                    margin-left: -7px;
                    margin-bottom: -28px;
                }

        .quiz-result .dry .counter {
            padding: 36px 0px 60px 25px;
            text-align: start;
        }

            .quiz-result .dry .counter li {
                list-style: none;
                background-color: #00ffff;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                border-radius: 30px;
                font-size: 18px;
                font-family: staffwide-bold;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                font-weight: bold;
                color: #011627;
                border: none;
                padding: 12px 47px 12px 47px;
                margin: 5px 5px 5px 0;
                display: inline-block;
                text-align: center;
            }

            .quiz-result .dry .counter .icon-img img.e-drps {
                margin-left: -58px;
            }

    .quiz-result .dry-eye {
        padding: 45px 0px 60px 25px;
        text-align: start;
    }

        .quiz-result .dry-eye .list1 ul {
            padding: 0;
        }

            .quiz-result .dry-eye .list1 ul li {
                color: #011627;
                list-style: none;
                background-color: #00ffff;
                border-radius: 50px;
                font-size: 18px;
                font-weight: bold;
                font-family: staffwide-bold;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                border: none;
                padding: 14px 47px 14px 47px;
                margin: 10px 5px 5px 0;
                display: inline-block;
                text-align: center;
            }

        .quiz-result .dry-eye .list1 .doll .excess {
            width: 240px;
        }

        .quiz-result .dry-eye li {
            list-style: none;
            background-color: #00ffff;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            border-radius: 50px;
            font-size: 18px;
            font-family: staffwide-bold;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            font-weight: bold;
            color: #011627;
            border: none;
            padding: 14px 47px 14px 47px;
            margin: 10px 5px 5px 0;
            display: inline-block;
            text-align: center;
        }

        .quiz-result .dry-eye .rx-treatments {
            padding-top: 0;
        }

        .quiz-result .dry-eye .icon-img img.mtre {
            margin-left: -6px;
            margin-bottom: -22px;
        }

        .quiz-result .dry-eye .icon-img img.eimg {
            margin-left: -7px;
        }

        .quiz-result .dry-eye .icon-img img.dctr {
            margin-left: -16px;
        }

        .quiz-result .dry-eye .icon-img img.prpr-pd {
            margin-left: -31px;
            margin-bottom: -21px;
        }

        .quiz-result .dry-eye .icon-img img.clndr {
            margin-left: -14px;
        }

    .quiz-result .list2 {
        position: relative;
    }

    .quiz-result .separate {
        background-color: #e5f3f9;
        padding: 35px;
        border-radius: 0 0 10px 10px;
    }

        .quiz-result .separate .list2 li {
            color: #0c333b;
            text-align: left;
            font-size: 18px;
            margin-left: 20px;
            list-style: disc;
            line-height: 40px;
        }

        .quiz-result .separate h3 {
            font-size: 22px;
            font-family: staff-bold;
            font-weight: bold;
            line-height: 1.36;
            color: #011627;
            margin: 0 0 10px 0;
        }

    .quiz-result .pdf-footer {
        padding: 0;
        /*padding: 40px 26px 25px 26px;
        background: #0C1827;
        border-radius: 0px 0px 15px 15px;*/
    }

        .quiz-result .pdf-footer .footer-logo {
            padding-bottom: 30px;
        }

        .quiz-result .pdf-footer .copyright p {
            font-size: 18px;
            color: white;
            line-height: 24px;
        }

    .quiz-result .vertical-line {
        position: relative;
    }

    .quiz-result .vertical-2::before {
        content: "";
        border-left: 2px solid #d3d3d3;
        height: 93%;
        width: 0;
        position: absolute;
        left: 50%;
        top: 7%;
    }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .quiz-result {
        padding-top: 94px;
        padding-bottom: 60px;
    }

        .quiz-result .dry {
            margin-top: 160px;
        }

            .quiz-result .dry .title {
                left: 65px;
                width: 83%;
            }

        .quiz-result .results-mail a {
            width: 312px;
            position: absolute;
            left: 21%;
        }

            .quiz-result .results-mail a span.font {
                font-family: staffwide-bold;
            }

        .quiz-result .results-mail .save-to {
            left: 55%;
            width: 240px;
            margin-right: 70px;
        }

        .quiz-result .para .para1 {
            padding: 0;
        }

        .quiz-result .para .p1 {
            margin: 30px 20px;
        }
}

@media only screen and (max-width: 991px) {
    .quiz-three .quiz-three-header .head span {
        letter-spacing: -1px;
    }

    .quiz4 .head span {
        letter-spacing: -1px;
    }

    .options ul {
        display: block;
        margin: 30px 0;
    }

    .last ul {
        display: block;
        margin: 30px 0;
    }

    .quiz-result {
        padding-top: 94px;
    }

        .quiz-result .entire .pdf-logo {
            margin: 15px 0;
        }

        .quiz-result .entire .para .p1 {
            text-align: left;
            margin: 20px 15px 20px 15px;
            line-height: 1.2;
        }

        .quiz-result .entire .para .para1 {
            padding: 0;
        }

            .quiz-result .entire .para .para1 p {
                text-align: left;
                margin: 10px 15px 0 15px;
            }

            .quiz-result .entire .para .para1 .p2 {
                margin: 10px 15px 0 15px;
                text-align: left;
            }

        .quiz-result ul:after {
            content: "";
            width: 0;
            height: 79%;
            position: absolute;
            border: 1px solid #d3d3d3;
            top: 126px;
            left: 49%;
            display: none;
        }

        .quiz-result .horizontal-line {
            border-bottom: 2px solid #d3d3d3;
        }

        .quiz-result h2 {
            font-size: 24px;
            font-weight: bold;
        }

        .quiz-result h1 {
            font-size: 36px;
            font-weight: 900;
            line-height: 40px;
            margin-top: 5px;
        }

        .quiz-result .para .p1 {
            font-size: 24px;
            font-weight: bold;
            margin: 20px 11px 20px 6px;
        }

        .quiz-result .para .para1 {
            padding: 0;
        }

            .quiz-result .para .para1 p {
                margin: 10px 7px 0 7px;
            }

            .quiz-result .para .para1 .p2 {
                font-size: 18px;
                font-weight: normal;
                line-height: 1.36;
                margin-left: 7px;
                margin-right: 7px;
            }

        .quiz-result .Emails {
            padding-left: 0px;
        }

            .quiz-result .Emails .to-files {
                margin-left: 0;
            }

            .quiz-result .Emails h3 {
                font-size: 22px;
            }

            .quiz-result .Emails .results-mail {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .quiz-result .Emails .results-mail a {
                    width: 355px;
                    padding: 8px 24px;
                    margin-right: 0;
                    font-size: 22px;
                    line-height: 28px;
                }

                    .quiz-result .Emails .results-mail a span.font {
                        font-family: staffwide-bold;
                    }

                .quiz-result .Emails .results-mail .save-to {
                    width: 250px;
                    margin: 42px 0 0 0;
                }

            .quiz-result .Emails .your-result {
                margin-left: 0px;
            }

            .quiz-result .Emails .quiz-emailsec .signupinrtmlcont {
                margin: 0 0px;
            }

        .quiz-result .dry-eye {
            padding: 22px 0px 30px 0px;
            margin-left: 15px;
            margin-right: 15px;
            text-align: start;
        }

            .quiz-result .dry-eye .eimg {
                margin-top: 25px;
            }

            .quiz-result .dry-eye .list1 .fat {
                width: 260px;
            }

            .quiz-result .dry-eye .list1 .doll .excess {
                width: 305px;
            }

            .quiz-result .dry-eye .list1 .doll .expand {
                display: none;
            }

            .quiz-result .dry-eye .list1 ul li {
                padding: 10px 50px;
            }

            .quiz-result .dry-eye li {
                padding: 10px 47px;
            }

        .quiz-result .dry .bordering {
            border-bottom: none;
        }

        .quiz-result .dry .left {
            border-left: none;
        }

        .quiz-result .dry .title {
            background-color: #c2ff0a;
            position: absolute;
            color: #011627;
            border-radius: 0;
            left: 0px;
            top: -20px;
            width: 100%;
        }

        .quiz-result .dry h3 {
            text-align: left;
            line-height: 28px;
        }

        .quiz-result .dry .final {
            border-bottom: 2px solid #d3d3d3;
            padding: 50px 0 60px 0;
            padding: 22px 0px 30px 0px;
            margin-left: 15px;
            margin-right: 15px;
        }

        .quiz-result .dry .counter {
            padding: 36px 15px 60px 15px;
        }

            .quiz-result .dry .counter li {
                padding: 10px 47px;
            }

        .quiz-result .separate {
            padding: 35px 26px;
        }

            .quiz-result .separate .list2 li {
                line-height: 28px;
                margin: 14px 2px 11px 22px;
            }

    .vertical-2::before {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .quiz-result {
        padding-top: 94px;
    }

        .quiz-result .results-mail a {
            width: 310px;
            border-radius: 50px;
            font-size: 22px;
            font-weight: bold;
            border: none;
            padding: 17px 0 17px 16px;
            line-height: 1.27;
        }

        .quiz-result .results-mail .save-to {
            width: 241px;
        }

        .quiz-result h1 {
            font-size: 36px;
        }

        .quiz-result h2 {
            font-size: 24px;
        }

        .quiz-result .para .p1 {
            margin: 0;
            margin-top: 20px;
            font-size: 24px;
        }

        .quiz-result .para .para1 {
            padding: 0;
            margin-top: 30px;
            font-size: 22px;
        }

            .quiz-result .para .para1 p {
                font-size: 18px;
            }

        .quiz-result .Emails {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .quiz-result .Emails .your-result {
                margin: 0;
            }

    .vertical-2::before {
        display: none;
    }
}

#question1, #question2, #question3, #question4, #question5, #question6, #quizresultpage {
    display: none;
}

.grn-footer {
    background-color: #c2ff0b;
    height: 80px;
    position: sticky;
    bottom: 0;
}

    .grn-footer .grn-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .grn-footer .grn-link:hover {
            background-color: #00ffff;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    .grn-footer .grn-footer-tab a {
        padding: 0 20px;
        text-decoration: none;
    }

        .grn-footer .grn-footer-tab a.left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 100%;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
        }

            .grn-footer .grn-footer-tab a.left span.fas {
                padding-top: 1px;
                padding-right: 10px;
                font-size: 24px;
                color: #011331;
            }

                .grn-footer .grn-footer-tab a.left span.fas:before {
                    background: #fff;
                    border-radius: 50%;
                }

        .grn-footer .grn-footer-tab a.right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: right;
            -ms-flex-pack: right;
            justify-content: right;
            height: 100%;
        }

            .grn-footer .grn-footer-tab a.right span.fas {
                font-size: 24px;
                color: #011331;
                padding-right: 10px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .grn-footer .grn-footer-tab a.right span.fas:before {
                    background: #fff;
                    border-radius: 50%;
                }

        .grn-footer .grn-footer-tab a:hover p {
            border-bottom: 1px solid #011331;
        }

    .grn-footer .grn-footer-tab p {
        color: #011331;
        font-weight: 700;
        font-size: 18px;
        padding-top: 3px;
        border-bottom: 1px solid transparent;
    }

@media screen and (max-width: 991px) {
    .quiz-result #sectionToConvert {
        padding: 0;
        overflow-x: hidden;
    }

    .grn-footer {
        background-color: #c2ff0b;
        padding: 10px 0;
        height: unset;
    }

        .grn-footer .grn-link {
            width: unset;
            height: unset;
            display: unset;
            cursor: unset;
            -webkit-box-align: unset;
            -ms-flex-align: unset;
            align-items: unset;
            padding: unset;
            -webkit-transition: unset;
            transition: unset;
        }

            .grn-footer .grn-link:hover {
                background-color: unset;
                -webkit-transition: unset;
                transition: unset;
            }

        .grn-footer .border-line {
            border-bottom: 1px solid #011331;
        }

        .grn-footer .grn-footer-tab {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .grn-footer .grn-footer-tab .d-flex {
                display: unset !important;
            }

            .grn-footer .grn-footer-tab a.left {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 10px 0 20px 0;
            }

                .grn-footer .grn-footer-tab a.left i {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                .grn-footer .grn-footer-tab a.left span.fas {
                    padding-right: 0;
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            .grn-footer .grn-footer-tab a.right {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 20px 0 15px 0;
            }

            .grn-footer .grn-footer-tab p {
                padding-top: 0px;
            }

    .quiz-emailsec .form.email-inputbox {
        min-width: 365px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .quiz-sec {
        min-height: 767px;
    }

    .quiz-result .para .p1 {
        margin: 30px 10px 30px 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .quiz-sec {
        min-height: 767px;
    }

    .quiz-result .para .p1 {
        margin: 30px 10px 30px 10px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .quiz1 {
        min-height: 774px;
        padding-bottom: 0px;
    }

    .quiz2 {
        min-height: 774px;
    }

    .quiz-three {
        min-height: 825px;
    }

    .quiz4 {
        min-height: 774px;
        padding-bottom: 60px;
    }

    .quiz5 {
        min-height: 774px;
        padding-bottom: 0;
    }

    .quiz6 {
        min-height: 774px;
        padding-bottom: 0;
    }

    .quiz-sec {
        min-height: 774px;
    }
}

.quiz.grn-footer {
    height: 80px;
    background-color: #c2ff0a;
}

    .quiz.grn-footer .select-option {
        opacity: 0.7;
    }

    .quiz.grn-footer .grn-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .quiz.grn-footer .grn-link:hover {
            background-color: #00ffff;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    .quiz.grn-footer .grn-footer-tab a {
        text-decoration: none;
    }

        .quiz.grn-footer .grn-footer-tab a.left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 100%;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            padding: 0 40px;
        }

            .quiz.grn-footer .grn-footer-tab a.left span.fas {
                padding-top: 1px;
                padding-right: 10px;
                font-size: 24px;
                color: #011331;
            }

        .quiz.grn-footer .grn-footer-tab a.right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: right;
            -ms-flex-pack: right;
            justify-content: right;
            height: 100%;
            padding: 0 40px;
        }

            .quiz.grn-footer .grn-footer-tab a.right span.fas {
                font-size: 24px;
                color: #011331;
                padding-right: 10px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .quiz.grn-footer .grn-footer-tab p {
        color: #011627;
        font-family: "staffwide-bold";
        font-size: 18px;
        padding-top: 3px;
    }



.top-utility-section {
    padding: 9px 0;
    margin-bottom: 8px;
    background-color: #03838c;
}

    .top-utility-section .bl-left-logo img {
        height: 18px;
    }

    .top-utility-section .bl-right-link a {
        color: #fff;
        display: flex;
        justify-content: end;
        align-items: center;
        font-family: "Barlow", sans-serif;
        font-weight: 900;
        font-size: 11px;
        line-height: normal;
        text-decoration: underline;
    }

        .top-utility-section .bl-right-link a img {
            width: 15px;
            height: 15px;
            margin-left: 5px;
        }

.bl-left-logo {
    line-height: 0;
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    width: 50%;
}

.footer-sec {
    padding: 46px 0 57px;
    background: #03838C;
    margin-top: 0px;
    font-family: "Barlow", sans-serif;
    border-top: 0px !important;
}

.footer-bl-logo {
    margin-bottom: 18px;
}

.footer-desc.copyright p {
    font-size: 10px !important;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.socialLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 21px;
}

.social-link-top {
    border-bottom: 1px solid #35A781;
    padding-bottom: 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

    .social-link-top p {
        color: #fff;
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
    }

.socialLink li {
    color: #fff;
    margin-right: 15px;
    list-style-type: none;
}

.footer-links ul li a {
    color: #fff;
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    background-position: right 3px;
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 10px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.footer-links {
    display: flex;
    padding-left: 0px;
}

    .footer-links li {
        list-style-type: none;
        margin-bottom: 10px;
    }

    .footer-links ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    .footer-links .px-0 {
        padding-left: 0px;
    }

.quiz-result .pdf-footer .footer-sec {
    padding: 46px 0 20px;
    background: #03838C;
    margin-top: 0px;
    font-family: "Barlow", sans-serif;
    border-top: 0px !important;
    border-radius: 0px 0px 15px 15px;
}

    .quiz-result .pdf-footer .footer-sec .footer-desc.copyright p {
        line-height: normal !important;
    }

@media screen and (max-width: 991px) {
    .quiz.grn-footer {
        background-color: #c2ff0b;
        padding: 0;
        height: 80px;
        z-index: 1;
    }

        .quiz.grn-footer .grn-link {
            width: unset;
            height: unset;
            display: unset;
            cursor: unset;
            -webkit-box-align: unset;
            -ms-flex-align: unset;
            align-items: unset;
            padding: unset;
            -webkit-transition: unset;
            transition: unset;
        }

            .quiz.grn-footer .grn-link:hover {
                background-color: unset;
                -webkit-transition: unset;
                transition: unset;
            }

        .quiz.grn-footer .border-line {
            border-bottom: none;
        }

        .quiz.grn-footer .grn-footer-tab {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 80px;
        }

            .quiz.grn-footer .grn-footer-tab .d-flex {
                display: unset !important;
            }

            .quiz.grn-footer .grn-footer-tab a.left {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0;
            }

                .quiz.grn-footer .grn-footer-tab a.left i {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

                .quiz.grn-footer .grn-footer-tab a.left span.fas {
                    padding-top: 0;
                    padding-right: 0;
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

                .quiz.grn-footer .grn-footer-tab a.left p {
                    padding-left: 10px;
                }

            .quiz.grn-footer .grn-footer-tab a.right {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: right;
                -ms-flex-pack: right;
                justify-content: right;
                padding: 0;
                height: 80px;
            }

            .quiz.grn-footer .grn-footer-tab p {
                font-size: 18px;
                padding-top: 0px;
                line-height: 24px;
            }


    .footer-links {
        flex-direction: column;
        margin-top: 30px;
    }

    .footer-sec {
        padding: 30px;
    }


        .footer-sec .col-lg-3,
        .footer-sec .col-lg-9,
        .footer-sec .col-xl-10 {
            padding: 0;
        }

        .footer-sec .container {
            padding: 0;
        }

            .footer-sec .container .row {
                margin: 0;
            }


    .social-link-top {
        flex-direction: column;
        align-items: start;
    }

    .socialLink {
        padding-left: 0px;
    }

    .footer-links .col-lg-6 {
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .quiz2 .quiz-header .ivehadsymptoms-txt {
        height: auto;
        padding: 0 9px;
    }

    .quiz5 .quiz-body {
        width: unset;
    }
}

@media only screen and (max-width: 372px) {
    .quiz-result .Emails .results-mail a {
        width: 331px;
    }

    .quiz-result h1 {
        font-size: 35px;
    }
}

.hidden-section, .hidden-section1, .hidden-section2 {
    display: none;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00ffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 360px) {
    .quiz-sec {
        height: 950px;
    }
}

@media screen and (min-width: 375px) {
    .quiz-sec {
        height: 980px;
    }
}

@media screen and (min-width:380px) {
    .quiz-sec {
        height: 995px;
    }
}

@media screen and (min-width: 395px) {
    .quiz-sec {
        height: 1038px;
    }
}

@media screen and (min-width: 414px) {
    .quiz-sec {
        height: 1050px;
    }
}

@media screen and (min-width:430px) {
    .quiz-sec {
        height: 1078px;
    }
}

@media screen and (min-width: 768px) {
    .quiz-sec {
        height: 1775px;
    }
}

@media screen and (min-width: 991px) {
    .quiz-sec {
        height: 1078px;
    }
}

@media screen and (min-width: 1440px) {
    .quiz-sec {
        height: 1079px;
    }
}

@media screen and (min-width: 1366px) {
    .quiz-sec {
        height: 1078px;
    }
}

@media only screen and (max-width: 376px) {
    .quiz4 .pdiv .checklist .list-text.frth-ques-chtwo {
        padding-left: 18px;
    }
}

.page-not-found {
    background-image: linear-gradient(18deg, rgba(59, 195, 209, 0.2) -69%, #1e316e 0%);
    padding-top: 160px;
    padding-bottom: 82px;
}

    .page-not-found .uh-oh {
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
        font-family: StaffWide-Black;
        font-size: 50px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: normal;
        color: #fff;
    }

    .page-not-found .sorry {
        font-family: Staff-Bold;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #fff;
        padding-top: 30px;
        padding-bottom: 60px;
        padding-right: 333px;
    }

        .page-not-found .sorry span.nowrap {
            white-space: nowrap;
        }

    .page-not-found .first-row {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .page-not-found .first-row a.btn-error {
            font-family: StaffWide-Bold;
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.27;
            letter-spacing: -0.2px;
            color: #fff;
            text-decoration: none;
            padding: 17px 106px 17px 43px;
            width: 100%;
            display: block;
        }

            .page-not-found .first-row a.btn-error:hover {
                color: #011627;
                background-color: #00ffff;
            }

    .page-not-found .arrow-circle {
        border: 2px solid #fff;
        width: 25px;
        display: inline-block;
        border-radius: 50px;
        height: 25px;
        position: relative;
        left: 45px;
    }

        .page-not-found .arrow-circle img {
            position: relative;
            top: -2px;
            right: 1px;
        }

    .page-not-found .second-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .page-not-found .second-row a.btn-error {
            font-family: StaffWide-Bold;
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.27;
            letter-spacing: -0.2px;
            color: #fff;
            text-decoration: none;
            padding: 17px 106px 17px 43px;
            width: 100%;
            display: block;
        }

            .page-not-found .second-row a.btn-error:hover {
                color: #011627;
                background-color: #00ffff;
            }

    .page-not-found .linear-border {
        margin-right: 35px;
    }

        .page-not-found .linear-border.border-two {
            margin-left: 12px;
        }

            .page-not-found .linear-border.border-two a.btn-error {
                padding: 17px 67px 17px 43px;
            }

                .page-not-found .linear-border.border-two a.btn-error .arrow-circle {
                    left: 25px;
                }

            .page-not-found .linear-border.border-two a.btn-gradiant {
                --border-radius: 60px;
            }

    .page-not-found .material-symbols-outlined {
        padding-left: 10px;
        font-size: 28px !important;
    }

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .page-not-found .sorry span.nowrap {
        white-space: unset;
    }

    .pdf-footer .footer-sec {
        padding: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .pdf-footer .footer-sec {
        padding: 26px;
    }

    .page-not-found {
        padding-top: 100px;
        padding-bottom: 56px;
    }

        .page-not-found .uh-oh {
            font-size: 46px;
            font-weight: 900;
        }

        .page-not-found .sorry {
            font-size: 22px;
            font-weight: bold;
            padding: 30px 0 50px 0;
        }

            .page-not-found .sorry span.nowrap {
                white-space: unset;
            }

        .page-not-found .linear-border {
            margin-bottom: 35px;
            margin-right: 0px;
        }

            .page-not-found .linear-border.border-two {
                margin-left: 0px;
            }

                .page-not-found .linear-border.border-two a.btn-error {
                    padding: 17px 52px 17px 39px;
                }

                    .page-not-found .linear-border.border-two a.btn-error .arrow-circle {
                        left: 14px;
                        top: -13px;
                    }

                .page-not-found .linear-border.border-two a.btn-gradiant {
                    --border-radius: 60px;
                }

        .page-not-found .first-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 0px;
        }

            .page-not-found .first-row a.btn-error {
                font-family: StaffWide-Bold;
                font-size: 22px;
                font-weight: bold;
                padding: 19px 39px 15px;
                width: 100%;
                display: block;
            }

        .page-not-found .second-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .page-not-found .second-row a.btn-error {
                font-family: StaffWide-Bold;
                font-size: 22px;
                font-weight: bold;
                padding: 17px 39px 17px;
                width: 100%;
                display: block;
            }

        .page-not-found .arrow-circle {
            left: 0px;
            float: right;
            top: 0px;
        }
}

@media screen and (min-width: 406px) and (max-width: 419px) {
    .page-not-found .linear-border.border-two a.btn-error .arrow-circle {
        top: -26px;
    }
}

@media screen and (min-width: 419px) and (max-width: 991px) {
    .page-not-found .linear-border.border-two a.btn-error .arrow-circle {
        top: 0px;
    }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 991px) and (orientation: portrait) {
        .page-not-found .arrow-circle img {
            top: -6px;
        }
    }
}

@media (min-height: 800px) {
    .page-not-found {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 35px;
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .imac-safari .page-not-found .arrow-circle img {
        position: relative;
        top: -5px;
        right: 1px;
    }
}

.banner-faq {
    background: radial-gradient(circle at 50% 65%, #2f8fbb, #1e316e 62%);
    position: relative;
    width: 100%;
    height: 492px;
    overflow: hidden;
    pointer-events: none;
}

    .banner-faq .click-for-sound-btn {
        display: none !important;
    }

    .banner-faq .w-bottom-bar-lower {
        display: none !important;
    }

    .banner-faq .faq-video {
        width: 1920px;
        height: 492px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .banner-faq .banner-bg {
        position: absolute;
    }

        .banner-faq .banner-bg .ques-heading {
            padding-top: 208px;
            font-size: 60px;
            line-height: 76px;
            font-family: staffwide-black;
            text-align: left;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            width: 900px;
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
        }

            .banner-faq .banner-bg .ques-heading .freq-heading {
                display: block;
                text-shadow: none;
                margin: 0px 0;
                background-color: #c2ff0a;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                font-size: 24px;
                color: #011627;
                line-height: normal;
                font-family: staffwide-black;
                padding: 10px 20px;
                -webkit-transform: rotate(-2.5deg);
                transform: rotate(-2.5deg);
                margin-bottom: 20px;
                letter-spacing: 1px;
            }

.faq-acc-sec #collapse-all {
    display: none;
}

.faq-acc-sec .accordion-button::after {
    display: none;
}

.faq-acc-sec .accordion {
    padding: 30px 0 25px 0;
    margin-bottom: 55px;
}

    .faq-acc-sec .accordion .expand-btn {
        float: right;
        right: 20px;
        position: relative;
        padding-bottom: 10px;
    }

        .faq-acc-sec .accordion .expand-btn span {
            color: #011331;
            cursor: pointer;
            font-weight: 700;
            padding-bottom: 1px;
            border-bottom: 3px solid #011331;
            font-family: StaffWide-Bold;
            font-size: 20px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #011627;
        }

            .faq-acc-sec .accordion .expand-btn span em.fa {
                font-size: 20px;
                padding-left: 5px;
                padding-right: 2px;
                color: #011331;
                border-bottom: none;
            }

    .faq-acc-sec .accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #d3d3d3;
    }

        .faq-acc-sec .accordion .accordion-item:nth-child(7) .accordion-body {
            padding-bottom: 48px;
        }

            .faq-acc-sec .accordion .accordion-item:nth-child(7) .accordion-body p {
                margin-bottom: 40px;
            }

        .faq-acc-sec .accordion .accordion-item .accordion-body {
            padding: 0px 20px 25px 20px;
        }

            .faq-acc-sec .accordion .accordion-item .accordion-body p {
                font-family: Staff-Regular;
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 30px;
                letter-spacing: normal;
                color: #011627;
            }

        .faq-acc-sec .accordion .accordion-item:last-child {
            border: none;
        }

        .faq-acc-sec .accordion .accordion-item .accordion-button {
            padding: 40px 20px;
            font-weight: 700;
            font-family: StaffWide-Bold;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #006e90;
        }

            .faq-acc-sec .accordion .accordion-item .accordion-button span.fas {
                position: absolute;
                right: 22px;
                font-size: 38px;
            }

                .faq-acc-sec .accordion .accordion-item .accordion-button span.fas.fa-plus-circle {
                    color: #de2e02;
                }

                .faq-acc-sec .accordion .accordion-item .accordion-button span.fas.fa-minus-circle {
                    color: #011627;
                }

                    .faq-acc-sec .accordion .accordion-item .accordion-button span.fas.fa-minus-circle:before {
                        background-color: #c2ff0a;
                        border-radius: 35px;
                    }

            .faq-acc-sec .accordion .accordion-item .accordion-button.collapsed span.fa-minus-circle {
                display: none;
            }

            .faq-acc-sec .accordion .accordion-item .accordion-button:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .faq-acc-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
                color: #006e90;
                background-color: unset;
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }

.faq-acc-sec .accordion-collapse .accordion-body p {
    margin-bottom: 23px;
}

.faq-acc-sec .accordion-collapse .accordion-body a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.27;
    color: #011627;
    background-color: #00ffff;
    border-radius: 30px;
    padding: 8px 24px;
    font-family: StaffWide-Bold;
    border-color: transparent;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 228px;
}

    .faq-acc-sec .accordion-collapse .accordion-body a img {
        margin: 0px 0 0px 8px;
        padding-bottom: 2px;
    }

.faq-acc-sec #panelsStayOpen-collapseFour .accordion-body p {
    font-family: Staff-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #011627;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-acc-sec #panelsStayOpen-collapseFour .accordion-body ul {
    margin: 8px 0 32px 18px;
}

    .faq-acc-sec #panelsStayOpen-collapseFour .accordion-body ul li {
        font-family: "staff-regular";
        list-style: disc;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        color: #011627;
    }

@media screen and (max-width: 991px) {
    .banner-faq .faq-video-mob {
        position: absolute;
        width: 100%;
    }

    .banner-faq .banner-bg {
        position: absolute;
        z-index: 1;
    }

        .banner-faq .banner-bg .ques-heading {
            padding-top: 144px;
            font-size: 46px;
            line-height: 40px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

            .banner-faq .banner-bg .ques-heading .freq-heading {
                font-size: 20px;
            }

    .faq-acc-sec .accordion {
        padding-bottom: 45px;
        margin-bottom: 0px;
    }

        .faq-acc-sec .accordion .expand-btn {
            padding-bottom: 30px;
        }

        .faq-acc-sec .accordion .accordion-item .accordion-button {
            padding: 35px 60px 35px 12px;
        }

            .faq-acc-sec .accordion .accordion-item .accordion-button span.fas {
                right: 8px;
            }

        .faq-acc-sec .accordion .accordion-item .accordion-body {
            padding: 0px 20px 25px 13px;
        }
}

* {
    margin: 0px;
    padding: 0px;
}

.evaporation-banner {
    background-image: -webkit-gradient(linear, left top, right top, from(#1e316e), to(#247AA4));
    background-image: linear-gradient(to right, #1e316e, #247AA4);
    position: relative;
    width: 100%;
    height: 492px;
    overflow: hidden;
}

    .evaporation-banner .mob-container {
        position: relative;
        z-index: 2;
    }

    .evaporation-banner .click-for-sound-btn {
        display: none !important;
    }

    .evaporation-banner .w-bottom-bar-lower {
        display: none !important;
    }

    .evaporation-banner .tear-video {
        width: 1920px;
        height: 492px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .evaporation-banner .banner-bg .tear-heading {
        padding-top: 151px;
        font-size: 60px;
        line-height: 57px;
        font-family: staffwide-black;
        text-align: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 900px;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
        color: #fff;
        padding-right: 90px;
    }

        .evaporation-banner .banner-bg .tear-heading .what-heading {
            text-shadow: none;
            margin: 0px 0;
            background-color: #c2ff0a;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 24px;
            font-weight: 900;
            color: #011627;
            line-height: normal;
            font-family: staffwide-black;
            -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
            margin-bottom: 20px;
            width: 224px;
            height: 60px;
            padding-top: 3px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            letter-spacing: 1px;
        }

    .evaporation-banner .scroll-menu-container {
        margin: 0 auto;
        margin-top: 55px;
        white-space: nowrap;
        position: sticky;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .evaporation-banner .scroll-menu-container .scroll-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 40px;
            background-color: rgba(255, 255, 255, 0.9);
            border: 2px solid white;
        }

            .evaporation-banner .scroll-menu-container .scroll-menu a {
                color: #011627;
                text-align: center;
                border-radius: 40px;
                padding: 13px 34px;
                text-decoration: none;
                font-size: 16px;
                font-family: Staff-Bold;
                letter-spacing: 0.5px;
                font-weight: 700;
                text-transform: uppercase;
                text-underline-offset: 7px;
            }

                .evaporation-banner .scroll-menu-container .scroll-menu a.active {
                    background-color: #00FFFF;
                    text-decoration: underline;
                }

                .evaporation-banner .scroll-menu-container .scroll-menu a:hover {
                    text-decoration: underline;
                }

        .evaporation-banner .scroll-menu-container.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 2;
            background: #D2D5E2;
            margin-top: 121px;
        }

            .evaporation-banner .scroll-menu-container.sticky .scroll-menu {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: unset;
            }

            .evaporation-banner .scroll-menu-container.sticky ul {
                border-radius: 0;
                background-color: unset;
            }

.leading-cause {
    overflow: hidden;
    position: relative;
    background: none;
    padding-top: 95px;
    padding-bottom: 88px;
}

    .leading-cause .main-bg-2 {
        background: url("/siteassets/img/img-girl-rubbing-eye-new.webp");
        background-size: 790px;
        background-repeat: no-repeat;
        width: 100vw;
        background-position: -84px;
        height: 924px;
        position: absolute;
        top: 0;
        z-index: -7;
    }

    .leading-cause .content h3 {
        line-height: 50px;
        line-height: 48px;
        font-size: 40px;
        font-weight: bold;
        font-family: staffwide-bold;
        color: #011627;
    }

    .leading-cause .content h2 {
        color: #006e90;
        line-height: 48px;
        font-size: 48px;
        font-weight: 900;
        font-family: staffwide-black;
        padding-bottom: 31px;
    }

        .leading-cause .content h2 span.leading {
            display: block;
            line-height: 50px;
            line-height: 48px;
            font-size: 30px;
            font-weight: bold;
            font-family: staffwide-bold;
            color: #011627;
        }

    .leading-cause .content .para1 {
        max-width: 600px;
    }

    .leading-cause .content .para2 {
        padding: 24px 0;
        max-width: 600px;
    }

    .leading-cause .content .para3 {
        max-width: 600px;
    }

    .leading-cause .content p {
        margin: 0px;
        font-family: staff-regular;
        font-size: 18px;
        line-height: 30px;
        color: #011627;
    }

        .leading-cause .content p strong {
            font-family: staff-bold;
        }

.closer-look {
    padding: 110px 0;
    background-image: radial-gradient(circle at 20% 132%, rgb(48, 150, 160), #1e316e 58%);
}

    .closer-look .closer-look_heading .a-closer-look-h3 {
        line-height: 48px;
        font-size: 40px;
        font-family: staffwide-bold;
        color: #c2ff0a;
    }

    .closer-look .closer-look_heading .tear-system-h2 {
        color: white;
        font-size: 48px;
        line-height: 48px;
        font-family: staffwide-black;
    }

        .closer-look .closer-look_heading .tear-system-h2 span.a-closer-look-h3 {
            display: block;
            line-height: 48px;
            font-size: 30px;
            font-family: staffwide-bold;
            color: #c2ff0a;
        }

    .closer-look .closer-look_heading .tear-sys-para {
        margin-top: 20px;
        margin-bottom: 48px;
        color: white;
        font-size: 22px;
        line-height: 32px;
        font-family: staff-bold;
    }

    .closer-look .healthy-dry-eyes .healthy-eyes {
        padding-top: 80px;
    }

        .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img {
            height: 300px;
            margin: 0 auto;
            width: 600px;
        }

            .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img img {
                position: relative;
                left: 48px;
                width: 546px;
                top: 27px;
            }

        .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-para {
            text-align: start;
            font-size: 22px;
            color: white;
            font-family: staff-bold;
            line-height: 30px;
            width: 445px;
        }

            .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-para span {
                font-family: staff-bold;
                color: #c2ff0a;
            }

    .closer-look .healthy-dry-eyes .dry-eyes {
        padding-top: 80px;
    }

        .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img {
            height: 300px;
            width: 600px;
            margin: 0 auto;
        }

            .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img img {
                position: relative;
                left: 53px;
                width: 600px;
            }

        .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-para {
            text-align: start;
            font-size: 22px;
            color: white;
            font-family: staff-bold;
            line-height: 30px;
            width: 390px;
        }

            .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-para span {
                font-family: staff-bold;
                color: #c2ff0a;
            }

    .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder {
        width: 438px;
        height: 60px;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) padding-box, -webkit-gradient(linear, left top, right top, from(#c2ff0a), to(#00ffff)) border-box;
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(90deg, #c2ff0a, #00ffff) border-box;
    }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder button {
            margin: 0;
            padding: 0;
            border-radius: 0px;
            width: 160px;
            padding: 10px;
            color: white;
            border: none;
            font-size: 22px;
            font-family: staffwide-bold;
            font-weight: 700;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .healthy-btn {
            width: 217px;
            border-radius: 30px 0 0 30px;
            background-color: #00ffff;
            color: black;
            border: 0px;
            cursor: pointer;
            background-color: #1f336f;
            color: white;
            font-family: staffwide-bold;
            font-size: 22px;
            line-height: normal;
            height: 56px;
            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;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .dry-btn {
            width: 217px;
            height: 56px;
            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;
            font-family: staffwide-bold;
            line-height: normal;
            padding: 15px 15px;
            background-color: #1f336f;
            color: white;
            border-radius: 0px 30px 30px 0;
            font-size: 22px;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .active-button {
            background-color: #00ffff;
            color: #011627;
        }

.what-increases {
    padding: 80px 0 50px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(98%, #f3f3f3));
    background-image: linear-gradient(to bottom, #fff, #f3f3f3 98%);
}

    .what-increases .tear-evaporation-heading {
        margin-bottom: 40px;
        text-align: center;
        font-family: staffwide-black;
        font-size: 48px;
        line-height: 48px;
        color: #006e90;
        font-weight: 900;
    }

        .what-increases .tear-evaporation-heading span {
            font-family: staffwide-bold;
            display: block;
            font-size: 30px;
            line-height: 48px;
            color: #3e3e3e;
        }

    .what-increases .tear-card {
        background-color: #fff;
        padding: 50px;
        border-radius: 16px;
        border-radius: 16px;
        padding: 9px 0px 46px 109px;
        margin: 0 auto;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
    }

        .what-increases .tear-card .tear-card-body .card-img img.glass-img {
            margin-left: -0.85%;
        }

        .what-increases .tear-card .tear-card-body .card-img img.medcions {
            margin-left: -5.31%;
        }

        .what-increases .tear-card .tear-card-body .card-img img.eye {
            margin-left: -2%;
        }

        .what-increases .tear-card .tear-card-body .card-img img.envi-img {
            margin-left: -3%;
        }

        .what-increases .tear-card .tear-card-body .card-img p {
            font-family: staff-regular;
            font-size: 18px;
            line-height: 30px;
            max-width: 500px;
            color: #011627;
        }

            .what-increases .tear-card .tear-card-body .card-img p span {
                font-family: staff-bold;
                color: #006e90;
            }

.find-right-treatment {
    background-image: radial-gradient(circle at 41% 132%, rgb(48, 150, 160), #1e316e 71%);
    position: relative;
    padding: 118px 0 85px;
}

    .find-right-treatment .content h3 {
        line-height: 48px;
        font-size: 40px;
        line-height: 50px;
        color: #c2ff0a;
        font-family: staffwide-bold;
    }

    .find-right-treatment .content h2 {
        font-size: 48px;
        line-height: 48px;
        font-family: staffwide-black;
        color: #fff;
        padding-bottom: 51px;
    }

        .find-right-treatment .content h2 span {
            display: block;
            line-height: 48px;
            font-size: 30px;
            line-height: 50px;
            color: #c2ff0a;
            font-family: staffwide-bold;
        }

    .find-right-treatment .content .content-para p {
        margin-bottom: 24px;
        font-size: 18px;
        color: white;
        max-width: 606px;
        font-family: staff-regular;
        line-height: 30px;
    }

.ready-to-treat {
    background-image: radial-gradient(circle at 50% 50%, #2a4b74, #0c1827 66%);
    padding: 180px 0 100px;
    padding-bottom: 50px;
    color: white;
}

    .ready-to-treat.discover-rx-page {
        background-image: none;
        background-color: #1E316E;
    }

    .ready-to-treat .find-out-button {
        margin: 20px auto 50px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: #00ffff;
        padding: 8px 24px;
        font-size: 18px;
        border-radius: 501px;
        font-family: staffwide-bold;
        height: 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #011627;
    }

        .ready-to-treat .find-out-button img {
            padding-left: 8px;
        }

        .ready-to-treat .find-out-button a {
            font-family: staffwide-bold;
            font-size: 22px;
            color: #011627;
            text-decoration: none;
        }

    .ready-to-treat .treat-para {
        font-family: staff-regular;
        max-width: 725px;
        margin: 10px auto 54px auto;
        text-align: center;
        font-size: 18px;
        padding: 20px 0;
        color: #fff;
    }

    .ready-to-treat .tear-heading {
        font-size: 48px;
        font-family: staffwide-black;
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0px auto;
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
    }

        .ready-to-treat .tear-heading .ready-heading {
            text-shadow: none;
            margin: 0px 0;
            background-color: #c2ff0a;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 24px;
            color: #011627;
            font-family: staffwide-black;
            padding: 10px 20px;
            -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
            margin-bottom: 25px;
        }

    .ready-to-treat.discover-rx-page .tear-heading .ready-heading {
        font-size: 32px;
        text-transform: uppercase;
    }

    .ready-to-treat.discover-rx-page .tear-heading {
        font-size: 69px;
        margin: 0px;
        text-align: left;
    }

    .ready-to-treat.discover-rx-page .treat-para {
        font-family: staff-regular;
        max-width: 1068px;
        margin: 0px;
        text-align: left;
        font-size: 22px;
        padding: 35px 0;
        color: #fff;
        line-height: 32px;
        font-weight: 700
    }

.discover-rx-page .find-out-anchsct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* text-align: center; */
    width: 100%;
    max-width: 1068px;
}

.discover-rx-page a.btn-gradiant:hover {
    color: #fff;
    background-color: #011627;
    text-decoration-color: transparent;
}

.discover-rx-page.ready-to-treat .find-out-anchsct a {
    font-size: 22px;
    margin-right: 20px;
    min-width: 177px;
    /* text-align: center; */
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 20px;
    font-weight: 700;
    text-decoration: none;
}

.discover-rx-page.ready-to-treat .find-out-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #00ffff;
    padding: 8px 24px;
    font-size: 18px;
    border-radius: 501px;
    font-family: staffwide-bold;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #011627;
}

.ready-to-treat.discover-rx-page .find-out-anchsct a.Cancel-button img {
    margin-right: 13px;
}

@media screen and (max-width: 991px) {
    .evaporation-banner .scroll-menu-container .scroll-menu a.active:hover {
        text-decoration: underline;
    }

    .evaporation-banner .scroll-menu-container .scroll-menu a:hover {
        text-decoration: none;
    }

    .find-right-treatment .content h2 span {
        display: block;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .evaporation-banner {
        pointer-events: auto;
    }

        .evaporation-banner .tear-video-mob {
            position: absolute;
            width: 100%;
        }

        .evaporation-banner .container {
            padding: 0;
            max-width: 100%;
        }

        .evaporation-banner .mob-container {
            position: relative;
            z-index: 1;
            margin: auto;
            max-width: 540px;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
        }

        .evaporation-banner .scroll-menu-container {
            top: 100%;
            width: 100%;
            position: sticky;
            overflow-x: auto;
            margin-top: unset;
            display: block;
        }

            .evaporation-banner .scroll-menu-container .scroll-menu {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 0 20px 30px 20px;
            }

                .evaporation-banner .scroll-menu-container .scroll-menu a.active {
                    pointer-events: none;
                }

            .evaporation-banner .scroll-menu-container.sticky .scroll-menu {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 0px;
            }

    .evaporation-banner {
        background: unset;
    }

        .evaporation-banner .banner-bg {
            position: relative;
            background: unset;
            min-height: unset;
        }

            .evaporation-banner .banner-bg .tear-heading {
                padding-top: 124px;
                padding-right: 0px;
                font-size: 36px;
                line-height: 40px;
                width: 300px;
            }

                .evaporation-banner .banner-bg .tear-heading .what-heading {
                    width: 132px;
                    height: 40px;
                    padding-top: 2px;
                    font-size: 20px;
                }

        .evaporation-banner .scroll-menu-container .scroll-menu {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0 20px 30px 20px;
        }

            .evaporation-banner .scroll-menu-container .scroll-menu a.active {
                pointer-events: none;
            }

        .evaporation-banner .scroll-menu-container.sticky {
            margin-top: 98px;
        }

            .evaporation-banner .scroll-menu-container.sticky .scroll-menu {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 0px;
            }

    .leading-cause {
        padding-top: 40px;
        padding-bottom: 0;
    }

        .leading-cause .main-bg-2 {
            background: url("/siteassets/img/img-girl-rubbing-eye-new.webp");
            position: relative;
            background-position: center;
            background-repeat: no-repeat;
            height: 618px;
            background-size: 618px;
            margin-top: 40px;
        }

        .leading-cause .content {
            margin-bottom: 0px;
        }

            .leading-cause .content h3 {
                text-align: center;
                font-size: 24px;
                line-height: 30px;
            }

            .leading-cause .content h2 {
                padding: 0px 39px;
                margin-left: auto;
                margin-right: auto;
                line-height: 40px;
                text-align: center;
                font-size: 34px;
                margin-bottom: 31px;
            }

            .leading-cause .content .para1,
            .leading-cause .content .para2,
            .leading-cause .content .para3 {
                max-width: 100%;
                line-height: 30px;
                font-size: 18px;
            }

                .leading-cause .content .para1 span,
                .leading-cause .content .para2 span,
                .leading-cause .content .para3 span {
                    color: inherit;
                    font-size: inherit;
                    font-family: inherit;
                    white-space: nowrap;
                }

    .closer-look {
        background-image: radial-gradient(circle at 47% 143%, rgb(43, 142, 152), #1e316e 74%);
        padding-top: 79px;
        padding-bottom: 0px;
    }

        .closer-look .closer-look_heading .a-closer-look-h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .closer-look .closer-look_heading .tear-system-h2 {
            margin-bottom: 37px;
            font-size: 34px;
            line-height: 40px;
        }

            .closer-look .closer-look_heading .tear-system-h2 .a-closer-look-h3 {
                font-size: 24px;
                line-height: 30px;
            }

        .closer-look .closer-look_heading .tear-sys-para {
            margin-bottom: 47px;
            font-size: 18px;
            line-height: 30px;
        }

        .closer-look .healthy-dry-eyes .healthy-eyes {
            padding-top: 78px;
            padding-bottom: 0px;
        }

            .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img {
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                margin-bottom: 82px;
                width: 343px;
            }

                .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img img {
                    width: 330px;
                    left: 9px;
                    top: 15px;
                }

            .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-para {
                margin: 0 auto 114px;
                font-size: 22px;
                line-height: 30px;
                max-width: 445px;
                width: 100%;
            }

        .closer-look .healthy-dry-eyes .dry-eyes {
            padding-top: 78px;
            padding-bottom: 0px;
        }

            .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img {
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                margin: 0 auto 45px;
                max-width: 485px;
                width: 344px;
            }

                .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img img {
                    position: static;
                    width: 360px;
                }

            .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-para {
                margin: 0 auto 114px;
                font-size: 22px;
                line-height: 30px;
                max-width: 445px;
                width: 100%;
            }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder button {
            font-size: 20px;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .healthy-btn {
            font-size: 20px;
            line-height: 28px;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .dry-btn {
            line-height: 28px;
            font-size: 20px;
        }

    .what-increases {
        padding: 80px 0 65px;
    }

        .what-increases .tear-evaporation-heading {
            margin-bottom: 43px;
            font-family: staffwide-black;
            font-size: 36px;
            line-height: 40px;
        }

            .what-increases .tear-evaporation-heading span {
                line-height: 30px;
                font-size: 24px;
                color: #011627;
            }

        .what-increases .tear-card {
            padding: 0 15px;
            -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
        }

            .what-increases .tear-card .tear-card-body .card-img {
                text-align: center;
            }

                .what-increases .tear-card .tear-card-body .card-img p {
                    max-width: 100%;
                    text-align: left;
                    margin-bottom: 25px;
                    font-family: staff-regular;
                    font-size: 22px;
                    line-height: 30px;
                }

                    .what-increases .tear-card .tear-card-body .card-img p span {
                        font-family: staff-bold;
                        color: #006e90;
                    }

                .what-increases .tear-card .tear-card-body .card-img img.glass-img {
                    margin-left: 0;
                }

                .what-increases .tear-card .tear-card-body .card-img img.medcions {
                    margin-left: 0;
                }

                .what-increases .tear-card .tear-card-body .card-img img.eye {
                    margin-left: 0;
                }

                .what-increases .tear-card .tear-card-body .card-img img.envi-img {
                    margin-left: 0;
                }

    .find-right-treatment {
        padding: 70px 0 30px;
    }

        .find-right-treatment .tap-img-2 {
            max-width: 60%;
            margin: 0 auto;
        }

        .find-right-treatment .content h3 {
            text-align: center;
            font-size: 24px;
            line-height: 30px;
        }

        .find-right-treatment .content h2 {
            text-align: center;
            padding: 0%;
            margin-bottom: 30px;
            margin-top: 10px;
            font-size: 34px;
            line-height: 40px;
        }

        .find-right-treatment .content .content-para p {
            margin-bottom: 23px;
            max-width: 100%;
            font-size: 22px;
            line-height: 30px;
        }

            .find-right-treatment .content .content-para p span.nwrp {
                white-space: nowrap;
            }

    .ready-to-treat {
        padding: 120px 0 111px;
    }

        .ready-to-treat .tear-heading {
            font-size: 36px;
            line-height: 40px;
        }

        .ready-to-treat.discover-rx-page .tear-heading {
            font-size: 36px;
            line-height: 40px;
        }

        .ready-to-treat .tear-heading .ready-heading {
            margin: 0 auto 22px auto;
            font-size: 20px;
        }

        .ready-to-treat.discover-rx-page .tear-heading .ready-heading {
            font-size: 20px;
            margin: 0 auto 28px 0px;
        }

        .ready-to-treat .treat-para {
            padding: 0px;
            margin: 30px 0 60px;
            font-size: 22px;
            line-height: 30px;
        }

        .ready-to-treat .find-out-button {
            margin: 0px auto;
            font-size: 22px;
        }

            .ready-to-treat .find-out-button a {
                font-size: 22px;
            }
}

span.question-mark-spn {
    font-family: staffwide-bold;
    color: inherit;
    font-size: inherit;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .what-increases .tear-card {
        padding: 15px 60px 35px;
    }
}

@media screen and (max-width: 767px) {
    .evaporation-banner .scroll-menu-container.sticky {
        margin-top: 92px;
    }

    .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder {
        width: 346px;
    }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .healthy-btn {
            width: 170px;
            padding: 15px 0px;
        }

        .closer-look .healthy-dry-eyes .healthy-dry-buttons .btn-gradientborder .dry-btn {
            width: 170px;
            padding: 15px 0px;
        }

    .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img {
        max-width: 335.3px;
    }

        .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img img {
            width: 331px;
            left: 7px;
        }

    .discover-rx-page .find-out-anchsct {
        flex-direction: column;
    }

    .discover-rx-page.ready-to-treat .find-out-anchsct a {
        width: 100%;
        margin-bottom: 20px;
        margin: 20px 0px;
    }

    .GlobalEntrustArc {
        margin-bottom: 30px !important;
    }

    .top-utility-section {
        padding: 8px 0px;
    }

        .top-utility-section .bl-left-logo img {
            height: 8px;
        }

        .top-utility-section .bl-right-link a {
            font-size: 7.5px;
            height: 8px;
        }

        .top-utility-section .bl-left-logo a {
            height: 8px;
            display: inline-flex;
        }

        .top-utility-section .bl-right-link a img {
            width: 10px;
            height: 8px;
            margin-left: 5px;
        }
}

@media screen and (max-width: 360px) {
    .evaporation-banner .banner-bg .tear-heading {
        font-size: 35px;
    }

    .what-increases .tear-evaporation-heading {
        font-size: 35px;
    }

    .ready-to-treat .tear-heading {
        font-size: 34px;
        line-height: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .what-increases .tear-card {
        padding: 9px 35px 46px 35px;
    }

    .evaporation-banner .scroll-menu-container {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

        .evaporation-banner .scroll-menu-container .scroll-menu a {
            padding: 13px 20px;
        }

    .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img {
        text-align: start;
    }

        .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img img {
            width: 480px;
            left: 19px;
            top: 25px;
        }

    .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img {
        text-align: start;
    }

        .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img img {
            position: relative;
            left: 0px;
            width: 530px;
        }

    .find-right-treatment .content h3 {
        font-size: 36px;
    }

    .find-right-treatment .content h2 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img {
        text-align: start;
    }

        .closer-look .healthy-dry-eyes .healthy-eyes .healthy-eyes-img img {
            left: 22px;
        }

    .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img {
        text-align: start;
    }

        .closer-look .healthy-dry-eyes .dry-eyes .dry-eyes-img img {
            position: relative;
            left: 0px;
        }
}

@media screen and (min-width: 400px) and (max-width: 991px) {
    .leading-cause .main-bg-2 {
        background-position: center;
    }
}

@media screen and (min-width: 1400px) {
    .evaporation-banner .scroll-menu-container.sticky .scroll-menu {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }
}

.site-map-sec {
    padding-top: 160px;
    background-image: linear-gradient(317deg, rgba(59, 195, 209, 0.2) -83%, #1e316e 5%);
    padding-bottom: 40px;
}

    .site-map-sec .jaf {
        margin-top: 50px;
    }

    .site-map-sec .sub-heading {
        padding-left: 32px;
        font-family: Staff-Bold;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #fff;
    }

        .site-map-sec .sub-heading a {
            color: #fff;
            font-family: Staff-Bold;
        }

    .site-map-sec .sub-head {
        padding-left: 0px;
        font-family: Staff-Bold;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #fff;
    }

        .site-map-sec .sub-head a {
            color: #fff;
            font-family: Staff-Bold;
        }

    .site-map-sec h1 {
        text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
        font-family: StaffWide-Black;
        font-size: 60px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.75;
        letter-spacing: normal;
        color: #fff;
    }

    .site-map-sec ul > li {
        margin: 0px;
        padding-bottom: 30px;
    }

@media screen and (max-width: 991px) {
    .site-map-sec {
        padding-top: 100px;
        padding-bottom: 25px;
    }

        .site-map-sec .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .site-map-sec .jaf {
            margin-top: 40px;
        }

        .site-map-sec .sub-heading {
            padding-left: 32px;
        }

        .site-map-sec h1 {
            text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
            font-family: StaffWide-Black;
            font-size: 46px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: 2.3px;
            color: #fff;
        }

    .tear-card-body .mgd-img {
        margin-top: 0px !important;
    }

    .tear-card-body .inflam-img {
        margin-top: 0px !important;
    }
}
