﻿html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
    display: block
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html[type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff
}

a, abbr, acronym, address, applet, article, aside, big, blockquote, body, caption, cite, code, dd, del, div, dl, dt, em, fieldset, fn, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    font-family: 'Exo 2',sans-serif
}

.bg-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e5f7f7 56%,#e5f7f7 100%);
    background: -webkit-linear-gradient(top,#fff 0,#e5f7f7 56%,#e5f7f7 100%);
    background: linear-gradient(to bottom,#fff 0,#e5f7f7 56%,#e5f7f7 100%)
}

.container {
    width: 970px;
    max-width: 100%
}

h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    letter-spacing: -.69px
}

h2 {
    color: #003d4c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0
}

h3 {
    color: #00b2a9;
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 28px
}

h6 {
    color: #003d4c;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0
}

a {
    color: #00b2a9;
    text-decoration: underline;
    font-weight: 700
}

    a:active, a:focus, a:visited {
        color: #00b2a9
    }

    a:hover {
        color: #003d4c
    }

p {
    color: #1E1E1E;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0
}

ul.lists {
    list-style: none;
    margin: 0;
    font-weight: 400;
    padding-left: 10px
}

    ul.lists li {
        position: relative;
        padding-left: 25px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #63666a
    }

        ul.lists li:before {
            content: "•";
            color: #00b2a9;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 27px;
            line-height: 0;
            border-radius: 100%;
            font-weight: 700
        }

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.bluebg {
    background: #def7f4
}

.clear-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.clear-padding-left, .clear-padding-right {
    padding-left: 0 !important
}

