body {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    font-weight: normal;
    background: url(/siteassets/img/img-486x1-bodybg.jpg) repeat-x left top;
    color: #000;
}

.mainBg {
    background: #FFF;
}

a {
    cursor: pointer;
}

.none {
    background: none;
}

.text-indent {
    text-indent: -5px;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.loginContent .LoginPanel {
    margin-top: 200px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

.website-load-pop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    height: 100%;
    display: none;
}

    .website-load-pop .inner-banner-pop {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0px;
        margin: auto;
        height: 335px;
        display: none;
    }

        .website-load-pop .inner-banner-pop .inner-banner-pop-content {
            background: #fff;
            padding: 75px 25px;
            width: 44%;
            text-align: center;
        }

        .website-load-pop .inner-banner-pop .title {
            font-size: 33px;
            margin-bottom: 0.5rem;
            line-height: 60px;
            border-bottom: 3px solid #000;
            text-align: center;
        }

        .website-load-pop .inner-banner-pop p {
            color: #58595B;
            margin: 3rem 0 0rem 0;
            font-size: 20px;
        }

        .website-load-pop .inner-banner-pop a.btn-enter-website {
            color: #fff !important;
            background: #000;
            padding: 15px 28px;
            font-size: 20px;
            margin-right: 10px;
            margin-top: 15px;
        }

            .website-load-pop .inner-banner-pop a.btn-enter-website:hover {
                color: #fff !important;
                background: #4c4c4c;
                text-decoration: none;
            }

        .website-load-pop .inner-banner-pop a.btn-go-to-patient {
            color: #fff !important;
            margin-top: 15px;
            background: #000;
            padding: 15px 28px;
            font-size: 20px;
            margin-left: 10px;
        }

            .website-load-pop .inner-banner-pop a.btn-go-to-patient:hover {
                color: #fff !important;
                background: #4c4c4c;
                text-decoration: none;
            }

    .website-load-pop .img-after-close-pop {
        width: 400px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 340px;
        display: none;
    }

        .website-load-pop .img-after-close-pop .close-img-pop {
            width: 30px;
            height: 30px;
            right: -14px;
            position: absolute;
            top: -14px;
            background: #fff;
            border-radius: 20px;
            padding: 2px;
            cursor: pointer;
        }

            .website-load-pop .img-after-close-pop .close-img-pop img {
                margin-top: -1px;
            }

            .website-load-pop .img-after-close-pop .close-img-pop .hover-img {
                display: none;
            }

            .website-load-pop .img-after-close-pop .close-img-pop:hover .default-img {
                display: none;
            }

            .website-load-pop .img-after-close-pop .close-img-pop:hover .hover-img {
                display: block;
            }

            .website-load-pop .img-after-close-pop .close-img-pop .hover-img,
            .website-load-pop .img-after-close-pop .close-img-pop .default-img {
                position: absolute;
                left: 3px;
                top: 4px;
                max-width: 60%;
            }

@media screen and (max-width: 1112px) {
    .website-load-pop .inner-banner-pop .inner-banner-pop-content {
        padding: 45px 25px;
    }

    .website-load-pop .inner-banner-pop .title {
        font-size: 27px;
    }

    .website-load-pop .inner-banner-pop p {
        margin-top: 15px;
        line-height: 20px;
    }

        .website-load-pop .inner-banner-pop p a {
            display: inline-block;
        }
}

@media screen and (max-width: 991px) {
    .website-load-pop .inner-banner-pop .inner-banner-pop-content {
        width: 60%;
        padding: 30px 15px;
    }

    .website-load-pop .inner-banner-pop .title {
        font-size: 22px;
        line-height: 32px;
    }

    .website-load-pop .inner-banner-pop p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .website-load-pop .inner-banner-pop p a.btn-enter-website,
        .website-load-pop .inner-banner-pop p a.btn-go-to-patient {
            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;
            margin-top: 0;
            font-size: 14px;
            padding: 0;
            width: 70px;
            height: 36px;
        }
}

@media screen and (max-width: 767px) {
    .website-load-pop .inner-banner-pop .inner-banner-pop-content {
        width: 90%;
        padding: 30px 15px;
    }

    .website-load-pop .inner-banner-pop .title {
        font-size: 14px;
        line-height: 32px;
        font-weight: bold;
    }
}

i.noWrap {
    font-style: normal;
    white-space: nowrap;
}

.lb-v-dummy {
    width: 100%;
    display: block;
    height: 1px;
}

.lb-h-dummy {
    height: 100%;
    display: block;
    width: 1px;
}

.lb-clear {
    clear: both;
}

.lb-wrap {
    z-index: 0;
    overflow: auto;
    position: relative;
    width: 103% !important;
}

.lb-v-scrollbar {
    z-index: 1;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 130px !important;
    background: #d9d9d9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.lb-v-scrollbar-slider {
    position: absolute;
    width: 12px;
    height: 22px !important;
    left: 2px;
    background: #444444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.footnote {
    font-size: 12px;
    margin-bottom: 20px;
}

    .footnote a {
        color: #A06A12;
        text-decoration: underline;
    }

.border-bot {
    border-bottom: 1px solid #231f20;
}

.borderTop {
    border-top: 1px solid #231f20;
}

.reference .container {
    -webkit-box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    margin-top: -10px;
    background: #FFF;
}

    .reference .container .referWrap {
        background: #eaeaea;
        border: 1px solid #cacaca;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        width: 900px;
        margin: 0 auto 50px;
        padding: 40px 40px 20px;
    }

        .reference .container .referWrap ul {
            padding-left: 16px;
        }

            .reference .container .referWrap ul li {
                list-style-type: decimal;
                padding-left: 20px;
                font-weight: normal;
                font-size: 14px;
                margin-bottom: 10px;
            }

        .reference .container .referWrap h3 {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #000;
        }

.modal-backdrop.show {
    display: none;
}

body.dnnEditState {
    font-size: 14px;
}

    body.dnnEditState .header-main {
        position: relative;
        height: auto;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .slick-dots li {
        margin-right: 5px;
    }

        .slick-dots li button {
            font-size: 0;
            padding: 7px;
            border-radius: 100%;
            border: none;
            background: #d6d6d6;
            outline: none;
        }

        .slick-dots li.slick-active button {
            background: #A06A12;
        }

.tooltip {
    opacity: 1 !important;
}

.modal {
    height: 100%;
    z-index: 10;
}

.modal-backdrop.show {
    background-color: #000000a8;
    display: block !important;
    z-index: 9;
    opacity: 1;
}

.fade:not(.show) {
    opacity: 1;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 745px;
    }
}

.offsite-popup {
    max-width: 745px;
    margin: auto;
    right: 0;
    height: 407px;
    top: 7.8%;
    overflow-y: hidden !important;
}

    .offsite-popup .modal-dialog {
        vertical-align: middle;
        margin: 0;
    }

    .offsite-popup .modal-content {
        background-color: #fff;
        padding: 20px 20px 0;
        border-radius: 25px;
    }

        .offsite-popup .modal-content h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #231F20;
        }

        .offsite-popup .modal-content p {
            font-size: 21px;
            margin-bottom: 0px;
        }

    .offsite-popup .modal-footer {
        border: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 40px;
    }

    .offsite-popup .fright {
        border: 1px solid #A06A12;
        color: #A06A12;
        border-radius: 32px;
        padding: 9px 38px;
        font-size: 21px;
        font-weight: bold;
    }

        .offsite-popup .fright:hover {
            background: #A06A12;
            color: #FFF;
        }

    .offsite-popup .fleft {
        border: 1px solid #A06A12;
        color: #FFF;
        background: #A06A12;
        border-radius: 32px;
        padding: 9px 38px;
        font-size: 21px;
        margin-left: 5px;
        font-weight: bold;
    }

        .offsite-popup .fleft:hover {
            background: #FFF;
            color: #A06A12;
        }

.mktoForm {
    width: 900px !important;
    margin: 0 auto 30px;
    border: 1px solid #cacaca;
    padding: 30px 50px !important;
}

    .mktoForm .mktoRequiredField label.mktoLabel {
        font-size: 19px;
        margin-bottom: 5px;
        width: 100% !important;
        font-family: "Open Sans", sans-serif;
        color: #000;
    }

    .mktoForm .mktoFormCol {
        width: 50%;
        margin-bottom: 25px !important;
    }

    .mktoForm .mktoFieldWrap {
        width: 92%;
    }

    .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
        display: none;
    }

    .mktoForm.mktoLayoutAbove .mktoField,
    .mktoForm.mktoLayoutAbove .mktoLogicalField {
        width: 100% !important;
        background: #e4cc88;
        border: none;
        color: #070707;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-size: 24px;
        padding: 9px 9px 11px;
        font-family: "Open Sans", sans-serif;
        line-height: inherit !important;
    }

        .mktoForm.mktoLayoutAbove .mktoField:focus,
        .mktoForm.mktoLayoutAbove .mktoLogicalField:focus {
            outline: none;
        }

.mktoButtonRow {
    width: 100%;
    text-align: center !important;
    margin-top: 30px !important;
}

    .mktoButtonRow .mktoSimple {
        margin-left: 0 !important;
    }

::-webkit-input-placeholder {
    color: #A06A12 !important;
}

:-ms-input-placeholder {
    color: #A06A12 !important;
}

::-ms-input-placeholder {
    color: #A06A12 !important;
}

::placeholder {
    color: #A06A12 !important;
}

::-ms-input-placeholder {
    color: #A06A12 !important;
}

::-ms-input-placeholder {
    color: #A06A12 !important;
}