.clear-margin-bottom {
    margin-bottom: 0 !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.no-line-br {
    display: inline-block
}

span.to-block {
    display: block;
}

.bold {
    font-weight: 700;
    color: #00b2a9
}

.text-block, .text-block-desktop {
    display: block
}

.no-break-desktop {
    display: inline-block
}

strong {
    color: #00b2a9
}

.show-mobile {
    display: none
}

.banner {
}

.banner-home {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-Hero-Art-Whole.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px
}

.banner-why {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-why-1-0-Hero-Art-Whole.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px
}

.banner-additional {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-3-0-Hero-Art-Whole.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px;
	position:relative;
}

.banner-patients {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-4-0-Hero-Art-Whole.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px
}

.banner-error {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-5-0-Hero-Art-Whole.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px
}

.banner-after {
    height: auto;
    background-image: url('/siteassets/img/banner-1600x370-2-0-Hero-Art-Whole.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 17px;
    margin-bottom: 30px
}
.banner-additional p.not-approved-desktop {
    color: #ffff;
    position: absolute;
    font-size: 15px;
    bottom: 2%;
    left: 28.8%;
    z-index: 1;
}
.banner-additional p.not-approved {
    display:none;
}
@media screen and (min-width:1365px) and (max-width:1367px) {

        .banner-additional p.not-approved-desktop {
           
            left: 26%;
    font-size: 12px
        }
    }
	@media screen and (min-width:1438px) and (max-width:1444px) {

        .banner-additional p.not-approved-desktop {
           
           left: 27%;
		   font-size:12px;
        }
    }
    @media screen and (min-width:700px) and (max-width:991px) {

        .banner-additional p.not-approved-desktop {
            color: #ffff;
            position: absolute;
            font-size: 9px;
            top: 92%;
            left: 15.5%;
        }
    }

    @media screen and (min-width:830px) and (max-width:835px) {

        .banner-additional p.not-approved-desktop {
            color: #ffff;
            position: absolute;
            font-size: 9px;
            left: 18.5%;
        }
    }

    @media screen and (min-width:1023px) and (max-width:1025px) {

        .banner-additional p.not-approved-desktop {
            color: #ffff;
            position: absolute;
            font-size: 11px;
            top: 92%;
            left: 18.5%;
        }
    }

    @media screen and (min-width:300px) and (max-width:500px) {

        .banner-additional p.not-approved {
            position: absolute;
            color: #ffff;
           
            left: 25.5%;
            bottom: 2px;
            font-size: 10px;
            line-height: 14px;
            text-align: center;
            display: block;
        }
        .banner-additional p.not-approved-desktop {
            display:none;
        }
            .banner-additional p.not-approved span.for-block {
                display: block;
            }
    }
@media (min-width:1570px) {
    .banner-home {
        height: 444px;
    }

        .banner-home h1 {
            left: 55%;
        }

    .banner-why {
        height: 444px;
    }

    .banner-additional {
        height: 444px;
    }

    .banner-patients {
        height: 444px;
    }

    .banner-error {
        height: 444px;
    }

    .banner-after {
        height: 444px;
    }
}

.banner .banner-info {
    min-height: 360px;
    position: relative
}

    .banner .banner-info h1 {
        color: #fff;
        width: 100%;
        position: absolute;
        left: 50%;
        right: 50%;
        top: 61%;
        transform: translate(-50%,-50%);
        text-align: center;
        padding: 0 10px
    }

        .banner .banner-info h1 span {
            font-weight: 700
        }

            .banner .banner-info h1 span.no-line-br {
                font-weight: 400
            }

@media screen and (min-width:700px) and (max-width:991px) {
    .banner-home .banner-info h1 {
        left: 37%;
    }

    .banner-additional .banner-info h1 {
        left: 73%;
        padding: 0 0px;
    }

    .banner-why .banner-info h1 {
        left: 73%;
    }

    .banner-after .banner-info h1 {
        left: 38%;
    }
}

@media (max-width:1570px) {
    .banner .banner-info h1 {
        top: 50%;
    }
}

@media (min-width:1570px) {
    .banner-home .banner-info h1 {
        left: 55%;
    }

    .banner-after .banner-info h1 {
        left: 56%;
    }

    .banner-additional .banner-info h1 {
        left: 41%;
    }

    .banner-patients .banner-info h1 {
        left: 70rem;
    }

    .banner-why .banner-info h1 {
        left: 41%;
    }

    .banner-error .banner-info h1 {
        left: 27%;
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    .banner-home .banner-info h1 {
        left: 38%;
    }

    .banner-after .banner-info h1 {
        left: 38%;
    }

    .banner-patients .banner-info h1 {
        left: 50%;
    }

    .banner-additional .banner-info h1 {
        left: 73%;
    }

    .banner-why .banner-info h1 {
        left: 74%;
    }
}

.banner .banner-img img {
    width: 100%
}

    .banner .banner-img img.banner-mobile {
        display: none
    }

.bluebg p strong {
    color: #007A73;
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 30px;
        line-height: 35px
    }

    h2 {
        font-size: 22px;
        line-height: 26px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
        line-height: 26px
    }

    .banner {
        margin-top: 0
    }

        .banner .banner-info {
            min-height: 280px
        }
}

@media screen and (max-width:991px) {
    .additional-template h2 {
        font-size: 18px;
    }

    .additional-template p {
        font-size: 14px;
        padding: 0 48px 0 0;
    }

    .additional-template .cards-section h2 {
        font-size: 18px;
    }

    .additional-resource h2 {
        font-size: 18px;
        padding: 0 25px;
    }

    .additional-resource .patient-brochure a {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    h4 {
        font-size: 16px;
        line-height: 22px
    }

    h6 {
        font-size: 18px;
        line-height: 22px
    }

    p {
        font-size: 16px;
        line-height: 22px
    }

    ul.lists {
        padding-left: 0
    }

        ul.lists li {
            font-size: 16px;
            line-height: 22px
        }

    .banner {
        margin-bottom: 20px
    }

        .banner .banner-info {
            min-height: 140px
        }

    .text-block-desktop {
        display: inline
    }

    .show-mobile {
        display: block
    }

    .no-break-desktop {
        display: inline
    }
}

@media (max-width:767px) and (orientation:landscape) {
    h1 {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    h1 {
        font-size: 16px;
        line-height: 20px
    }

    .banner .banner-info h1 {
        padding: 0 31px;
    }

        .banner .banner-img img.banner-mobile, .banner .banner-info h1 .text-block-mobile {
            display: block
        }

    .banner .banner-img img.banner-desktop-tab {
        display: none
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .banner-home .banner-info h1 {
    }

    .banner-after .banner-info h1 {
        padding: 0 46px;
    }

    .banner-additional .banner-info h1 {
        padding: 0 27px;
    }

    .banner-patients .banner-info h1 {
        padding: 0 27px;
    }

    .banner-why .banner-info h1 {
    }
}

@media screen and (max-width:360px) {
    h1 {
        font-size: 14px;
        line-height: 18px
    }
}

@supports (-ms-ime-align:auto) {
    .banner, .inner-bottom-section {
        overflow: hidden
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .banner, .inner-bottom-section {
        overflow: hidden
    }
}

.cta-btn {
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.cta-btn-primary, a.cta-btn-primary {
    background-image: url("../img/bg-45x311-button.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    color: #fff;
    line-height: 24px;
    padding: 8px 85px 8px 30px;
    text-align: left;
    position: relative;
    height: 64px
}

    .cta-btn-primary:focus, .cta-btn-primary:hover, a.cta-btn-primary:focus, a.cta-btn-primary:hover {
        background-image: url("../img/bg-45x311-button-hover.svg");
        text-decoration: none;
        color: #fff
    }

    .cta-btn-primary:after, a.cta-btn-primary:after {
        content: '';
        width: 18px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 23px;
        background-image: url("../img/icon-26x16-arrow.svg");
        background-repeat: no-repeat;
        background-size: 18px 30px;
        background-position: right center
    }

.cta-btn-secondary, a.cta-btn-secondary {
    background-image: url("../img/bg-45x311-button.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    color: #fff;
    line-height: 24px;
    padding: 20px 85px 20px 30px;
    text-align: left;
    position: relative;
    height: 64px
}

    .cta-btn-secondary:focus, .cta-btn-secondary:hover, a.cta-btn-secondary:focus, a.cta-btn-secondary:hover {
        background-image: url("../img/bg-45x311-button-hover.svg");
        text-decoration: none;
        color: #fff
    }

    .cta-btn-secondary:after, a.cta-btn-secondary:after {
        content: '';
        width: 18px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 23px;
        background-image: url("../img/icon-26x16-arrow.svg");
        background-repeat: no-repeat;
        background-size: 18px 30px;
        background-position: right center
    }

@media screen and (max-width:767px) {
    .cta-btn {
        font-size: 16px
    }

    .cta-btn-primary, a.cta-btn-primary {
        line-height: 22px
    }
}

@media screen and (max-width:320px) {
    .cta-btn-primary, a.cta-btn-primary {
        padding-left: 18px
    }
}

header {
    position: relative;
    z-index: 20
}

    header .head-top {
        width: 100%;
        height: auto;
        height: 100px;
        border-bottom: solid 1px #c5c5c5
    }

        header .head-top .top-menu {
            float: left;
            width: 100%
        }

            header .head-top .top-menu .toogle-slide {
                width: 100%;
                text-align: right;
                margin-top: 20px;
                margin-bottom: 20px
            }

                header .head-top .top-menu .toogle-slide span {
                    vertical-align: middle;
                    font-size: 12px;
                    color: #000;
                    line-height: 14px
                }

                    header .head-top .top-menu .toogle-slide span.active {
                        color: #007A73;
                        font-weight: 700
                    }

                header .head-top .top-menu .toogle-slide .switch {
                    position: relative;
                    display: inline-block;
                    width: 80px;
                    height: 26px;
                    vertical-align: middle;
                    margin: 0 10px
                }

                    header .head-top .top-menu .toogle-slide .switch input {
                        opacity: 0;
                        width: 0;
                        height: 0
                    }

                header .head-top .top-menu .toogle-slide .slider {
                    position: absolute;
                    cursor: pointer;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: #00b2a9;
                    -webkit-transition: .4s;
                    transition: .4s;
                    border-radius: 3px
                }

                    header .head-top .top-menu .toogle-slide .slider:before {
                        position: absolute;
                        content: "";
                        height: 18px;
                        width: 34px;
                        right: 4px;
                        bottom: 4px;
                        background: url("../img/other-20x36-toggle-button.svg") no-repeat;
                        -webkit-transition: .4s;
                        transition: .4s
                    }

                header .head-top .top-menu .toogle-slide input:checked + .slider {
                    background-color: #007A73;
                }

                header .head-top .top-menu .toogle-slide input:focus + .slider {
                    box-shadow: 0 0 1px #007A73;
                }

                header .head-top .top-menu .toogle-slide input:checked + .slider:before {
                    right: 4px
                }

            header .head-top .top-menu .nav-header .bausch-lomb-logo {
                display: inline-block;
                width: 215px
            }

                header .head-top .top-menu .nav-header .bausch-lomb-logo img {
                    width: 100%
                }

            header .head-top .top-menu .nav-header .top-links-right {
                float: right
            }

                header .head-top .top-menu .nav-header .top-links-right ul {
                    margin: 0;
                    padding: 0
                }

                    header .head-top .top-menu .nav-header .top-links-right ul li {
                        display: inline-block;
                        list-style: none;
                        vertical-align: middle
                    }

                        header .head-top .top-menu .nav-header .top-links-right ul li:first-child {
                            margin-right: 15px;
                            padding-right: 15px;
                            border-right: 1px solid #000
                        }

                        header .head-top .top-menu .nav-header .top-links-right ul li a {
                            padding: 0;
                            color: #000;
                            text-decoration: none;
                            font-size: 12px;
                            line-height: 14px;
                            font-weight: 400
                        }

                            header .head-top .top-menu .nav-header .top-links-right ul li a:hover {
                                background: 0 0;
                                outline: 0
                            }

                        header .head-top .top-menu .nav-header .top-links-right ul li.show-sm {
                            display: none
                        }

    header .head-bottom {
        height: 108px
    }

        header .head-bottom .logo {
            position: relative;
            height: 108px
        }

            header .head-bottom .logo img {
                position: absolute;
                bottom: 0;
                width: 185px;
                left: 15px
            }

        header .head-bottom .menu {
            position: relative;
            height: 108px
        }

            header .head-bottom .menu ul {
                margin: 0;
                padding: 0;
                text-align: right;
                width: 100%;
                position: absolute;
                bottom: -5px;
                right: 15px
            }

                header .head-bottom .menu ul li {
                    display: inline-block;
                    margin: 0 2px 0 0;
                    padding: 0
                }

                    header .head-bottom .menu ul li:last-child {
                        margin-right: 0
                    }

                    header .head-bottom .menu ul li a {
                        width: 120px;
                        font-size: 14px;
                        font-weight: 700;
                        position: relative;
                        text-decoration: none;
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                        background: #BAE2E1;
                        height: 46px;
                        padding: 0 6px;
                        color: #003d4c;
                        line-height: 16px;
                        letter-spacing: .2px
                    }

                        header .head-bottom .menu ul li a span {
                            display: block
                        }

                        header .head-bottom .menu ul li a:hover {
                            color: #fff;
                            background: #003d4c
                        }

                    header .head-bottom .menu ul li.active a {
                        color: #fff;
                        background: url("../img/bg-46x157-menu.svg") right bottom no-repeat;
                        background-size: cover
                    }

.nav-toggle {
    display: none;
    width: 35px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1;
    float: right;
    top: 50%;
    transform: translateY(-50%)
}

    .nav-toggle span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #003d4c;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        .nav-toggle span:nth-child(1) {
            top: 0
        }

        .nav-toggle span:nth-child(2) {
            top: 10px
        }

        .nav-toggle span:nth-child(3) {
            top: 10px
        }

        .nav-toggle span:nth-child(4) {
            top: 20px
        }

    .nav-toggle.open span:nth-child(1) {
        top: 10px;
        width: 0;
        left: 50%
    }

    .nav-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #00b2a9;
        z-index: 1
    }

    .nav-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .nav-toggle.open span:nth-child(4) {
        top: 10px;
        width: 0;
        left: 50%
    }

.menu-overlay {
    display: none;
    position: fixed;
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out
}

@media screen and (max-width:991px) {
    header .head-top {
        display: none
    }

    header .head-bottom, header .head-bottom .logo, header .head-bottom .menu {
        height: 105px
    }

        header .head-bottom .logo img {
            bottom: auto;
            top: 50%;
            width: 185px;
            transform: translateY(-50%)
        }

        header .head-bottom .menu {
            position: initial
        }

    .nav-toggle {
        display: block
    }

    header .head-bottom .menu ul {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        right: auto;
        top: 105px;
        bottom: auto;
        z-index: 5;
        background: #FFF;
        transform: none;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #00b2a9
    }

        header .head-bottom .menu ul li {
            display: inline-block;
            width: 100%;
            padding: 0;
            margin: 0
        }

            header .head-bottom .menu ul li a {
                width: 100%;
                height: auto;
                padding: 15px;
                color: #003d4c;
                font-size: 14px;
                display: block;
                border-top: 1px solid #00b2a9;
                background: #BAE2E1
            }

                header .head-bottom .menu ul li a:hover {
                    color: #003d4c;
                    background: #BAE2E1
                }

                header .head-bottom .menu ul li a::before {
                    display: none
                }

                header .head-bottom .menu ul li a span {
                    display: inline
                }

            header .head-bottom .menu ul li.active a::before {
                display: none
            }

            header .head-bottom .menu ul li.active a {
                color: #fff;
                background: #003d4c
            }
}

@media screen and (max-width:767px) {
    header .top-menu {
        height: auto;
        padding: 10px 0
    }

        header .top-menu ul li a {
            font-size: 10px;
            height: auto
        }

    header .head-bottom .menu ul {
        top: 90px
    }

    header .head-bottom .logo img {
        width: 150px
    }

    header .head-bottom, header .head-bottom .logo, header .head-bottom .menu {
        height: 90px
    }
}

@media screen and (max-width:320px) {
    header .top-menu .container {
        padding: 0 10px
    }

    header .top-menu li {
        padding: 0
    }
}

@media screen and (min-width:992px) {
    header .head-bottom .menu ul {
        display: block !important
    }

        .menu-overlay, header .head-bottom .menu ul li.top-links {
            display: none !important
        }
}

footer {
    padding-top: 20px;
    margin-top: 5px;
    border: 0
}

    footer .isi-content {
        padding: 0 0 25px
    }

        footer .isi-content h6 {
            margin: 0 0 10px
        }

        footer .isi-content p {
            margin-bottom: 20px;
            color: #1E1E1E;
        }

            footer .isi-content p:last-child {
                margin-bottom: 0
            }

        footer .isi-content .important-safty-information {
            margin-bottom: 15px
        }

        footer .isi-content a {
            color: #00b2a9;
            display: inline-block;
            text-decoration: underline;
            font-weight: 700
        }

            footer .isi-content a.black-underline {
                text-decoration: underline;
            }

            footer .isi-content a.blue-underline {
                text-decoration: underline;
            }

            footer .isi-content a:hover {
                color: #003d4c
            }

        footer .isi-content .important-safty-information p {
            margin-bottom: 12px
        }

        footer .isi-content ul.lists li {
            margin-bottom: 12px;
            color: #1E1E1E;
        }

            footer .isi-content ul.lists li:last-child {
                margin-bottom: 0
            }

    footer .footer-bottom {
        padding: 45px 0
    }

.footer-bottom strong {
    color: #1E1E1E;
}

footer .footer-bottom .copy-rights {
    padding: 0
}

footer .footer-bottom .copy-rights-left a {
    display: inline-block
}

footer .footer-bottom .copy-rights-left .logo-ortho-drem {
    width: 245px
}

footer .footer-bottom .copy-rights-left ul {
    padding: 0;
    margin: 0
}

    footer .footer-bottom .copy-rights-left ul li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px;
        font-size: 12px;
        color: #63666a;
        line-height: 14px
    }

        footer .footer-bottom .copy-rights-left ul li:first-child {
            margin-left: 0;
            margin-right: 20px;
            line-height: 0
        }

        footer .footer-bottom .copy-rights-left ul li a {
            color: #63666a;
            text-decoration: none;
            font-weight: 400
        }

            footer .footer-bottom .copy-rights-left ul li a:hover {
                color: #00b2a9
            }

footer .footer-bottom .copy-rights-left p {
    font-size: 12px;
    color: #63666a;
    margin-top: 20px;
    line-height: 18px
}

footer .footer-bottom .copy-rights-right .logo-lotemaxsm {
    width: 200px;
    float: right
}

footer .footer-bottom .copy-rights-right {
    text-align: right
}

    footer .footer-bottom .copy-rights-right a {
        display: inline-block
    }

.scroll-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-top: solid 2px #00b2a9;
    padding: 10px 15px
}

.scroll-footer-inner {
    top: 10%;
    height: 90%
}

#isiFixed .scroll-footer-inner h6 {
    margin-bottom: 4px
}

#isiFixed .scroll-footer-inner p {
    margin-bottom: 6px;
    color: #4F4F4F
}

#isiFixed .scroll-footer-inner ul.lists {
    margin-bottom: 0;
    color: #4F4F4F
}

    #isiFixed .scroll-footer-inner ul.lists li {
        color: #4F4F4F
    }

.scroll-footer .see-more {
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
    z-index: 5
}

    .scroll-footer .see-more a {
        padding-right: 15px;
        font-size: 14px;
        font-weight: 700;
        color: #00b2a9;
        text-decoration: none;
        background-image: url("../img/icon-16x16-arrow-up.svg");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: right center
    }

#isiFixed .scroll-footer-inner .isi-fold p:last-child {
    margin-bottom: 0
}

.site-modal.active {
    display: block
}

.site-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 99
}

    .site-modal .modal-content .title-modal {
        margin-bottom: 15px
    }

    .site-modal .modal-content {
        position: relative;
        background-color: #fff;
        display: inline-block;
        max-width: 515px;
        width: 95%;
        padding: 30px 20px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0
    }

        .site-modal .modal-content p {
            margin-bottom: 15px
        }

        .site-modal .modal-content .cta-btn {
            margin: 0 3px;
            width: 100px
        }

@media screen and (max-width:991px) {
    footer .isi-content .footer-links {
        padding: 22px 0 35px
    }

    footer .footer-bottom {
        padding: 35px 0
    }

        footer .footer-bottom .copy-rights-left ul li .logo-bausch-lomb {
            width: 200px
        }

        footer .footer-bottom .copy-rights-left ul li:first-child {
            margin-right: 10px
        }

    #isiFixed .scroll-footer-inner .indication-content {
        display: none
    }

    #isiFixed .scroll-footer-inner .isi-fold {
        height: 55px;
        overflow: hidden
    }

    #isiFixed .scroll-footer-inner h6, #isiFixed .scroll-footer-inner p {
        font-size: 18px
    }

    footer .footer-bottom .copy-rights-left p {
        margin-top: 7px
    }
}