.mktoForm .mktoError {
    left: 10px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #A06A12 !important;
    background-image: none !important;
    border: 0 !important;
    padding: 13px 40px !important;
    border-radius: 35px;
    font-size: 21px !important;
    font-weight: bold !important;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    font-family: "Open Sans", sans-serif;
}

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
        background: #000;
    }

.mktoForm div.mktoLogicalField {
    border: 1px solid transparent;
}

    .mktoForm input.mktoField.mktoInvalid,
    .mktoForm select.mktoField.mktoInvalid,
    .mktoForm textarea.mktoField.mktoInvalid,
    .mktoForm div.mktoLogicalField.mktoInvalid {
        border: 1px solid #cc0000;
    }

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
    outline: none;
    border: none;
}

@media screen and (max-width: 991px) {
    .mktoForm {
        width: 92% !important;
        margin-top: 30px;
    }

        .mktoForm.mktoLayoutAbove .mktoField,
        .mktoForm.mktoLayoutAbove .mktoLogicalField {
            font-size: 22px;
            padding: 21px 10px;
        }

    ::-webkit-input-placeholder {
        color: #c28f0c !important;
    }

    :-ms-input-placeholder {
        color: #c28f0c !important;
    }

    ::-ms-input-placeholder {
        color: #c28f0c !important;
    }

    ::placeholder {
        color: #c28f0c !important;
    }

    ::-ms-input-placeholder {
        color: #c28f0c !important;
    }

    ::-ms-input-placeholder {
        color: #c28f0c !important;
    }
}

@media screen and (max-width: 767px) {
    .mktoForm {
        padding: 20px !important;
    }

        .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
            width: 100%;
        }
}

a.noWrap {
    white-space: nowrap;
    text-decoration: none !important;
    color: #231f20 !important;
    background: none !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.noWrap {
    white-space: nowrap;
}

.stickyAnimation .isi-content, .stickyAnimation .lb-wrap {
    height: 330px !important;
}

.stickyAnimation .lb-v-scrollbar {
    height: 298px !important;
}

    .stickyAnimation .lb-v-scrollbar .lb-v-scrollbar-slider {
        height: 230px !important;
    }

.stickyAniLess .isi-content, .stickyAniLess .lb-wrap {
    height: 150px !important;
}

.stickyAniLess .lb-v-scrollbar {
    height: 137px !important;
}

    .stickyAniLess .lb-v-scrollbar .lb-v-scrollbar-slider {
        height: 22px !important;
    }

.mktoForm .mktoError {
    bottom: -24px !important;
}

    .mktoForm .mktoError .mktoErrorMsg {
        background: none !important;
        font-size: 16px !important;
        color: #cc0000 !important;
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        max-width: inherit !important;
        padding: 0 !important;
        margin: 0 !important;
        font-family: "Open Sans", sans-serif;
    }

    .mktoForm .mktoError .mktoErrorArrowWrap {
        display: none;
    }

.mktoForm .mktoError {
    z-index: 1 !important;
}

.offsite-popup {
    padding-right: 0 !important;
    margin: 0 auto;
}

.lb-wrap::-webkit-scrollbar,
#sticky-isi-moduleNew .isi-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9;
   /* top: 0; */
}

.header-main {
    position: relative;
    width: 100%;
    z-index: 2;
    top: 0;
}

    .header-main .container {
        background: #fff;
        -webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
    }

    .header-main .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 110px;
    }

.isi-content p a.nobreak {
    color: #000;
    text-decoration: none;
}

.header-main .topMenu {
    padding-right: 0;
    background: #dbd8cf;
}

    .header-main .topMenu ul {
        overflow: hidden;
    }

        .header-main .topMenu ul li {
            margin-right: 20px;
            float: left;
            padding: 15px 0;
        }

            .header-main .topMenu ul li a {
                font-size: 13px;
                color: #231f20;
                font-weight: 600;
                border-bottom: 1px solid #A06A12;
            }

                .header-main .topMenu ul li a:hover {
                    color: #A06A12;
                }

.header-main .mainMenu {
    background: #FFF;
    height: 105px;
}

    .header-main .mainMenu .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: 600;
        margin: 40px 0 0;
    }

        .header-main .mainMenu .navigation li {
            margin-right: 20px;
        }

            .header-main .mainMenu .navigation li a {
                background: #A06A12;
                color: #FFF;
                font-size: 15px;
                position: relative;
                padding: 10px 20px;
                border-radius: 20px;
                font-weight: 700;
            }

                .header-main .mainMenu .navigation li a:hover {
                    background: #231f20;
                }

            .header-main .mainMenu .navigation li:last-child {
                margin: 0;
            }

            .header-main .mainMenu .navigation li.active a {
                background: #231f20;
            }

div#FooterMainPane {
    margin-top: 8px;
}

.foot-right {
    text-align: right;
}

@media screen and (max-width: 991px) {
    header {
        height: 140px;
    }

    .header-main {
        height: 135px;
        position: relative;
    }

    .header-main {
        position: relative;
        background: #fff;
    }

        .header-main .logo {
            padding-top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .header-main .menu {
            position: static;
        }

        .header-main .top-menu {
            top: -32px;
            left: 0;
            right: 4%;
            height: 32px;
            background: white;
            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;
            padding-top: 0;
        }

        .header-main .topMenu .liLinks {
            position: absolute;
            top: 100px;
            background: #dbd8cf;
            left: 0;
            width: 100%;
            padding: 11px 15px;
            text-align: center;
            border-bottom: 1px solid #dbd8cf;
        }

        .header-main .mainMenu {
            background: #FFF;
            position: absolute;
            top: 0px;
            width: 100%;
            left: 0px;
            right: 0;
            height: 60px;
            padding-left: 10px;
        }

        .header-main .topMenu .liLinks li {
            float: none;
            padding: 0;
            margin: 0;
            display: inline-block;
        }

            .header-main .topMenu .liLinks li a {
                color: #231f20;
                font-size: 17px;
                margin-right: 20px;
            }

                .header-main .topMenu .liLinks li a:hover {
                    background: none;
                }

            .header-main .topMenu .liLinks li:last-child {
                float: none;
            }

                .header-main .topMenu .liLinks li:last-child a {
                    background: none;
                    color: #231f20;
                    padding: 0;
                    font-size: 17px;
                    border-bottom: 1px solid #A06A12;
                    font-weight: 600;
                }

                    .header-main .topMenu .liLinks li:last-child a:hover {
                        background: none;
                    }

        .header-main .topMenu .hcpLink {
            position: absolute;
            left: 60%;
            top: 8px;
            z-index: 1;
        }

            .header-main .topMenu .hcpLink a {
                color: #FFF;
                background: #A06A12;
                font-size: 17px;
                font-weight: bold;
                padding: 10px;
                padding: 10px 13px;
                display: block;
                border-radius: 11px;
                -webkit-border-radius: 11px;
                -moz-border-radius: 11px;
                -ms-border-radius: 11px;
                -o-border-radius: 11px;
            }

                .header-main .topMenu .hcpLink a br {
                    display: block;
                }

        .header-main .main-menu {
            display: none;
            position: absolute;
            top: 146px;
            left: 0;
            right: 0;
            padding: 30px 0;
            height: calc(1113px - 100%);
            width: 100%;
            background: #A06A12;
        }

            .header-main .main-menu ul.navigation, .header-main .main-menu ul {
                margin: 0px 0 0 75px;
                display: block;
                padding: 0;
            }

                .header-main .main-menu ul.navigation li, .header-main .main-menu ul li {
                    width: auto;
                    margin: 0;
                    border-radius: 28px;
                    display: block;
                    margin-bottom: 12px;
                }

                    .header-main .main-menu ul.navigation li:last-child, .header-main .main-menu ul li:last-child {
                        margin-bottom: 12px;
                    }

                    .header-main .main-menu ul.navigation li.active a, .header-main .main-menu ul li.active a {
                        color: #FFF !important;
                        font-size: 20px;
                    }

                    .header-main .main-menu ul.navigation li a, .header-main .main-menu ul li a {
                        color: #111 !important;
                        font-size: 20px;
                        padding: 14px 24px;
                        font-weight: bold;
                        background: none;
                        display: inline-block;
                        background: #fff;
                    }

                        .header-main .main-menu ul.navigation li a.patientIcn, .header-main .main-menu ul li a.patientIcn {
                            background: none;
                            padding-left: 5px;
                            font-size: 23px;
                            font-weight: 600;
                            text-decoration: underline;
                            margin-top: 10px;
                            color: #231f20 !important;
                        }

                        .header-main .main-menu ul.navigation li a:hover, .header-main .main-menu ul li a:hover {
                            font-size: 20px;
                            color: #FFF !important;
                        }

        .header-main .nav-toggle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            right: 22px;
            top: 12px;
        }

    body.show-menu .header-main .main-menu {
        display: block;
    }

    .menu-img-close {
        display: none;
    }

    .menu-img-open {
        display: block;
    }

    .show-menu .menu-img-close {
        display: block !important;
    }

    .show-menu .menu-img-open {
        display: none;
    }


    .isi-contents-normal-view .container {
        position: relative;
        padding: 45px 100px 35px 120px;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: -10px;
        z-index: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-main .top-menu {
        right: 0;
    }

    .header-main .main-menu {
        top: 147px;
    }

    .header-main .nav-toggle {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-main .nav-toggle {
        right: 15px;
    }

    .header-main .topMenu .liLinks li a {
        font-size: 14px;
        margin-right: 3px;
    }

        .header-main .topMenu .liLinks li a:last-child {
            font-size: 14px;
            margin-right: 12px;
        }

    .header-main .topMenu .hcpLink {
        left: 50%;
    }

    .header-main .main-menu {
        left: 0px;
        top: 140px;
    }

        .header-main .main-menu ul.navigation {
            margin-left: 15px;
        }

    .container, .container-sm {
        max-width: 100%;
        padding: 0 15px;
    }

        .container.p-0 {
            max-width: 100%;
            padding: 0 15px;
        }
}

@media screen and (max-width: 375px) {
    .header-main .nav-toggle {
        right: 15px;
    }

    .header-main .topMenu .liLinks li a {
        font-size: 12px;
        margin-right: 3px;
    }

        .header-main .topMenu .liLinks li a:last-child {
            font-size: 12px;
        }

    .header-main .main-menu ul.navigation li a,
    .header-main .main-menu ul li a {
        font-size: 20px;
    }
}

/* Floating isi Style Start here */

div#FooterTopPane {
    background: #fff;
    /*margin: -52px 100px 0 100px;*/
    padding: 0 25px;
    /* webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
    box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
}

.isi-contents-normal-view .container {
    position: relative;
    padding: 45px 60px 35px 60px;
    border-radius: 15px 15px 0 0;
    background: #FFFFFF;
    /* -webkit-box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;*/
    margin-top: -10px;
    z-index: 0;
}

.isi-content {
    color: #000;
}

    .isi-content h6 {
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        color: #000;
    }

    .isi-content p {
        font-size: 17px;
        margin: 20px 0;
    }

        .isi-content p a {
            color: #A06A12;
            text-decoration: underline;
        }

    .isi-content ul {
        font-size: 17px;
        margin: 20px 0 40px;
        padding-left: 20px;
    }

        .isi-content ul li {
            padding-left: 22px;
            margin-bottom: 10px;
            position: relative;
        }

            .isi-content ul li::before {
                position: absolute;
                width: 10px;
                height: 10px;
                background: #000;
                left: -4px;
                content: '';
                top: 6px;
            }

    .isi-content .left {
        width: 40%;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 20px;
        float: left;
    }

        .isi-content .left h6 {
            font-size: 16px;
        }

        .isi-content .left p {
            font-size: 15px;
            margin: 10px 0;
        }

    .isi-content .right {
        width: 60%;
        padding-right: 60px;
        padding-top: 20px;
        padding-left: 20px;
        border-left: 1px solid #8b8b8b;
        float: right;
    }

        .isi-content .right h6 {
            font-size: 16px;
            padding-left: 12px;
        }

        .isi-content .right p {
            font-size: 12px;
            padding-left: 12px;
        }

        .isi-content .right ul {
            font-size: 15px;
            margin: 10px 0;
            padding-right: 20px;
            padding-left: 35px;
        }

            .isi-content .right ul li {
                padding-left: 22px;
                margin-bottom: 10px;
                position: relative;
                /*list-style-type: disc;*/
                font-size: 15px;
                color: #000000;
            }

                .isi-content .right ul li::before {
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    background: #000;
                    left: -4px;
                    content: '';
                    top: 6px;
                    border-radius: 100%;
                }

    .isi-content .row {
        display: block;
        float: left;
        width: 100%;
        padding-right: 10px;
        margin: 0;
    }

        .isi-content .row p {
            margin: 10px 0;
        }

            .isi-content .row p:last-child {
                margin: 0;
            }

.isi-close-icon {
    text-align: right;
    position: relative;
    right: -99px;
}

    .isi-close-icon a {
        text-transform: uppercase;
    }

#sticky-isi-moduleNew {
    position: fixed !important;
    z-index: 950;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #d9d9d9;
    z-index: 10;
    border-top: 1px solid #8b8b8b;
    height: 150px;
}

    #sticky-isi-moduleNew .sticky-indication-btn,
    #sticky-isi-moduleNew .sticky-indication-usage-btn {
        display: none;
    }

    #sticky-isi-moduleNew .container-fluid {
        position: relative;
    }

    #sticky-isi-moduleNew .isi-content {
        height: 150px;
        overflow: auto;
        width: 90% !important;
    }

#sticky-isi-module.activated {
    display: none !important;
}

.scroll-footer-inner {
    top: 10%;
    height: 90%;
}

.sticky-isi-title {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

    .sticky-isi-title a {
        text-decoration: none;
        cursor: pointer;
        background: #A06A12;
        display: block;
        color: #FFF;
        padding: 8px 20px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bold;
    }

        .sticky-isi-title a:hover {
            background: #000;
        }

        .sticky-isi-title a.hide {
            background: #000;
        }

            .sticky-isi-title a.hide:hover {
                background: #A06A12;
            }

.clscondistion {
    right: 140px;
    top: 30px;
}

.footer-section .footer {
    background: #A06A12;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -5px;
    -webkit-box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    margin-bottom: 150px;
}

.footer-section .footLogo {
    margin-bottom: 38px;
    padding-left: 5px;
}

    .footer-section .footLogo img {
        max-width: 90%;
    }

.footer-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 9px;
}

    .footer-section ul li {
        margin-right: 8px;
    }

        .footer-section ul li:last-child {
            margin: 0;
            padding: 0;
            border: 0;
        }

        .footer-section ul li a {
            color: #A06A12;
            font-size: 15px;
            font-weight: bold;
            background: #FFF;
            padding: 10px 20px;
            border-radius: 20px;
        }

            .footer-section ul li a:hover {
                background: #000;
                color: #FFF;
            }

.footer-section p {
    font-size: 15px;
    margin-bottom: 6px;
}

    .footer-section p:last-child {
        margin-bottom: 0;
        font-size: 14px;
    }

    .footer-section p a {
        color: #FFF;
        text-decoration: underline;
    }

.important-safty-information {
    margin-top: 20px;
}

.banner-button {
    margin-top: 60px;
    padding: 8px 2px;
}

a.learn-more-btn {
    width: 200px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    color: #A06A12;
    font-weight: 700;
    font-size: 21.5px;
}


@media screen and (max-width: 1199px) {
    .sticky-isi-title a img,
    .isi-close-icon a img {
        max-width: 9%;
    }

    .isi-content .left p {
        font-size: 12px;
        margin: 4px 0;
    }

    .tabContent .grids .grayBg {
        min-height: 332px;
    }

    .tabContent .grids4 .grayBg {
        min-height: 545px;
        padding-top: 124px;
    }

    .bannerBot .bannerCap {
        left: 7%;
        top: 5%;
    }

    .isi-content .right {
        width: 50%;
        float: left;
    }

    .sticky-isi-title a {
        padding: 7px 12px;
    }

    div#FooterTopPane {
        background: #fff;
        /*margin: -52px 75px 0 75px;*/
        padding: 0 25px;
        /* webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
    }
}

@media screen and (max-width: 991px) {
    #ISI {
        margin-top: 50px;
    }

    div#FooterTopPane {
        background: none;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 0 !important;
        /*webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
    }

    .isi-contents-normal-view .container {
        background: none;
        border-radius: 0;
        webkit-box-shadow: none;
        box-shadow: none;
    }

    #sticky-isi-moduleNew {
        height: 48px !important;
        background: #eaeaea;
        padding-top: 25px;
    }

        #sticky-isi-moduleNew h6 {
            font-size: 12px;
            color: #000;
        }

    .footer-section {
        padding: 0;
    }

        .footer-section .container {
            padding: 30px 15px;
            margin-top: -5px;
            margin-bottom: 45px;
        }

            .footer-section .container .justify-content-between {
                text-align: center;
            }

                .footer-section .container .justify-content-between .col-lg-3, .footer-section .container .justify-content-between .col-lg-4 {
                    padding: 0 15px !important;
                }

            .footer-section .container img {
                max-width: 90%;
            }

        .footer-section ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 40px;
        }

            .footer-section ul li {
                border: 0;
                padding: 0;
                margin: 0 10px 0 0;
            }

        .footer-section .text-right {
            text-align: center !important;
        }

    .isi-contents-normal-view .container {
        padding: 30px 15px 40px;
        margin-top: -35px;
        max-width: 100%;
    }

        .isi-contents-normal-view .container h6 {
            font-size: 17px;
        }

        .isi-contents-normal-view .container ul {
            padding-left: 3px;
            font-size: 17px;
        }

    .reference .container {
        margin-top: -30px;
        padding-top: 20px;
    }

    .bottom-isi-container .isi-content {
        padding-right: 0;
    }

    .sticky-isi-title {
        margin: 0;
        top: 0;
        padding: 13px;
    }

        .sticky-isi-title a {
            background: none;
            text-transform: uppercase;
            color: #1E1E1E;
            font-size: 14px;
            font-weight: bold;
            position: relative;
            padding: 0;
            display: inline-block;
        }

            .sticky-isi-title a:hover {
                background: none;
            }

            .sticky-isi-title a:after {
                border: solid black;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 3px;
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                content: '';
                position: absolute;
                right: -17px;
                top: 7px;
            }

        .sticky-isi-title.linkLeft {
            left: 0;
            right: inherit;
            padding-right: 37px;
            border-right: 1px solid #868686;
            text-align: left;
            width: 50%;
        }

    .isi-close-icon {
        right: -120px;
        top: -39px;
    }

        .sticky-isi-title a img,
        .isi-close-icon a img {
            max-width: 12%;
        }

    .reference .container .referWrap {
        width: 99%;
        padding: 25px;
        margin-top: 25px;
    }

    .footer-section .footLogo {
        padding: 0;
        text-align: center;
    }

    .mobileIsi {
        display: block;
    }

        .mobileIsi .snd {
            display: none;
        }

        .mobileIsi .left, .mobileIsi .right {
            margin-top: 22px;
            padding: 10px;
            border-top: 1px solid #868686;
        }

            .mobileIsi .left h6, .mobileIsi .right h6 {
                margin-bottom: 20px;
            }

            .mobileIsi .left p, .mobileIsi .right p {
                font-size: 12px;
                margin-bottom: 10px;
            }

            .mobileIsi .left ul, .mobileIsi .right ul {
                font-size: 16px;
                list-style-type: disc;
                padding-left: 35px;
                margin-bottom: 10px;
            }

                .mobileIsi .left ul li, .mobileIsi .right ul li {
                    list-style-type: disc;
                }

            .mobileIsi .left a, .mobileIsi .right a {
                color: #A06A12;
                text-decoration: underline;
            }

        .mobileIsi .right {
            height: 268px;
        }

            .mobileIsi .right .scroll-y {
                overflow-y: scroll;
                height: 250px;
            }

    .sticky-isi-title a.snd:after {
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        top: 4px;
    }

    .mobileIsi .left, .mobileIsi .right {
        margin-top: 20px;
        position: fixed;
        width: 100%;
        background: #eaeaea;
        bottom: -70%;
        z-index: 9;
    }

    .isi-content p a {
        color: #A06A12;
    }

    .footer-section ul li a {
        color: #A06A12;
		    font-size: 12px;
    padding: 10px 8px;
    }
}

@media screen and (max-width: 767px) {
    #sticky-isi-moduleNewNew {
        padding: 0;
    }

    .sticky-isi-title.linkLeft {
        width: 40%;
        padding-right: 28px;
    }

    .isi-close-icon a img {
        max-width: 22%;
    }

    .sticky-isi-title a {
        font-size: 13px;
    }
    /*ul.d-block.d-lg-none.liLinks {
            display: flex !important;
        }*/

}