@media screen and (max-width:767px) {
    footer .isi-content {
        padding: 0
    }

        footer .isi-content p {
            margin-bottom: 15px
        }

        footer .isi-content .footer-links {
            padding: 10px 0 32px
        }

            footer .isi-content .footer-links ul li {
                padding: 0 4px
            }

    footer .footer-bottom {
        padding: 30px 0
    }

        footer .footer-bottom .copy-rights .pull-right {
            float: none;
            width: 100%
        }

        footer .footer-bottom .copy-rights-right .logo-onexton {
            float: none;
            margin: 0 auto
        }

        footer .footer-bottom .copy-rights-left {
            margin-top: 20px;
            clear: both
        }

            footer .footer-bottom .copy-rights-left .logo-ortho-drem {
                margin: 0 auto
            }

            footer .footer-bottom .copy-rights-left p {
                text-align: center
            }

    .scroll-footer {
        padding: 10px 15px
    }

        .scroll-footer .see-more {
            top: 12px
        }

    footer .isi-content .important-safty-information {
        margin-bottom: 10px
    }

    footer .isi-content .references {
        font-size: 10px
    }

    footer .footer-bottom .copy-rights-left, footer .footer-bottom .copy-rights-right {
        text-align: center
    }

        footer .footer-bottom .copy-rights-left p {
            margin-top: 20px
        }

    #isiFixed .scroll-footer-inner .isi-fold {
        height: 50px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .scroll-footer .see-more {
        top: 14px
    }

        .scroll-footer .see-more a {
            display: inline-block;
            width: 25px;
            height: 15px;
            background-size: 18px 18px
        }

            .scroll-footer .see-more a span {
                display: none
            }

    footer .footer-bottom .copy-rights-left ul li:first-child {
        width: 100%;
        margin-bottom: 5px
    }

    #isiFixed .scroll-footer-inner .isi-fold {
        height: 70px
    }

    footer .footer-bottom .copy-rights-left ul li {
        vertical-align: middle
    }
}

@media screen and (max-width:320px) {
    #isiFixed .scroll-footer-inner h6 {
        font-size: 15px
    }

    #isiFixed .scroll-footer-inner ul.lists li {
        font-size: 14px;
        line-height: 20px
    }
}

.tabs-cta-section .tab-cta {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    position: relative
}

    .tabs-cta-section .tab-cta:after {
        content: '';
        width: 16px;
        height: 26px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        background-image: url("../img/icon-26x16-arrow.svg");
        background-repeat: no-repeat;
        background-size: 16px 26px;
        background-position: right center
    }

    .tabs-cta-section .tab-cta a {
        outline: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
        font-size: 0
    }

    .tabs-cta-section .tab-cta h3 {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 93%;
        text-align: center;
        text-transform: uppercase
    }

        .tabs-cta-section .tab-cta h3 span {
            display: block;
            font-size: 20px;
            text-transform: lowercase
        }

.tabs-cta-section .row {
    margin-right: -11px;
    margin-left: -11px
}

.tabs-cta-section .col-sm-4 {
    padding-left: 11px;
    padding-right: 11px
}

    .tabs-cta-section .col-sm-4:nth-child(1) .tab-cta {
        background-image: url("../img/bg-130x300-tab1.svg")
    }

        .tabs-cta-section .col-sm-4:nth-child(1) .tab-cta:hover {
            background-image: url("../img/bg-130x300-tab1-hover.svg")
        }

    .tabs-cta-section .col-sm-4:nth-child(2) .tab-cta {
        background-image: url("../img/bg-130x300-tab2.svg")
    }

        .tabs-cta-section .col-sm-4:nth-child(2) .tab-cta:hover {
            background-image: url("../img/bg-130x300-tab2-hover.svg")
        }

    .tabs-cta-section .col-sm-4:nth-child(3) .tab-cta {
        background-image: url("../img/bg-130x300-tab3.svg")
    }

        .tabs-cta-section .col-sm-4:nth-child(3) .tab-cta:hover {
            background-image: url("../img/bg-130x300-tab3-hover.svg")
        }

.ask-doctor {
    margin-top: 25px;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .tabs-cta-section .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .tabs-cta-section .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .tabs-cta-section .tab-cta h3 span {
        font-size: 18px
    }

    .tabs-cta-section .tab-cta h3 {
        width: 92%
    }

    .tabs-cta-section .tab-cta:after {
        width: 13px;
        height: 21px;
        right: 10px;
        background-size: 13px 21px
    }

    .tabs-cta-section .col-sm-4:nth-child(1) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab1.svg")
    }

    .tabs-cta-section .col-sm-4:nth-child(2) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab2.svg")
    }

    .tabs-cta-section .col-sm-4:nth-child(3) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab3.svg")
    }
}

@media screen and (max-width:767px) {
    .tabs-cta-section .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .tabs-cta-section .col-sm-4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 8px
    }

        .tabs-cta-section .col-sm-4:last-child {
            margin-bottom: 0
        }

    .tabs-cta-section .tab-cta {
        height: 100px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .tabs-cta-section .col-sm-4:nth-child(1) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab1.svg")
    }

    .tabs-cta-section .col-sm-4:nth-child(2) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab2.svg")
    }

    .tabs-cta-section .col-sm-4:nth-child(3) .tab-cta:hover {
        background-image: url("../img/bg-130x300-tab3.svg")
    }
}

.error-page {
    padding-bottom: 30px
}

.template-one h2, .template-one p {
    margin-bottom: 25px
}

    .template-one p:last-child {
        margin-bottom: 0
    }

    .template-one p span.text-block {
        margin-bottom: 7px
    }

.template-one ul.lists li {
    margin-top: 5px
}

.template-one .bullet-img {
    width: 931px;
    padding: 30px 0 0;
    max-width: 95%
}

    .template-one .bullet-img img {
        width: 100%
    }

.template-one .list-title {
    display: none
}

.template-one .cards-section {
    padding: 65px 0 62px
}

    .template-one .cards-section h2 {
        margin-bottom: 30px
    }

    .template-one .cards-section .card {
        width: 100%;
        height: 210px;
        background-image: url("../img/bg-211x284-box.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        position: relative
    }

    .template-one .cards-section .card-one img {
        width: 100%;
        height: auto;
    }

    .template-one .cards-section .card-two img {
        width: 100%;
        height: auto;
    }
   
    .template-one .cards-section .card .card-icon {
        height: 110px;
        width: 100%;
        position: relative;
        text-align: center
    }

        .template-one .cards-section .card .card-icon:after {
            content: '';
            position: absolute;
            bottom: -3px;
            height: 3px;
            width: 100%;
            left: 0;
            background-image: url("../img/bg-3x207-line.png");
            background-repeat: no-repeat;
            background-size: 207px 3px;
            background-position: center center
        }

        .template-one .cards-section .card .card-icon img {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

            .template-one .cards-section .card .card-icon img.card-img-third {
                width: 44px
            }

    .template-one .cards-section .card .card-content {
        height: 100px;
        width: 100%;
        position: relative;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: 700;
        letter-spacing: .36px
    }

        .template-one .cards-section .card .card-content .text-position {
            width: 100%;
            left: 0;
            padding: 0 5px;
            position: absolute;
            top: 45%;
            transform: translateY(-50%)
        }

    .template-one .cards-section .row {
        margin-right: -22px;
        margin-left: -22px
    }

    .template-one .cards-section .col-sm-4 {
        padding-left: 22px;
        padding-right: 22px
    }

    .template-one .cards-section.cards-section-two {
        padding-bottom: 30px;
    }

@media screen and (max-width: 500px) {


    .template-one .cards-section .card-one {
        margin-bottom: 40px;
    }

    .additional-template [class*=col-] {
        padding: 0px;
    }
}



/*@media screen and (min-width:1500px) and (max-width:1920px) {
    .banner-patients .banner-info h1 {
        left: 48rem;
    }
}*/
@media screen and (min-width:700px) and (max-width:991px) {
    .banner.banner-patients .banner-info h1 {
        left: 50%;
    }

    .price span.copay-text {
        font-size: 38px;
    }
}

.template-one .cards-section.cards-section-two .row {
    margin-right: -8px;
    margin-left: -8px
}

.template-one .cards-section.cards-section-two .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px
}

.template-one .patient-brochure {
    display: table;
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 100%
}

    .template-one .patient-brochure a {
        font-size: 20px;
        padding-left: 30px;
        position: relative
    }

        .template-one .patient-brochure a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 25px;
            background-image: url("../img/icon-25x24-download.svg");
            background-repeat: no-repeat;
            background-size: 24px 25px;
            background-position: left center
        }