@media screen and (max-width: 480px) {
    .sticky-isi-title.linkLeft {
        width: auto;
    }

    .header-main .topMenu .liLinks li a:last-child {
        font-size: 12px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 375px) {
    .sticky-isi-title a {
        font-size: 10px;
    }

    .header-main .topMenu .liLinks li a:last-child {
        font-size: 11px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {
    .mobileIsi .left, .mobileIsi .right {
        margin-top: 20px;
        position: fixed;
        width: 100%;
        background: #eaeaea;
        bottom: -200%;
        z-index: 9;
    }

    .header-main .topMenu .liLinks li a:last-child {
        font-size: 10px;
        margin-right: 5px;
    }
}

.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -475px !important;
}

.mobileIsi .left .inter {
    padding: 11px 25px 11px 11px;
    color: #1E1E1E;
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 12px;
    background: #eaeaea;
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

    .mobileIsi .left .inter:after {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        content: '';
        position: absolute;
        right: 8px;
        top: 13px;
    }

.mobileIsi .right .inter {
    padding: 11px 38px 11px 13px;
    color: #1E1E1E;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 12px;
    background: #eaeaea;
    border-top: 1px solid #868686;
    border-left: 1px solid #868686;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

    .mobileIsi .right .inter:after {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        content: '';
        position: absolute;
        right: 8px;
        top: 13px;
    }

.main {
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    box-shadow: -5px 0 5px -5px #cacaca, 5px 0 5px -5px #cacaca;
    margin-top: 152px;
}

.mainBg .main {
    margin-top: 0;
}

.banner {
    position: relative;
}

    .banner .bannerCap {
        position: absolute;
        top: 7%;
        right: 6%;
        color: #FFF;
        width: 435px;
    }

        .banner .bannerCap h1 {
            font: bold 33px "Open Sans", sans-serif;
            color: #FFF;
            position: relative;
            margin-bottom: 40px;
        }

            .banner .bannerCap h1:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 60px;
                background: #FFF;
                left: 0;
                bottom: -25px;
            }

        .banner .bannerCap p {
            font-size: 19px;
            font-weight: 600;
        }

.bannerBot {
    min-height: 559px;
}

    .bannerBot .bannerCap {
        left: 9%;
        top: 5%;
    }

        .bannerBot .bannerCap h2 {
            font-size: 44px;
            font-weight: bold;
            color: #FFF;
            padding-right: 90px;
            position: relative;
            margin-bottom: 40px;
        }

            .bannerBot .bannerCap h2:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 60px;
                background: #FFF;
                left: 0;
                bottom: -20px;
            }

        .bannerBot .bannerCap p {
            font-size: 18px;
        }

.tabs {
    text-align: center;
    background: #fff;
    margin: -35px 20px 0 20px;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .tabs li {
        font-size: 23px;
        font-weight: bold;
        padding: 45px 20px 10px;
        color: #231f20;
    }

        .tabs li a {
            color: #A06A12;
            border-bottom: 2px solid #A06A12;
        }

            .tabs li a:hover {
                color: #231f20;
                border-bottom: none;
            }

            .tabs li a.active {
                color: #231f20;
                text-decoration: none;
                cursor: default;
            }

        .tabs li:last-child {
            padding-right: 0;
        }

#tab1 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
}

#tab2, #tab3 {
    border-bottom: 1px solid #d1d1d1;
}

    #tab2 .tabs, #tab3 .tabs {
        margin-top: 0;
    }

#tab3 {
    border: none;
}

.tabContent {
    position: relative;
    padding: 30px 50px 0;
}

    .tabContent .heroTab {
        position: relative;
        min-height: 438px;
    }

        .tabContent .heroTab h2 {
            position: absolute;
            top: 12%;
            background: #A06A12;
            color: #FFF;
            font: bold 38px "Open Sans", sans-serif;
            padding: 24px 35px;
            border-radius: 9px;
            left: 6%;
        }

    .tabContent h3 {
        font-size: 38px;
        font-weight: bold;
        color: #231f20;
        margin: 45px 10px 0 48px;
        position: relative;
    }

        .tabContent h3:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 60px;
            background: #A06A12;
            left: 0;
            bottom: -15px;
        }

    .tabContent h4 {
        font-size: 45px;
        font-weight: bold;
        color: #A06A12;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .tabContent p {
        margin: 0px 0 15px;
        font-size: 17px;
        line-height: 27px;
    }

        .tabContent p:first-child {
            margin-top: 50px;
        }

        .tabContent p strong {
            display: block;
        }

    .tabContent .grids {
        margin-top: 150px;
    }

        .tabContent .grids .grayBg {
            background: #d6d6d6;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
            position: relative;
            min-height: 305px;
            padding-top: 130px;
            padding-left: 25px;
            padding-right: 25px;
            margin-bottom: 95px;
            line-height: 22px;
        }

            .tabContent .grids .grayBg p {
                font-size: 14px;
            }

            .tabContent .grids .grayBg span {
                background: #A06A12;
                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;
                height: 171px;
                width: 171px;
                border: 5px solid #fff;
                border-radius: 100%;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                position: absolute;
                left: 50%;
                margin-left: -87px;
                top: -65px;
            }

        .tabContent .grids .col-12 .grayBg {
            min-height: 240px;
            padding: 130px 85px 0;
            margin-bottom: 40px;
        }

        .tabContent .grids .col-12 .grayBgFull {
            min-height: inherit;
            padding: 30px 40px;
            text-align: left;
            margin-bottom: 25px;
        }

            .tabContent .grids .col-12 .grayBgFull h3 {
                margin: 0 0 20px;
                font-size: 36px;
            }

                .tabContent .grids .col-12 .grayBgFull h3:after {
                    display: none;
                }

            .tabContent .grids .col-12 .grayBgFull p {
                font-weight: 400;
                margin-bottom: 20px;
                font-size: 17px;
            }

            .tabContent .grids .col-12 .grayBgFull ul {
                margin: 0;
                font-weight: 400;
            }

                .tabContent .grids .col-12 .grayBgFull ul:first-child {
                    padding-right: 0;
                }

                .tabContent .grids .col-12 .grayBgFull ul li {
                    background: #FFF;
                    margin-bottom: 2px;
                    font-size: 17px;
                    font-weight: bold;
                    padding: 12px 20px;
                    border-left: 5px solid #A06A12;
                }

    .tabContent .grids2 {
        padding: 0 47px;
        margin-top: 120px;
    }

        .tabContent .grids2 .grayBg {
            margin-bottom: inherit;
            min-height: 340px;
        }

            .tabContent .grids2 .grayBg p {
                font-size: 15px;
                line-height: 22px;
            }

            .tabContent .grids2 .grayBg strong {
                font-size: 21px;
                font-weight: 700;
            }

    .tabContent .grids4 {
        margin-top: 90px;
    }

        .tabContent .grids4 .grayBg {
            font-weight: normal;
            line-height: 24px;
            min-height: 450px;
            margin-bottom: 0;
            font-size: 16px;
        }

            .tabContent .grids4 .grayBg p {
                font-size: 16px;
                margin: 0px 0 10px;
                line-height: 22px;
            }

    .tabContent .tabsSection {
        position: relative;
        margin-top: 30px;
    }

        .tabContent .tabsSection .nav {
            border: none;
            display: block;
            margin-top: 55px;
            position: relative;
            padding-left: 12px;
            z-index: 2;
        }

            .tabContent .tabsSection .nav li {
                position: relative;
                margin-bottom: 2px;
            }

                .tabContent .tabsSection .nav li span {
                    position: absolute;
                    right: 15px;
                    font-size: 50px;
                    top: -12px;
                    font-weight: lighter;
                }

                .tabContent .tabsSection .nav li a {
                    background: #A06A12;
                    display: block;
                    padding: 15px 50px 15px 15px;
                    color: #FFF;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    -ms-border-radius: 20px;
                    -o-border-radius: 20px;
                    font-weight: bold;
                    font-size: 20px;
                }

                    .tabContent .tabsSection .nav li a:hover, .tabContent .tabsSection .nav li a.active {
                        background: #231f20;
                    }

                        .tabContent .tabsSection .nav li a:hover span, .tabContent .tabsSection .nav li a.active span {
                            display: none;
                        }

        .tabContent .tabsSection .tab-content {
            position: relative;
            width: 0;
        }

            .tabContent .tabsSection .tab-content .tab-pane {
                background: #eeeeee;
                position: relative;
                right: 155px;
                padding: 52px 54px 52px 240px;
                margin-bottom: 40px;
                width: 898px;
            }

                .tabContent .tabsSection .tab-content .tab-pane h4 {
                    font-size: 36px;
                    font-weight: bold;
                    margin-bottom: 25px;
                    color: #231f20;
                    margin-top: 10px;
                }

                .tabContent .tabsSection .tab-content .tab-pane p {
                    margin-bottom: 25px;
                }

                    .tabContent .tabsSection .tab-content .tab-pane p strong {
                        font-size: 17px;
                    }

                .tabContent .tabsSection .tab-content .tab-pane ul {
                    margin-bottom: 25px;
                }

                    .tabContent .tabsSection .tab-content .tab-pane ul li {
                        background: #FFF;
                        margin-bottom: 2px;
                        font-size: 17px;
                        font-weight: bold;
                        padding: 12px 20px;
                        border-left: 5px solid #A06A12;
                    }

                        .tabContent .tabsSection .tab-content .tab-pane ul li ul {
                            margin-left: 0;
                        }

                            .tabContent .tabsSection .tab-content .tab-pane ul li ul li {
                                border: 0;
                                padding: 6px 20px;
                                font-weight: normal;
                                position: relative;
                            }

                                .tabContent .tabsSection .tab-content .tab-pane ul li ul li:before {
                                    background: #231f20;
                                    height: 14px;
                                    width: 6px;
                                    position: absolute;
                                    content: '';
                                    left: 0;
                                    top: 10px;
                                }

                                .tabContent .tabsSection .tab-content .tab-pane ul li ul li:first-child {
                                    font-weight: bold;
                                    padding: 0 0 10px;
                                }

                                    .tabContent .tabsSection .tab-content .tab-pane ul li ul li:first-child:before {
                                        display: none;
                                    }

                    .tabContent .tabsSection .tab-content .tab-pane ul:last-child {
                        margin-bottom: 0;
                    }

.twoCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e4cc84;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

    .twoCol h2 {
        font-size: 36px;
        font-weight: bold;
        color: #1e1e1e;
        position: relative;
        margin-bottom: 25px;
    }

        .twoCol h2:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 60px;
            background: #A06A12;
            left: 0;
            bottom: -10px;
        }

    .twoCol p {
        margin: 0px 0 30px;
        font-size: 17px;
        line-height: 22px;
        font-weight: normal;
    }

    .twoCol .col1 {
        border-right: 1px solid #FFF;
        padding: 45px 64px;
        width: 50%;
    }

    .twoCol .col2 {
        padding: 45px 64px;
        width: 50%;
    }

    .twoCol a {
        background: #231f20;
        color: #FFF;
        font-size: 21px;
        font-weight: bold;
        padding: 10px 22px;
        border-radius: 30px;
        display: inline-block;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

        .twoCol a:hover {
            color: #231f20;
            background: #fff;
        }

.formCaption {
    padding-bottom: 40px;
}

    .formCaption h2 {
        font-size: 36px;
        font-weight: bold;
        color: #231f20;
        margin-bottom: 5px;
        margin-top: -65px;
    }

    .formCaption p {
        font-weight: normal;
        font-size: 17px;
    }

.bannerInner {
    position: relative;
}

    .bannerInner .bannerCap {
        position: absolute;
        top: 8%;
        left: 5%;
        color: #FFF;
        width: 466px;
    }

        .bannerInner .bannerCap h1 {
            font-size: 33px;
            font-weight: bold;
            color: #FFF;
            padding-right: 0;
            position: relative;
            margin-bottom: 40px;
            line-height: 40px;
        }

            .bannerInner .bannerCap h1:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 60px;
                background: #FFF;
                left: 0;
                bottom: -20px;
            }

        .bannerInner .bannerCap img {
            margin: 10px 0;
        }

        .bannerInner .bannerCap p {
            font-size: 19px;
            font-weight: 600;
        }

.capSection {
    min-height: 440px;
}

    .capSection .col-lt {
        padding: 55px 70px 70px;
    }

    .capSection .col-rt {
        padding: 46px 135px 0 0;
    }

    .capSection h2 {
        font-size: 36px;
        font-weight: bold;
        position: relative;
        margin-bottom: 40px;
        color: #333333;
    }

        .capSection h2:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 60px;
            background: #A06A12;
            left: 0;
            bottom: -20px;
        }

    .capSection p {
        font-size: 17px;
    }

        .capSection p .icnExm {
            display: block;
            padding: 23px 35px 20px 75px;
            margin-top: 5px;
            font-weight: bold;
        }

.innerbotBanner {
    margin-top: 50px;
}

    .innerbotBanner .bannerCap {
        left: 7.5%;
    }

.supportGray {
    background: #e2e2e2;
    padding: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 13px;
}

    .supportGray:first-child {
        margin-top: -35px;
    }

    .supportGray h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #231f20;
    }

    .supportGray p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .supportGray a {
        font-size: 21px;
        background: #A06A12;
        padding: 12px 25px;
        color: #FFF;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: inline-block;
        font-weight: 700;
    }

        .supportGray a:hover {
            background: #000;
            color: #FFF;
        }

    .supportGray ul li {
        background: #FFF;
        margin-bottom: 2px;
        font-size: 15px;
        font-weight: bold;
        border-left: 5px solid #A06A12;
        padding-left: 20px;
    }

        .supportGray ul li a {
            font-size: 17px;
            color: #A06A12;
            padding: 15px 0 15px 45px;
            border-radius: 0;
        }

            .supportGray ul li a:hover {
                color: #231f20;
            }

.suptwoCol {
    padding: 30px 0 80px;
}

    .suptwoCol p {
        margin-bottom: 35px;
        min-height: inherit;
    }

.faq {
    margin-top: -35px;
    margin-bottom: 40px;
}

    .faq .card {
        background: #e2e2e2;
        margin-bottom: 20px;
        border: 0;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
        padding: 20px 0;
    }

        .faq .card .card-body {
            padding: 0 100px 0 20px;
        }

        .faq .card .card-header {
            background: none;
            border: 0;
            padding: 0 0 0 20px;
            position: relative;
            margin-bottom: 10px;
        }

        .faq .card .btn {
            text-align: left;
            font-size: 24px;
            font-weight: bold;
            color: #231f20;
            line-height: 30px;
            margin: 0;
            padding: 0 100px 0 0;
            position: relative;
            width: 100%;
        }

            .faq .card .btn:after {
                width: 56px;
                height: 57px;
                content: '';
                right: 12px;
                top: -10px;
                position: absolute;
            }

            .faq .card .btn:hover, .faq .card .btn:focus {
                text-decoration: none;
            }

            .faq .card .btn.collapsed:after {
                width: 56px;
                height: 56px;
                content: '';
                right: 12px;
                top: -10px;
                position: absolute;
            }

        .faq .card p {
            font-size: 17px;
            position: relative;
            margin: 25px 0;
        }

            .faq .card p:before {
                content: '';
                position: absolute;
                height: 2px;
                width: 60px;
                background: #A06A12;
                left: 0;
                top: -18px;
            }

        .faq .card a {
            font-size: 21px;
            background: #A06A12;
            padding: 12px 25px;
            color: #FFF;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            display: inline-block;
            font-weight: 700;
        }

            .faq .card a:hover {
                background: #000;
            }

.thankYou {
    margin-top: -10px;
}

.error {
    position: relative;
    background: #e4cc84;
    margin-top: -4px;
    -webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
    box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
    padding: 75px 0;
}

    .error h1 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 40px;
        color: #1E1E1E;
        position: relative;
    }

        .error h1:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 60px;
            background: #A06A12;
            left: 50%;
            margin-left: -39px;
            bottom: -20px;
        }

    .error p {
        font-size: 17px;
    }

    .error a {
        display: inline-block;
        padding: 15px 30px;
        font-size: 21px;
        font-weight: bold;
        background: #231f20;
        color: #fff;
        margin-top: 40px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
    }

        .error a:hover {
            background: #FFF;
            color: #A06A12;
        }

.p-rel {
    position: relative;
}