.additional-resource .patient-brochure {
    display: table;
    margin: 0 auto;
    padding-bottom: 0px;
    max-width: 100%
}

    .additional-resource .patient-brochure a {
        font-size: 20px;
        padding-left: 30px;
        position: relative;
        color: #FFFFFF;
    }

        .additional-resource .patient-brochure a:before {
            content: '';
            position: absolute;
            top: 0;
            left: -5px;
            width: 24px;
            height: 25px;
            background-image: url('/siteassets/img/icon-white-25x24-Download.svg');
            background-repeat: no-repeat;
            background-size: 24px 25px;
            background-position: left center
        }

.template-one p.see-isi {
    margin-bottom: 60px
}

    .template-one p.see-isi strong {
        color: #1E1E1E;
    }

.template-one .important-instruction {
    margin-bottom: 60px
}

    .template-one .important-instruction h2 {
        margin-bottom: 15px
    }

    .template-one .important-instruction p.see-isi {
        margin-bottom: 0;
        margin-top: 10px;
    }

.activate-head {
    margin-bottom: 25px
}

.template-two {
    padding-bottom: 40px
}

    .template-two h2 {
        margin-bottom: 25px
    }

    .template-two .medicare-partd {
        margin-bottom: 5px;
        margin-top: 5%;
    }

    .template-two h3 {
        margin-bottom: 35px;
        text-transform: uppercase
    }

    .template-two h4 {
        margin-bottom: 13px;
        color: #1E1E1E;
    }

        .template-two h4:last-child {
            margin-bottom: 0
        }

        .template-two h4.info strong {
            color: #003d4c
        }

    .template-two a {
        display: inline-block
    }

    .template-two p {
        margin-bottom: 25px
    }

        .template-two p:last-child {
            margin-bottom: 0
        }

    .template-two ul.lists li {
        margin-top: 5px
    }

    .template-two .price-info-section {
        text-align: center;
        margin-bottom: 23px
    }

        .template-two .price-info-section .price-card {
            display: inline-block;
            width: 85%;
            height: 229px;
            border: #003d4c 3px solid;
            margin-bottom: 25px;
            position: relative;
            background: #def7f4;
        }

            .template-two .price-info-section .price-card:last-child {
                margin: 0
            }

            .template-two .price-info-section .price-card .price-title {
                height: 50px;
                width: 100%;
                background-color: #003d4c;
                position: relative;
            }

                .template-two .price-info-section .price-card .price-title div {
                    position: absolute;
                    text-align: center;
                    font-size: 24px;
                    line-height: 24px;
                    font-weight: 600;
                    color: #fff;
                    width: 100%;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                }


@media screen and (max-width: 767px) {
    .template-two .price-card.maycardtwo {
        height: 235px;
    }
}
  

.price-data {
    width: 60%;
    float: left;
}

.price-inner-title {
}

.template-two .price-info-section .price-card .price-content {
    height: 127px;
    width: 100%
}

    .template-two .price-info-section .price-card .price-content .price-tag .price {
        display: inline-block;
        vertical-align: top;
        font-size: 74px;
        letter-spacing: -2.43px;
        line-height: 24px;
        color: #00b2a9;
        font-weight: 700;
        margin-top: 5.3%;
        padding-top: 3.5%;
        background-image: url("../img/bg-6x570-line.png"),url("../img/bg-6x570-line.png");
        background-repeat: no-repeat;
        background-size: 185px 2px;
        background-position: bottom,top;
        height: 86px;
    }
.template-two .price-info-section .price-card .price-content  .price-tag .price.second-price-tag  {
	margin-top:7.8%;
}
.price span.copay-text {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (min-width:700px) and (max-width:991px) {


    .price span.copay-text {
        font-size: 35px;
    }
}

@media screen and (max-width:991px) {


    .additional-resource .patient-brochure a {
        font-size: 14px;
    }

    .template-one .cards-section h2 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:300px) and (max-width:699px) {
	.price{
		position:relative;
		
	}
	
    .price span.copay-text {
        font-size: 30px;
       display:block;
	   bottom:8px;
        margin-left: 18px;
		position:absolute;
		text-align: center;
    width: 100%;
    }
	.template-two .price-info-section .price-card .price-content .price-tag .price span.copay-text sup.dagg-icon {
    top: -16px;}
	
}

h2.price-inner-title {
    margin-top: 5%;
    margin-bottom: 5px;
}

h2.price-first-title {
    margin-top: 2%;
}

.price-data > span {
    color: #003d4c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
}

.template-two .price-info-section .price-card .price-content .price-tag .price span.copay-text sup {
    top: -20px;
    font-size: 16px;
    margin-left: 5px;
}
.template-two .price-info-section .price-card .price-content .price-tag .price.second-price-tag span.copay-text sup.dagg-icon {
    margin-left: 3px;
    font-style: normal;
}
.price {
    width: 40%;
}

.template-two .price-info-section .price-card .price-content .price-tag .price sup {
    top: -20px;
    font-size: 44px;
    letter-spacing: -1.45px;
    line-height: 24px;
    margin-right: 5px
}

.template-two .price-info-section .price-card .price-content .price-tag .price-text {
    display: inline-block;
    vertical-align: top;
    font-size: 44px;
    line-height: 24px;
    letter-spacing: -2.49px;
    color: #fff;
    font-weight: 400;
    padding-left: 10px
}

.terms-conditions {
    color: #1E1E1E;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    position: relative;
    padding-left: 7px;
    margin-top: 25px
}

    .terms-conditions:before {
        content: "*";
        color: #1E1E1E;
        display: inline-block;
        width: 7px;
        margin-left: -9px;
        font-size: 16px;
        margin-right: 0px;
        line-height: 0;
    }

    .terms-conditions p {
        margin: 0 -8px 0 0;
        font-size: 16px;
    }

    .terms-conditions a {
        display: inline-block
    }

.inner-bottom-section {
    padding-top: 40px;
    padding-bottom: 40px
}

    .inner-bottom-section h2 {
        margin-bottom: 27px
    }

    .inner-bottom-section p {
        margin-bottom: 25px
    }

    .inner-bottom-section .call-out {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        margin: 0 auto 30px;
        position: relative
    }

        .inner-bottom-section .call-out .call-out-info {
            text-align: center;
            position: absolute;
            top: 50%;
            width: 75%;
            transform: translate(-50%,-50%);
            padding-left: 50px;
            left: 50%
        }

            .inner-bottom-section .call-out .call-out-info h2 {
                color: #fff;
                text-transform: uppercase;
                width: 80%;
                margin: 0 auto 10px
            }

            .inner-bottom-section .call-out .call-out-info h4 {
                color: #fff
            }

        .inner-bottom-section .call-out.why-lotemax-sm-call-out {
            width: 708px;
            height: 226px;
            background-image: url("../img/bg-452-1416-callout1.png")
        }

        .inner-bottom-section .call-out.after-eye-surgery {
            width: 708px;
            height: 162px;
            background-image: url("../img/bg-324-1416-callout2.png")
        }

            .inner-bottom-section .call-out.after-eye-surgery .call-out-info, .inner-bottom-section .call-out.after-eye-surgery .call-out-info h2 {
                width: 100%
            }

        .inner-bottom-section .call-out.savings-call-out {
            width: 538px;
            height: 108px;
            background-image: url("../img/bg-108x1076-callout3.png")
        }

            .inner-bottom-section .call-out.savings-call-out h2 {
                margin-bottom: 0
            }

    .inner-bottom-section a {
        display: inline-block
    }

.activate-coupon {
    padding-top: 25px;
    padding-bottom: 40px
}

    .activate-coupon h2 {
        margin-bottom: 25px
    }

    .activate-coupon h3 {
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #007A73;
    }

    .activate-coupon a {
        display: inline-block;
        text-decoration: none;
    }

    .activate-coupon .lotemax-gel {
        margin: 0 auto 30px
    }

    .activate-coupon .coupon-options {
        margin: 0;
        padding: 0
    }

        .activate-coupon .coupon-options li {
            list-style: none;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 26px;
            color: #4F4F4F;
            position: relative;
            padding-left: 45px
        }

            .activate-coupon .coupon-options li:last-child {
                margin-bottom: 0
            }

            .activate-coupon .coupon-options li span.or {
                display: block;
                margin: 10px 0 0;
                text-transform: uppercase
            }

            .activate-coupon .coupon-options li:before {
                position: absolute;
                left: 0;
                content: "";
                width: 32px;
                height: 32px;
                border-radius: 100%;
                border: 2px solid #00b2a9;
                margin-top: -2px;
                background-repeat: no-repeat;
                background-position: center center
            }

            .activate-coupon .coupon-options li:nth-child(1):before {
                background-image: url("../img/icon-25x23-phone.svg");
                background-size: 18px 20px
            }

            .activate-coupon .coupon-options li:nth-child(2):before {
                background-image: url("../img/icon-19x24-computer.svg");
                background-size: 19px 15px
            }

            .activate-coupon .coupon-options li .bold {
                color: #003d4c
            }

.medicare {
    padding-top: 65px;
    padding-bottom: 65px
}

    .medicare h3 {
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #007A73;
    }

    .medicare h4 {
        color: #1E1E1E;
        margin-bottom: 15px
    }

    .medicare a {
        display: inline-block;
        text-decoration: none;
    }

    .medicare .medicare-options {
        margin: 0;
        padding: 0
    }

        .medicare .medicare-options li {
            list-style: none;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 26px;
            color: #1E1E1E;
            position: relative;
            padding-left: 45px
        }

            .medicare .medicare-options li .bold {
                color: #007A73;
            }

            .medicare .medicare-options li strong {
                color: #003d4c
            }

            .medicare .medicare-options li span.or {
                display: block;
                margin: 7px 0 6px;
                text-transform: uppercase
            }

            .medicare .medicare-options li:last-child {
                margin-bottom: 0
            }

            .medicare .medicare-options li:before {
                position: absolute;
                left: 0;
                content: "";
                width: 32px;
                height: 32px;
                border-radius: 100%;
                border: 2px solid #00b2a9;
                margin-top: -1px;
                text-align: center;
                font-weight: 700;
                color: #003d4c;
                font-size: 18px;
                line-height: 26px
            }

            .medicare .medicare-options li:nth-child(1):before {
                content: '1'
            }

            .medicare .medicare-options li:nth-child(2):before {
                content: '2'
            }

            .medicare .medicare-options li:nth-child(3):before {
                content: '3'
            }

            .medicare .medicare-options li:nth-child(4):before {
                content: '4'
            }

            .medicare .medicare-options li:nth-child(5):before {
                content: '5'
            }

sup.dagg-icon {
    font-family: sans-serif;
    font-size: 15px;
}

.terms-conditions sup.dagg-icon {
    font-family: sans-serif;
    font-size: initial;
    margin: 0 0px 0 -6px;
    font-size: 10px;
}

@media screen and (max-width:991px) {
    .template-one .cards-section .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .template-one .cards-section .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px
    }

    .inner-bottom-section .call-out .call-out-info {
        width: 67%
    }

    #BannerPane {
        padding-right: 15px;
        padding-left: 15px;
    }

    .template-one .cards-section.cards-section-two .col-sm-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .template-one .cards-section.cards-section-two .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .template-one .cards-section.cards-section-two .card .card-content {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:340px) {
    h2.price-first-title, h2.price-inner-title {
        font-size: 16px !important;
    }

    .template-two .price-info-section .price-card .price-title div {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .price-data > span {
        font-size: 12px !important;
    }
}

@media screen and (max-width:460px) {
    .template-two .price-info-section .price-card {
        width: 100%;
    }

        .template-two .price-info-section .price-card .price-content .price-tag .price {
            margin-top: 8%;
            padding-top: 7%;
            padding-bottom: 26%;
        }
		.template-two .price-info-section .price-card .price-content .price-tag .price.second-price-tag {
    margin-top: 12%;
	    padding-top: 7%;
}

        .template-two .price-info-section .price-card .price-title div {
            font-size: 20px;
            line-height: 20px;
        }

    h2.price-inner-title {
        margin-top: 8%;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px;
    }

    h2.price-first-title {
        margin-top: 30%;
        font-size: 20px;
        line-height: 22px;
    }

    .price-data > span {
        color: #003d4c;
        font-size: 14px;
        line-height: 10px;
        font-weight: 200;
    }
}

@media screen and (min-width:461px) and (max-width:992px) {
    .price-data > span {
        font-size: 14px;
        line-height: 10px;
    }

    .template-two .price-info-section .price-card .price-content .price-tag .price {
        padding-top: 4.5% !important;
		margin-top:7%;
    }
	.template-two .price-info-section .price-card .price-content .price-tag .price.second-price-tag {
    margin-top: 10%;
}
}

@media screen and (max-width:767px) {
    .template-one .cards-section .card {
        margin-bottom: 30px;
        height: 200px
    }

        .template-one .cards-section .card .card-icon {
            height: 105px
        }

        .template-one .cards-section .card .card-content {
            height: 95px
        }

    .template-one .cards-section {
        padding: 50px 0
    }

    .template-two .price-info-section .price-card {
        width: 100%;
        margin: 0 0 10px
    }

    .terms-conditions {
        font-size: 14px;
        line-height: 21px
    }

        .terms-conditions:before {
            font-size: 15px
        }

    .activate-coupon .coupon-options li, .medicare .medicare-options li {
        font-size: 16px;
        line-height: 24px
    }

    .medicare {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .template-one .bullet-img {
        display: none
    }

    .template-one .list-title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
        display: block
    }

    .template-one .patient-brochure .brochure-link a {
        font-size: 18px
    }

        .template-one .patient-brochure .brochure-link a:before {
            width: 21px;
            height: 22px;
            background-size: 21px 22px
        }

    .template-one .patient-brochure .brochure-link {
        padding-left: 20px
    }

    .inner-bottom-section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .template-one .important-instruction, .template-one p.see-isi {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .inner-bottom-section .call-out {
        background-size: 100%
    }

        .inner-bottom-section .call-out.why-lotemax-sm-call-out {
            width: 538px;
            height: 171px
        }

        .inner-bottom-section .call-out.after-eye-surgery {
            width: 538px;
            height: 123px
        }

        .inner-bottom-section .call-out .call-out-info {
            width: 87%;
            padding-left: 38px
        }

            .inner-bottom-section .call-out .call-out-info h2 {
                width: 85%
            }

    .template-one .patient-brochure .brochure-thumb {
        width: 190px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .inner-bottom-section .call-out.after-eye-surgery, .inner-bottom-section .call-out.savings-call-out, .inner-bottom-section .call-out.why-lotemax-sm-call-out {
        background: #00b2a9;
        width: 100%;
        height: auto
    }

    .inner-bottom-section .call-out .call-out-info {
        position: static;
        top: auto;
        width: 90%;
        padding: 20px 5px;
        transform: none;
        left: auto;
        margin: 0 auto
    }

        .inner-bottom-section .call-out .call-out-info h2 {
            width: 100%
        }

    .template-one .patient-brochure .brochure-link, .template-one .patient-brochure .brochure-thumb {
        display: inline-block;
        width: 100%
    }

    .template-one .patient-brochure .brochure-link {
        padding: 25px 0 0;
        text-align: center
    }

    .template-one .patient-brochure {
        padding-bottom: 50px
    }
}

@media screen and (max-width:320px) {
    .template-two .price-info-section .price-card .price-content .price-tag .price {
        font-size: 65px
    }

    .template-two .price-info-section .price-card .price-content .price-tag .price-text {
        font-size: 40px
    }

    .template-two .price-info-section .price-card .price-content .price-tag .price sup {
        top: -14px
    }

    .activate-coupon a, .medicare a {
        display: inline
    }

        .activate-coupon a.contact-number, .medicare a.contact-number {
            display: inline-block
        }

    .template-one .patient-brochure .brochure-link a {
        padding-left: 25px
    }

    .template-one .patient-brochure a {
        font-size: 17px
    }

        .template-one .patient-brochure a:before {
            width: 20px;
            height: 21px;
            background-size: 20px 21px
        }

    .template-two .price-info-section .price-card .price-title div {
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .medicare sup.dagg-icon {
        top: -6px;
    }
}

/*Global footer link update*/
.GlobaloptoutLinks ul li a {
    color: #63666a !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px !important;
}

.GlobaloptoutLinks li:not(:last-child):after {
    content: "|";
    margin: 0px 4px 0px 6px;
    color: #1e1e1e;
}

.GlobaloptoutLinks ul li {
    margin-right: 0px !important;
}

    .GlobaloptoutLinks ul li a:hover {
        color: #00b2a9 !important;
    }

@media screen and (max-width: 767px) {

    .GlobaloptoutLinks li:not(:last-child):after {
        content: none;
        margin: 0px !important;
    }

    .GlobaloptoutLinks ul {
        text-align: center;
    }
}

/*Global footer link update*/
.video-link {
    cursor: pointer;
}

button.close {
    margin-right: -20px;
    margin-top: -5px;
    color: #0e0e0e !important;
    font-weight: 300;
    opacity: inherit;
    font-size: 32px;
    outline: 0;
}

.icon-bar {
    background: #fff;
    transform: rotate(-45deg) translateY(2px) translateX(0);
    height: 2px;
    width: 18px;
    display: block;
    margin: 0;
    padding: 0;
}

.additional-template .modal {
    pointer-events: none;
}

.additional-template .modal-dialog {
    pointer-events: all;
}

.icon-bar:nth-child(2) {
    transform: rotate(45deg) translateY(-1px) translateX(1px);
}

@media screen and (max-width:700px) {
    .additional-template .modal-content {
        margin-top: 10%;
    }

    .additional-template .modal-dialog {
        margin: 0 28px;
    }
}
@media screen and (min-width:767px) and (max-width:834px) {
    .price-data {
        margin: 20px 0 0 0;
    }
}

@media screen and (min-width:300px) and (max-width:500px) {
    .price-data {
        margin: 12px 0 0 0;
    }
	.maycardtwo .price-data {
		margin-top: 7px;
}

    .template-two .price-card.maycardtwo {
        height: 257px;
    }
}
 .template-two .price-card.maycardtwo {
        height: 257px;
    }
@media screen and (min-width: 1024px) {.template-two .price-card.maycardtwo {
    height: 270px;
}
}