.toolTip {
    min-height: 314px;
}

    .toolTip img {
        margin: 0 auto;
    }

    .toolTip .btn {
        background: #A06A12;
        color: #fff;
        position: absolute;
        font: bold 14px "Open Sans", sans-serif;
        padding: 18px 30px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

        .toolTip .btn ul {
            display: none;
            position: absolute;
            width: 260px;
            left: 0;
            top: 50px;
            padding: 8px 8px 8px 30px;
            border: 1px solid #000;
            background: #fff;
            text-decoration: none;
            color: #000;
            z-index: 9;
            font-weight: normal;
            text-align: left;
        }

            .toolTip .btn ul li {
                list-style-type: disc;
            }

        .toolTip .btn.btn1 {
            left: 9%;
            top: -2%;
        }

            .toolTip .btn.btn1:hover ul {
                display: block;
            }

        .toolTip .btn.btn2 {
            left: 28%;
            top: 11%;
        }

            .toolTip .btn.btn2:hover ul {
                display: block;
            }

        .toolTip .btn.btn3 {
            left: 16.5%;
            top: 29%;
        }

            .toolTip .btn.btn3:hover ul {
                display: block;
            }

        .toolTip .btn.btn4 {
            left: 16%;
            top: 60%;
        }

            .toolTip .btn.btn4:hover ul {
                display: block;
            }

        .toolTip .btn.btn5 {
            right: 6.4%;
            top: -2%;
        }

            .toolTip .btn.btn5:hover ul {
                display: block;
            }

        .toolTip .btn.btn6 {
            right: 14%;
            top: 21%;
        }

            .toolTip .btn.btn6:hover ul {
                display: block;
            }

        .toolTip .btn.btn7 {
            right: 12.5%;
            top: 46%;
        }

            .toolTip .btn.btn7:hover ul {
                display: block;
            }

.bannerInner .thankYou h1 {
    font-size: 44px;
}

.bannerInner .thankYou p {
    font-size: 18px;
}

.savingFootnote {
    padding: 40px 0 0px;
}

    .savingFootnote p {
        background: #eaeaea;
        padding: 22px;
        border-radius: 15px;
    }

        .savingFootnote p a {
            color: #000;
        }

@media only screen and (max-width: 1199px) {
    .breakwilson {
        display: none !important;
    }

    .breakwilson1 {
        display: block !important;
    }

    .banner .bannerCap {
        width: 413px;
        right: 3%;
    }

        .banner .bannerCap h1 {
            font-size: 30px;
        }

            .banner .bannerCap h1 br {
                display: block;
            }

        .banner .bannerCap p {
            font-size: 17px;
        }

    .bannerBot {
        min-height: 470px;
    }

        .bannerBot .bannerCap {
            left: 6%;
        }

            .bannerBot .bannerCap h2 {
                font-size: 36px;
                padding-right: 115px;
            }

            .bannerBot .bannerCap p {
                font-size: 16px;
            }

    .innerbotBanner .bannerCap {
        width: 340px;
    }

    .tabContent .heroTab {
        min-height: 360px;
    }

        .tabContent .heroTab h2 {
            width: 36%;
            font-size: 31px;
            padding: 24px 28px;
        }

    .tabContent .tabsSection .tab-content .tab-pane {
        padding: 52px 54px 52px 164px;
        right: 129px;
        width: 692px;
    }

    .tabContent .grids .grayBg {
        min-height: 335px;
    }

    .tabContent .grids4 .grayBg {
        min-height: 540px;
    }

    .toolTip .btn.btn1 {
        left: 1%;
        top: -9%;
    }

    .toolTip .btn.btn2 {
        left: 24%;
    }

    .toolTip .btn.btn3 {
        left: 10%;
    }

    .toolTip .btn.btn4 {
        left: 9%;
    }

    .toolTip .btn.btn5 {
        right: 0%;
    }

    .toolTip .btn.btn6 {
        right: 9.5%;
    }

    .toolTip .btn.btn7 {
        right: 7.5%;
    }

    .bannerInner .bannerCap {
        top: 4%;
        left: 4%;
        width: 420px;
    }

        .bannerInner .bannerCap h1 {
            font-size: 28px;
        }

            .bannerInner .bannerCap h1 br {
                display: block;
            }

        .bannerInner .bannerCap img {
            margin: 5px 0;
            max-width: 70%;
        }

        .bannerInner .bannerCap p {
            font-size: 17px;
        }

    .bannerInner .thankYou .bannerCap {
        top: 20%;
    }

    .offsite-popup {
        top: 16.9%;
    }

    .capSection {
        min-height: inherit;
    }

        .capSection .col-lt {
            padding-bottom: 40px;
        }

        .capSection .img-wrap {
            height: 386px;
        }

        .capSection .img-wrap2 {
            height: 511px;
        }
}

@media only screen and (max-width: 991px) {
    body {
        background: none;
    }

    .main {
        margin-top: 146px;
    }

    .mainBg {
        padding-top: 135px;
    }

        .mainBg .main {
            margin-top: 0px;
        }

    .bannerWrap {
        height: 518px;
        color: white;
        padding: 50px 30px 0;
        background: url(/siteassets/img/img-255x400-mobile-background.png) no-repeat left top;
        background-size: cover;
    }

        .bannerWrap h2 {
            font-size: 33px;
            color: white;
            font-weight: bold;
            position: relative;
            margin-bottom: 40px;
        }

            .bannerWrap h2:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 60px;
                background: #FFF;
                left: 0;
                bottom: -20px;
            }

            .bannerWrap h2 br {
                display: block;
            }

        .bannerWrap p {
            font-size: 18px;
            font-weight: 600;
        }

    .bannerInner .bannerCap h1 {
        font-size: 33px;
    }

        .bannerInner .bannerCap h1 br {
            display: none;
        }

    .bannerInner .bannerCap p {
        font-size: 18px;
        font-weight: 600;
    }

    #tab1, #tab2, #tab3 {
        border-bottom: 0;
        margin-bottom: 30px;
    }

    .toolTip {
        margin-bottom: 30px;
        height: 258px;
        min-height: inherit;
    }

    .tabs {
        margin: 0;
    }

        .tabs li {
            font-size: 13px;
            padding: 20px 7px;
        }

            .tabs li:last-child {
                padding-right: 10px;
            }

    .tabContent {
        padding: 0;
    }

        .tabContent .heroTab {
            margin: 0;
            padding: 0;
            height: 324px;
            min-height: inherit;
        }

            .tabContent .heroTab img {
                width: 100%;
            }

            .tabContent .heroTab h2 {
                font-size: 19px;
                width: 160px;
                padding: 25px 14px;
                left: 7%;
                top: 8%;
            }

                .tabContent .heroTab h2 br {
                    display: block;
                }

        .tabContent h3 {
            margin: 30px 20px;
            font-size: 33px;
        }

            .tabContent h3 br {
                display: none;
            }

        .tabContent h4 {
            font-size: 36px;
            padding: 0 !important;
        }

        .tabContent p {
            margin: 15px 20px;
            font-size: 16px;
        }

            .tabContent p:first-child {
                margin: 15px 20px;
            }

            .tabContent p strong {
                font-size: 16px;
            }

        .tabContent .grids {
            margin-top: 70px;
            padding: 65px 0px 0;
            overflow: hidden;
        }

            .tabContent .grids .col-12 .grayBg {
                height: 245px;
                padding: 121px 23px 20px;
                margin-bottom: 20px;
                margin-left: 25px;
                margin-right: 25px;
            }

        .tabContent .grids4 .col-12 .grayBg {
            height: 290px;
        }

        .tabContent .grids2 {
            margin-top: 40px;
        }

            .tabContent .grids2 .grayBg {
                padding-bottom: 30px;
                margin-left: 25px;
                margin-right: 25px;
                margin-bottom: 90px;
                padding-top: 115px;
            }

                .tabContent .grids2 .grayBg strong {
                    font-size: 17px;
                }

            .tabContent .grids2 .grayBg2 {
                margin-bottom: 0;
                font-size: 15px;
                line-height: 23px;
            }

            .tabContent .grids2 .col-12 .grayBgFull {
                height: auto;
                margin-left: 0;
                padding: 20px;
                margin-right: 0;
            }

                .tabContent .grids2 .col-12 .grayBgFull h3 {
                    font-size: 30px;
                }

                .tabContent .grids2 .col-12 .grayBgFull p {
                    margin: 0 0 20px;
                }

                .tabContent .grids2 .col-12 .grayBgFull ul:first-child {
                    padding-right: 15px;
                }

        .tabContent .text-center {
            padding: 0 33px;
        }

        .tabContent .accordion {
            padding: 20px;
            background: #eeeeee;
            margin: 45px 0;
        }

            .tabContent .accordion .card {
                border: none;
                background: none;
            }

                .tabContent .accordion .card:first-child {
                    margin-top: -40px;
                }

                .tabContent .accordion .card:last-child {
                    margin-bottom: -40px;
                }

                .tabContent .accordion .card .card-header {
                    border: none;
                    margin-bottom: 2px;
                    padding: 0;
                    background: none;
                }

                    .tabContent .accordion .card .card-header .btn {
                        background: #000;
                        font-size: 20px;
                        font-weight: 700;
                        color: #FFF;
                        border-radius: 40px;
                        -webkit-border-radius: 40px;
                        -moz-border-radius: 40px;
                        -ms-border-radius: 40px;
                        -o-border-radius: 40px;
                        width: 100%;
                        text-align: left;
                        padding: 12px 0 12px 20px;
                        position: relative;
                    }

                        .tabContent .accordion .card .card-header .btn span {
                            display: none;
                        }

                        .tabContent .accordion .card .card-header .btn:hover {
                            background: #000;
                            text-decoration: none;
                        }

                        .tabContent .accordion .card .card-header .btn.collapsed {
                            background: #A06A12;
                        }

                            .tabContent .accordion .card .card-header .btn.collapsed span {
                                display: block;
                                position: absolute;
                                right: 9px;
                                font-size: 44px;
                                top: -13px;
                                font-weight: 600;
                            }

                .tabContent .accordion .card .card-body {
                    padding: 20px 10px;
                }

                    .tabContent .accordion .card .card-body h4 {
                        color: #231f20;
                        margin: 0 0 20px;
                        font-size: 30px;
                    }

                    .tabContent .accordion .card .card-body p {
                        margin: 0 0 30px;
                        font-size: 17px;
                    }

                        .tabContent .accordion .card .card-body p strong {
                            font-size: 17px;
                        }

                    .tabContent .accordion .card .card-body ul {
                        margin-bottom: 30px;
                    }

                        .tabContent .accordion .card .card-body ul.listFirst {
                            margin-top: 50px;
                        }

                        .tabContent .accordion .card .card-body ul li {
                            background: #FFF;
                            margin-bottom: 2px;
                            font-size: 17px;
                            font-weight: bold;
                            padding: 12px 20px;
                            border-left: 5px solid #A06A12;
                        }

                .tabContent .accordion .card #collapseSeven .card-body ul li {
                    font-weight: normal;
                }

                    .tabContent .accordion .card #collapseSeven .card-body ul li br {
                        display: block;
                    }

                    .tabContent .accordion .card #collapseSeven .card-body ul li ul {
                        margin: 0;
                        border-left: 0;
                    }

                        .tabContent .accordion .card #collapseSeven .card-body ul li ul li {
                            font-weight: normal;
                            border: 0;
                            padding: 8px 0;
                            position: relative;
                        }

                            .tabContent .accordion .card #collapseSeven .card-body ul li ul li:before {
                                position: absolute;
                                content: '';
                                height: 2px;
                                background: red;
                                width: 100%;
                            }

    .twoCol {
        display: block;
        margin-top: 0;
    }

        .twoCol .col1, .twoCol .col2 {
            width: 100%;
            padding: 45px 25px 40px;
        }

        .twoCol .col1 {
            border-bottom: 1px solid #fff;
        }

        .twoCol h2 {
            margin-bottom: 40px;
        }

            .twoCol h2:after {
                bottom: -17px;
            }

        .twoCol p {
            margin-bottom: 30px;
        }

    .suptwoCol {
        margin-top: 50px;
        padding-top: 40px;
    }

    .bannerBot {
        height: 911px;
    }

        .bannerBot img {
            width: 100%;
        }

        .bannerBot .bannerCap {
            width: auto;
            top: 19%;
        }

            .bannerBot .bannerCap h2 {
                font-size: 33px;
                padding: 0 50px 0 0;
            }

            .bannerBot .bannerCap p {
                font-size: 18px;
            }

    .innerbotBanner .bannerCap {
        top: 25%;
    }

    .formCaption h2 {
        margin-top: -10px;
        font-size: 33px;
    }

    .mktoForm .mktoRequiredField label.mktoLabel {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .bstrap30.formWrap {
        width: 94%;
        margin: 25px auto;
        padding: 30px 27px !important;
    }

        .bstrap30.formWrap .form-control {
            height: 50px;
        }

    .bannerInner .savingBg {
        background-size: cover;
        height: 590px;
        color: white;
        padding: 0 20px;
    }

        .bannerInner .savingBg .bannerCap {
            position: absolute;
            top: 20px;
            left: 5%;
            color: #FFF;
            width: 90%;
        }

            .bannerInner .savingBg .bannerCap h1 {
                padding: 0;
            }

            .bannerInner .savingBg .bannerCap img {
                max-width: 70%;
                margin: 10px 0;
            }

    .bannerInner .thanksBg {
        background-size: cover;
        height: 578px;
        color: white;
        padding: 0 30px;
    }

        .bannerInner .thanksBg .bannerCap {
            position: absolute;
            top: 315px;
            left: 5%;
            color: #FFF;
            width: 90%;
        }

            .bannerInner .thanksBg .bannerCap h1 {
                padding: 0;
            }

            .bannerInner .thanksBg .bannerCap img {
                max-width: 80%;
                margin: 15px 0;
            }

    .bannerInner .supResource {
        background-size: cover;
        height: 570px;
        color: white;
        padding: 0 30px;
    }

        .bannerInner .supResource .bannerCap {
            position: absolute;
            top: 200px;
            left: 5%;
            color: #FFF;
            width: 90%;
        }

            .bannerInner .supResource .bannerCap h1 {
                padding: 0;
            }

            .bannerInner .supResource .bannerCap img {
                max-width: 80%;
                margin: 15px 0;
            }

    .bannerInner .faqBg {
        background-size: cover;
        height: 570px;
        color: white;
        padding: 0 30px;
    }

        .bannerInner .faqBg .bannerCap {
            position: absolute;
            top: 248px;
            left: 5%;
            color: #FFF;
            width: 90%;
        }

            .bannerInner .faqBg .bannerCap h1 {
                padding: 0;
            }

            .bannerInner .faqBg .bannerCap img {
                max-width: 80%;
                margin: 15px 0;
            }

    .bstrap30.formWrap .form-control {
        font-size: 22px;
    }

    .bstrap30.formWrap .form-horizontal .control-label {
        font-size: 18px;
    }

    .capSection img {
        width: 100%;
    }

    .capSection .col-rt {
        padding: 20px 0 0 0;
    }

    .capSection .col-lt {
        padding: 20px 0;
    }

    .capSection .img-wrap {
        height: 615px;
    }

    .capSection .img-wrap2 {
        height: 594px;
    }

    .footNoteMob {
        margin-bottom: 0px;
        border-bottom: 1px solid #757273;
        padding-bottom: 30px;
    }

    .supportGray {
        padding: 45px 20px 45px;
    }

        .supportGray h2 {
            font-size: 30px;
        }

        .supportGray a {
            margin-top: 0px;
        }

        .supportGray ul li a {
            margin: 0;
        }

    .faq .card .btn {
        padding-right: 60px;
        font-size: 20px;
    }

        .faq .card .btn:after {
            height: 38px;
            width: 38px;
            background-size: 100%;
        }

        .faq .card .btn.collapsed:after {
            height: 38px;
            width: 38px;
            background-size: 100%;
        }

    .faq .card .card-body {
        padding: 0 20px;
    }

    .faqBot {
        margin-top: 40px;
    }

    .error {
        padding-right: 25px;
        padding-left: 25px !important;
    }

        .error h1 {
            font-size: 30px;
        }

    .toolTip .btn {
        padding: 7px 18px;
    }

        .toolTip .btn.btn1 {
            left: 8%;
            top: -5%;
        }

        .toolTip .btn.btn3 {
            left: 19%;
        }

        .toolTip .btn.btn4 {
            left: 18%;
        }

        .toolTip .btn.btn5 {
            right: 4%;
        }

            .toolTip .btn.btn5 ul {
                right: 0;
                left: inherit;
            }

        .toolTip .btn.btn6 {
            right: 15%;
        }

            .toolTip .btn.btn6 ul {
                right: 0;
                left: inherit;
            }

        .toolTip .btn.btn7 {
            right: 13%;
        }

            .toolTip .btn.btn7 ul {
                right: 0;
                left: inherit;
            }

    .formCaption {
        padding-bottom: 20px;
    }

    .savingFootnote {
        padding: 20px 0 0px;
    }

        .savingFootnote p {
            background: #eaeaea;
            padding: 22px 24px;
            border-radius: 15px;
        }

    .capSection {
        min-height: inherit;
    }
}

@media screen and (max-width: 767px) {
    .main {
        margin-top: 135px;
    }

    .mainBg {
        padding-top: 135px;
    }

        .mainBg .main {
            margin-top: 0;
        }

    .offsite-popup {
        max-width: 366px;
        height: 558px;
    }

        .offsite-popup .modal-content h2 {
            font-size: 30px;
        }

        .offsite-popup .modal-content p {
            font-size: 17px;
        }

        .offsite-popup .modal-dialog {
            width: 365px;
        }

        .offsite-popup .fright, .offsite-popup .fleft {
            padding: 9px 24px;
        }

    .tabContent .heroTab {
        min-height: inherit;
        height: calc(100% - 181px);
    }

    .tabContent .grids .col-12 .grayBg {
        height: 404px;
    }

    .tabContent .grids .col-12 .grayBgFull {
        height: auto;
    }

    .tabContent .grids4 .col-12 .grayBg {
        height: 330px;
    }

    .toolTip {
        height: 233px;
        min-height: inherit;
    }

        .toolTip .btn {
            font-size: 9px;
            padding: 9px;
        }

            .toolTip .btn ul {
                width: 207px;
                top: 36px;
            }

            .toolTip .btn.btn1 {
                left: 4px;
                top: -26px;
            }

            .toolTip .btn.btn2 {
                left: 15%;
                top: 9%;
            }

            .toolTip .btn.btn3 {
                left: 6.5%;
                top: 29%;
            }

            .toolTip .btn.btn4 {
                left: 6%;
            }

            .toolTip .btn.btn5 {
                right: 2%;
                top: -9%;
            }

                .toolTip .btn.btn5 ul {
                    right: 0;
                    left: inherit;
                }

            .toolTip .btn.btn6 {
                right: 2%;
            }

                .toolTip .btn.btn6 ul {
                    right: 0;
                    left: inherit;
                }

            .toolTip .btn.btn7 {
                right: 1%;
            }

                .toolTip .btn.btn7 ul {
                    right: 0;
                    left: inherit;
                }

    .mktoForm .mktoError {
        left: 0 !important;
    }

    .bannerInner .thanksBg {
        height: 337px;
    }

        .bannerInner .thanksBg .bannerCap {
            top: 170px;
        }

    .offsite-popup {
        top: 4%;
    }

    .bannerBot {
        height: calc(100% - 522px);
        min-height: inherit;
    }

    .capSection {
        min-height: inherit;
    }

        .capSection .img-wrap {
            height: calc(100% - 362px);
        }

        .capSection .img-wrap2 {
            height: calc(100% - 341px);
        }

    .foot-left {
        text-align: center;
        padding: 10px 0 18px;
    }

    .foot-right {
        text-align: center;
        padding: 10px 10px 18px;
    }
}

@media screen and (max-width: 568px) {
    .bannerBot .bannerCap p {
        font-size: calc(18px + (20 - 18) * ((100vw - 568px) / (767 - 568)));
    }
}

@media screen and (max-width: 420px) {
    .tabContent .heroTab {
        height: 181px;
    }

    .bannerBot {
        height: 522px;
    }

    .capSection .img-wrap {
        height: 362px;
    }

    .capSection .img-wrap2 {
        height: 341px;
    }
}

@media screen and (max-width: 375px) {
    .bannerWrap {
        padding: 30px 19px 0;
    }

    .bannerBot {
        height: 474px;
    }

        .bannerBot .bannerCap {
            width: 329px;
            top: 13%;
            left: 6%;
        }

            .bannerBot .bannerCap h2 {
                font-size: 30px;
                padding-right: 45px;
            }

            .bannerBot .bannerCap p {
                font-size: 16px;
            }

    .innerbotBanner .bannerCap {
        top: 28%;
    }

    .tabContent .heroTab {
        height: 164px;
    }

    .tabContent h3 {
        font-size: 32px;
    }

    .tabContent .heroTab h2 {
        font-size: 16px;
        width: 138px;
        left: 3%;
    }

    .tabContent .grids4 .col-12 .grayBg {
        height: 398px;
    }

    .toolTip {
        margin-top: 30px;
        height: 218px;
    }

    .bannerInner .savingBg .bannerCap {
        position: absolute;
        top: 25px;
        left: 2%;
        color: #FFF;
        width: 98%;
    }

        .bannerInner .savingBg .bannerCap h1 {
            font-size: 29px;
        }

        .bannerInner .savingBg .bannerCap p {
            font-size: 17px;
        }

        .bannerInner .savingBg .bannerCap img {
            max-width: 70%;
            margin: 10px 0;
        }

    .bannerInner .thanksBg {
        height: 305px;
    }

        .bannerInner .thanksBg .bannerCap {
            top: 140px;
        }

    .tabContent .accordion .card .card-header .btn {
        font-size: 18px;
    }

    .offsite-popup {
        max-width: 330px;
        height: 540px;
        top: 4%;
    }

        .offsite-popup .modal-dialog {
            width: 329px;
        }

        .offsite-popup .modal-content {
            padding: 5px;
        }

            .offsite-popup .modal-content h2 {
                margin-bottom: 20px;
            }

    .toolTip .btn.btn5 {
        top: -11%;
    }

    .capSection .img-wrap {
        height: 329px;
    }

    .capSection .img-wrap2 {
        height: 310px;
    }

    #tab2 .tabContent .heroTab {
        height: 169px;
    }
}

@media screen and (max-width: 360px) {
    .bannerInner .bannerCap p {
        font-size: 16px;
    }

    .tabContent .heroTab {
        height: 157px;
    }

    #tab2 .tabContent .heroTab {
        height: 163px;
    }

    .bannerBot {
        height: 454px;
    }

    .capSection .img-wrap {
        height: 317px;
    }

    .capSection .img-wrap2 {
        height: 297px;
    }
}

#LiveMonTransparentImage {
    display: none;
}

.modal-backdrop.in {
    display: none;
}

.slide-up {
    bottom: 0px !important;
    transition: all 1s ease;
}

.slide-down {
    bottom: -475px !important;
    transition: all 1s ease;
}
/*iphonex*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .tabContent .herotab2 h2 {
        height: 152px;
    }

    .tabContent .herotab1 h2 {
        height: 126px;
    }

    .disorder {
        padding-left: 9px;
    }

    .disorder1 {
        padding-left: 5px;
    }

    .disorder2 {
        padding-left: 10px;
    }
}
/*galaxy s5*/
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .tabContent .herotab2 h2 {
        height: 136px;
    }

    .tabContent .herotab1 h2 {
        height: 114px;
    }

    .disorder {
        padding-left: 9px;
    }

    .disorder1 {
        padding-left: 5px;
    }

    .disorder2 {
        padding-left: 10px;
    }

    .bannerInner .savingBg .bannerCap h1 {
        line-height: 35px;
    }
}
/*Galaxy s9*/
@media only screen and (min-width: 360px) and (max-width: 767px) {
    .disorder {
        padding-left: 8px;
    }

    .disorder1 {
        padding-left: 8px;
    }

    .landing {
        display: none !important;
    }

    .bannerInner .savingBg .bannerCap h1 {
        line-height: 35px;
    }
}


/*ipad pro*/
@media only screen and (min-width: 834px) and (max-width: 1194px) {
    .tabContent .herotab2 h2 {
        height: 158px;
    }

    .tabContent .herotab1 h2 {
        height: 131px;
    }

    .disorder {
        padding-left: 9px;
    }

    .disorder1 {
        padding-left: 5px;
    }

    .disorder2 {
        padding-left: 10px;
    }

    .support {
        padding-left: 4px;
    }

    .faqspacing {
        display: none !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .tabContent .herotab2 h2 {
        height: 214px;
    }

    .faqspacing {
        display: block !important;
    }
}

@media screen and (max-width: 420px) {

    .sticky-isi-title a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1367px) {
    div#FooterTopPane {
        background: #fff;
        /*margin: -52px 10% 0 10%;*/
        padding: 0 25px;
        /*webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
    }
}

@media only screen and (min-width: 1600px) {
    div#FooterTopPane {
        background: #fff;
        /*margin: -52px 15% 0 15%;*/
        padding: 0 25px;
        /*webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
    }
}

@media only screen and (min-width: 1800px) {
    div#FooterTopPane {
        background: #fff;
        /*margin: -52px 20% 0 20%;*/
        padding: 0 25px;
        /*webkit-box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
        box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;*/
    }
}

/*Added for new*/

.isi-content ul li ul li:before {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 100%;
}

.isi-content ul li ul li {
    padding-left: 18px;
}

.isi-content .right ul li ul li {
    padding-left: 10px;
}

    .isi-content .right ul li ul li:before {
        background: #d9d9d9;
        width: 9px;
        height: 9px;
    }

.isi-content .right ul {
    margin-bottom: 45px;
}

.isi-content ul li ul {
    margin-bottom: 20px;
}


@media (min-width: 355px) and (max-width: 380px) {
    .sticky-isi-title.linkLeft, .sticky-isi-title.linkright {
        width: 47%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-section .footer .foot-left {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-section .footer .foot-right {
        margin: 0 auto;
        text-align: center;
        max-width: 65%;
        flex: 0 0 65%;
    }

    .footer-section .container,
    .container.p-0,
    .header-main .container {
        max-width: 100%;
    }

    .banner-button {
        text-align: center;
    }

    .bannerWrap h2 {
        width: 100%;
        max-width: 53%;
    }
}

@media (max-width: 991px) {
    .isi-content ul li {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .bannerWrap h2 {
        font-size: 30px;
        margin-top: 70px;
    }

    .banner-button {
        text-align: center;
    }
}

@media (min-width: 381px) and (max-width: 410px) {
    .header-main .topMenu .liLinks li a:last-child {
        font-size: 11px;
    }

    .bannerWrap {
        padding: 50px 25px 0;
    }

    .sticky-isi-title.linkLeft,
    .sticky-isi-title.linkright {
        width: 47%;
        text-align: center;
    }
}

@media (min-width: 381px) and (max-width: 410px) {
    .header-main .topMenu .liLinks li a:last-child {
        font-size: 11px;
    }

    .bannerWrap {
        padding: 50px 25px 0;
    }

    .sticky-isi-title.linkLeft,
    .sticky-isi-title.linkright {
        width: 47%;
        text-align: center;
    }
}

@media (min-width: 421px) and (max-width: 490px) {
    .sticky-isi-title.linkLeft,
    .sticky-isi-title.linkright {
        width: 47%;
        text-align: center;
    }
}

/*@media (min-width: 992px) {
    .header-main,
    .new-background {
        background: #af7414;
    }
}*/

/*Added for phase-2*/

.footer-section .footer .contact p.contact-text {
    font-weight: 700;
}

.sticky-isi-title a {
    background: #A06A12;
}

#sticky-isi-moduleNew {
    background-color: #D2D2D2;
}

a.learn-more-btn {
    color: #A06A12;
}

.header-main .topMenu ul li a {
    border-bottom: 1px solid #A06A12;
}

.footer-section p.mobile-view {
    display: none;
}


@media (max-width: 991px) {
    .isi-contents-normal-view .container h6 {
        font-size: 24px;
    }

    .isi-content p a {
        color: #A06A12;
    }

    a.learn-more-btn {
        color: #A06A12;
    }
}

@media (max-width: 767px) {
    .bannerWrap h2 {
        font-size: 33px !important;
    }

    .footer-section .desktop-view {
        display: none;
    }

    .footer-section p.mobile-view {
        display: block;
    }
}

@media (min-width: 1100px) {
    .banner .bannerCap h1 {
        margin-top: 40px;
    }
}

/*Added for new*/

div#FooterTopPane {
    box-shadow: -5px 0 5px -5px #e2e2e2, 5px 0 5px -5px #e2e2e2;
    margin-top: -52px;
}

@media (max-width: 991px) {
    .sticky-isi-title.linkLeft a,
    .sticky-isi-title.linkright a {
        background: none;
    }

    .mobileIsi .right ul li ul li {
        position: relative;
    }

        .mobileIsi .right ul li ul li:before {
            position: absolute;
            width: 10px;
            height: 10px;
            left: -18px;
            content: '';
            top: 6px;
            background: #ffffff;
            border: 1px solid #000000;
            border-radius: 100%;
        }
}


@media (max-width: 365px) {
    .footer-section p {
        font-size: 14px;
    }
}

@media (min-width: 376px) and (max-width: 420px) {
    .footer-section p:nth-child(1) {
        padding: 0 20px;
    }

    .footer-section p:nth-child(3) {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    #sticky-isi-moduleNew h6 {
        font-weight: 700;
    }

    .header-main .topMenu .liLinks li:last-child a {
        border-bottom: 1px solid #A06A12;
    }
}
