header {
    color: #055e8a;
}

    header .header-top .header-isi {
        margin-top: 15px;
    }

        header .header-top .header-isi ul {
            margin-bottom: 0;
            list-style: none;
            text-align: right;
            padding-right: 94px;
        }

        header .header-top .header-isi li {
            display: inline-block;
        }

            header .header-top .header-isi li a {
                text-decoration: none;
                font-size: 16px;
                line-height: 21px;
                letter-spacing: 0.3px;
                color: #055e8a;
                padding: 0 15px;
                font-weight: 700;
                cursor: pointer;
            }

.header-top-logo-section {
    margin-bottom: -15px;
    z-index: 999;
    position: fixed;
    height: 148px;
    background-color: #fff;
    width: 100%;
    top: 0;
}

    .header-top-logo-section .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 220px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 0 0;
        margin-left: 38px;
    }

        .header-top-logo-section .logo img {
            width: 216px;
            height: auto;
        }

        .header-top-logo-section .logo a img.header-logo {
            width: 152px;
            height: auto;
            margin: 15px auto;
            z-index: 999;
            position: absolute;
            left: 85px;
        }

    .header-top-logo-section .menu-new nav.menu ul {
        padding-left: 0;
        list-style: none;
        margin-left: 0;
        margin-top: 62px;
        margin-bottom: 0;
        position: relative;
        text-transform: uppercase;
        margin-left: 25px;
        text-align: right;
    }

        .header-top-logo-section .menu-new nav.menu ul li {
            display: inline-block;
            text-align: center;
            padding: 0 24px 0 0;
            line-height: 12.5px;
            position: relative;
            margin: 0 28px;
        }

            .header-top-logo-section .menu-new nav.menu ul li:last-child {
                padding: 10px 0;
                background: 0 0;
                z-index: 1;
                margin-right: 0;
                cursor: pointer;
                right: 38px;
                border: 1px solid #055e8a;
            }

                .header-top-logo-section .menu-new nav.menu ul li:last-child a {
                    padding: 14px 22px;
                }

                .header-top-logo-section .menu-new nav.menu ul li:last-child:hover {
                    background: #055e8a;
                }

                    .header-top-logo-section .menu-new nav.menu ul li:last-child:hover a {
                        color: #fff;
                    }

            .header-top-logo-section .menu-new nav.menu ul li a {
                font-size: 16px;
                font-weight: 700;
                letter-spacing: 0.31px;
                line-height: 21px;
                text-decoration: none;
            }

header.sitemap {
    -webkit-box-shadow: 0px 0.5px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0.5px 12px 0 rgba(0, 0, 0, 0.4);
}

header.contact {
    -webkit-box-shadow: 0px 0.5px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0.5px 12px 0 rgba(0, 0, 0, 0.4);
}

.mobile-Menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 78px;
    margin-top: 0;
    overflow: auto;
    z-index: 111;
    background: #fff;
    display: none;
}

    .mobile-Menu ul {
        padding-left: 0;
        list-style: none;
        margin-top: 49px;
    }

        .mobile-Menu ul li {
            padding-bottom: 16px;
            margin-left: 34px;
        }

            .mobile-Menu ul li a {
                font-size: 20px;
                line-height: 37px;
                color: #055e8a;
                font-weight: 700;
                text-decoration: none;
            }

                .mobile-Menu ul li a img {
                    width: 17px;
                    margin-right: 10px;
                }

                .mobile-Menu ul li a span {
                    float: right;
                    padding-right: 15px;
                    font-weight: 700;
                }

            .mobile-Menu ul li:last-child {
                padding: 5px 0;
                background: 0 0;
                z-index: 1;
                margin-right: 0;
                cursor: pointer;
                left: 0;
                border: 1px solid #055e8a;
                width: 200px;
                text-align: center;
            }

                .mobile-Menu ul li:last-child:hover {
                    background: #055e8a;
                }

                    .mobile-Menu ul li:last-child:hover a {
                        color: #fff;
                    }

            .mobile-Menu ul li ul {
                margin-top: 0;
            }

                .mobile-Menu ul li ul li a {
                    font-weight: 600;
                    margin-left: 68px;
                }

        .mobile-Menu ul .hcp a {
            color: #000;
        }

        .mobile-Menu ul .home a {
            margin-left: 14px;
        }

        .mobile-Menu ul .hcp {
            background-color: #fff200;
        }

.show-menu .mobile-Menu {
    display: block;
}

.header-top-logo-section .menu-new nav.menu ul li.active {
    border-bottom: 3.5px solid #94c83d;
    padding-bottom: 5px;
}

.shopping-site-logo {
    margin-bottom: 40px;
}

.shopping-site-logo {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1140px;
    }
}

@media (max-width: 1400px) {
    header .header-top-logo-section .logo {
        width: 192px;
        margin-left: 28px;
    }

        header .header-top-logo-section .logo img {
            width: 192px;
            height: auto;
        }

        header .header-top-logo-section .logo a img.header-logo {
            width: 124px;
            height: auto;
            margin: 12px auto;
            z-index: 999;
            left: 72px;
        }

    header .header-top-logo-section .menu-new nav.menu ul {
        margin-top: 52px;
    }

        header .header-top-logo-section .menu-new nav.menu ul li {
            padding: 0 8px 0 0;
            margin: 0 22px;
        }

            header .header-top-logo-section .menu-new nav.menu ul li:last-child {
                right: 22px;
            }

    .header-top-logo-section {
        height: 130px;
    }
}

@media (max-width: 1100px) {
    header .header-top-logo-section .menu-new nav.menu ul li {
        padding: 0 5px 0 0;
        margin: 0 12px;
    }

        header .header-top-logo-section .menu-new nav.menu ul li:last-child {
            right: 15px;
        }
}

@media (max-width: 991px) {
    header .logo-new {
        position: fixed;
        top: 0;
        height: 98px;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 1px 0 10px 2px rgba(51, 51, 51, 0.3333333333);
        box-shadow: 1px 0 10px 2px rgba(51, 51, 51, 0.3333333333);
    }

    header .header-top-logo-section {
        position: relative;
        height: 98px;
    }

        header .header-top-logo-section .hamburger-menu {
            position: fixed;
            left: 35px;
            font-size: 40px;
            top: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 30px;
            color: #212d65;
            z-index: 999;
        }

        header .header-top-logo-section .logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 200px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 12px 0 0;
            margin: 0 auto;
            text-align: center;
        }

            header .header-top-logo-section .logo img {
                width: 123px;
                height: auto;
            }

            header .header-top-logo-section .logo a img.header-logo {
                width: 100%;
                height: 48px;
                margin: 5px auto;
                z-index: 999;
                left: 0;
                right: 0;
            }

        header .header-top-logo-section .menu-new nav.menu ul {
            padding-left: 0;
            list-style: none;
            margin-left: 0;
            margin-top: 42px;
            margin-bottom: 0;
            position: relative;
            text-transform: uppercase;
            margin-left: 25px;
            text-align: right;
        }

            header .header-top-logo-section .menu-new nav.menu ul li {
                display: inline-block;
                text-align: center;
                padding: 0 27px 0 0;
                line-height: 12.5px;
                position: relative;
                margin: 0 7px;
            }

                header .header-top-logo-section .menu-new nav.menu ul li:last-child {
                    padding: 10px 18px;
                    background: 0 0;
                    z-index: 1;
                    margin-right: 0;
                    cursor: pointer;
                    right: 15px;
                    border: 1px solid #055e8a;
                }

                header .header-top-logo-section .menu-new nav.menu ul li a {
                    font-size: 12.5px;
                    font-weight: 600;
                    letter-spacing: 0.31px;
                    line-height: 12.5px;
                    text-decoration: none;
                }
}

.Footer-Sec {
    margin: 40px;
}

    .Footer-Sec .footer {
        padding: 30px 0;
        color: #055e8a;
        font-size: 11px;
        position: relative;
        line-height: 12px;
        text-align: center;
    }

        .Footer-Sec .footer .footerpane {
            width: 98%;
            margin: 0 auto;
        }

        .Footer-Sec .footer p {
            margin-top: 10px;
            text-align: left;
            padding-top: 15px;
            font-weight: 400;
            font-size: 18px;
            font-stretch: normal;
            font-style: normal;
            line-height: 26px;
            letter-spacing: normal;
            color: #055e8a;
            margin-left: 0;
        }

        .Footer-Sec .footer .footer-top {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .Footer-Sec .footer .footer-top a.bausch-logo img {
                max-height: 28.5px;
            }

            .Footer-Sec .footer .footer-top .donot {
                color: #055e8a;
                font-weight: 400;
            }

            .Footer-Sec .footer .footer-top span {
                font-weight: 400;
            }

        .Footer-Sec .footer .footer-left {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .Footer-Sec .footer .footer-left p.visit-footer {
                padding: 0 10px;
                font-size: 22px;
                line-height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                text-align: center;
                margin-left: 0;
            }

                .Footer-Sec .footer .footer-left p.visit-footer a.Bauch-footer-link {
                    padding: 0 5px;
                    font-size: 22px;
                    line-height: 50px;
                    text-decoration: underline;
                }

            .Footer-Sec .footer .footer-left .footer-social-links li {
                padding: 0 8px 10px;
            }

                .Footer-Sec .footer .footer-left .footer-social-links li a img {
                    height: 48px;
                    width: auto;
                }

        .Footer-Sec .footer ul {
            padding: 0;
            margin: 0;
        }

        .Footer-Sec .footer .footer-links {
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

            .Footer-Sec .footer .footer-links li {
                padding: 0 0 10px 18px;
                margin: 0;
                display: inline-block;
                list-style: none;
            }

                .Footer-Sec .footer .footer-links li a {
                    text-align: left;
                    padding-bottom: 15px;
                    font-weight: 500;
                    font-size: 22px;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    color: #055e8a;
                    text-decoration: underline;
                }

.interstitial {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1113;
}

.footer-modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1113;
}

@media (max-width: 1400px) {
    .Footer-Sec .footer .footer-top {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

        .Footer-Sec .footer .footer-top .footer-left {
            font-weight: 500;
            font-size: 16px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0 30px 0 0 !important;
        }

            .Footer-Sec .footer .footer-top .footer-left .footer-social-links li {
                padding: 0 5px 10px;
                margin: 0;
            }

                .Footer-Sec .footer .footer-top .footer-left .footer-social-links li a img {
                    height: 38px;
                    width: auto;
                }

            .Footer-Sec .footer .footer-top .footer-left p.visit-footer {
                font-size: 20px;
                padding: 0 2px;
                margin-left: 18px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .Footer-Sec .footer .footer-top .footer-left p.visit-footer a.Bauch-footer-link {
                    font-size: 20px;
                    line-height: 24px;
                }

        .Footer-Sec .footer .footer-top .footer-links {
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

            .Footer-Sec .footer .footer-top .footer-links li {
                padding: 0 2px 2px;
            }

                .Footer-Sec .footer .footer-top .footer-links li a {
                    font-size: 1.5vw;
                }
}

@media (max-width: 1200px) {
    .Footer-Sec .footer .footer-top a.bausch-logo img {
        max-height: 24.5px;
    }

    .Footer-Sec .footer .footer-top .footer-left {
        padding: 0 !important;
    }

        .Footer-Sec .footer .footer-top .footer-left .footer-social-links li {
            padding: 0 8px 10px;
            margin: 0;
            display: inline-block;
            list-style: none;
        }

            .Footer-Sec .footer .footer-top .footer-left .footer-social-links li a img {
                height: 42px;
                width: auto;
            }

        .Footer-Sec .footer .footer-top .footer-left a.Bauch-footer-link {
            font-size: 20px;
            line-height: 24px;
        }

    .Footer-Sec .footer .footer-top .footer-links li {
        padding: 0 7px 10px;
    }
}

@media (max-width: 991px) {
    .Footer-Sec {
        margin: 40px;
    }

        .Footer-Sec .footer {
            padding: 30px 15px;
            color: #055e8a;
            font-size: 11px;
            position: relative;
            line-height: 12px;
            text-align: center;
        }

            .Footer-Sec .footer .footerpane {
                width: 100%;
            }

            .Footer-Sec .footer .desk-footer-p {
                margin-top: 10px;
                text-align: center;
                padding-top: 15px;
                font-weight: 400;
                font-size: 10px;
                font-stretch: normal;
                font-style: normal;
                line-height: 15px;
                letter-spacing: normal;
                color: #055e8a;
                margin-left: 0;
            }

            .Footer-Sec .footer .footer-top {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .Footer-Sec .footer .footer-top a.bausch-logo img {
                    max-height: 28.5px;
                }

                .Footer-Sec .footer .footer-top .donot {
                    color: #055e8a;
                    font-weight: 400;
                }

                .Footer-Sec .footer .footer-top span {
                    font-weight: 400;
                }

                .Footer-Sec .footer .footer-top .footer-left {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: reverse;
                    -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                    padding: 0 !important;
                }

                    .Footer-Sec .footer .footer-top .footer-left p.visit-footer {
                        font-size: 14px !important;
                        line-height: 50px;
                        padding: 0;
                        color: #296161;
                        margin-left: 0;
                    }

                        .Footer-Sec .footer .footer-top .footer-left p.visit-footer a.Bauch-footer-link {
                            padding: 0 5px;
                            font-size: 14px;
                            line-height: 50px;
                            color: #296161;
                            text-decoration: underline;
                        }

                    .Footer-Sec .footer .footer-top .footer-left .footer-social-links {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-ordinal-group: 5;
                        -ms-flex-order: 4;
                        order: 4;
                        padding: 15px 0 5px;
                    }

                        .Footer-Sec .footer .footer-top .footer-left .footer-social-links li {
                            padding: 0 16px 10px !important;
                        }

                            .Footer-Sec .footer .footer-top .footer-left .footer-social-links li a img {
                                height: 38px !important;
                            }

                .Footer-Sec .footer .footer-top ul {
                    padding: 0;
                    margin: 0;
                }

                .Footer-Sec .footer .footer-top li {
                    padding: 10px 26px 10px 0;
                    margin: 0;
                    display: inline-block;
                    list-style: none;
                }

                    .Footer-Sec .footer .footer-top li a {
                        text-align: left;
                        padding-bottom: 15px;
                        font-weight: 600;
                        font-size: 15px;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: normal;
                        letter-spacing: normal;
                        color: #055e8a;
                    }

    .Footer-Sec {
        margin: 20px;
    }

        .Footer-Sec .footer .footer-top {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            padding: 0 15px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .Footer-Sec .footer .footer-top a.bausch-logo {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
                padding: 15px 0 18px;
            }

                .Footer-Sec .footer .footer-top a.bausch-logo img {
                    max-height: 36px;
                }

            .Footer-Sec .footer .footer-top ul.footer-links {
                padding: 15px 0 10px;
                text-align: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .Footer-Sec .footer .footer-top ul.footer-links li {
                    padding: 0 26px 10px;
                    -webkit-box-flex: 1;
                    -ms-flex: auto;
                    flex: auto;
                    text-align: center;
                }

                    .Footer-Sec .footer .footer-top ul.footer-links li a {
                        padding: 10px 0 0;
                        font-size: 15px;
                        line-height: normal;
                        color: #296161;
                        text-decoration: underline;
                    }

    .shopping-site-logo > .col-6:nth-child(1), .shopping-site-logo > .col-6:nth-child(2) {
        padding-bottom: 25px;
    }
}

@media (min-width: 360px) and (max-width: 380px) {
    p.encourage {
        padding-right: 55px !important;
    }
}

@media (min-width: 390px) and (max-width: 410px) {
    p.encourage {
        padding-right: 67px !important;
    }
}

@media (min-width: 410px) and (max-width: 430px) {
    p.encourage {
        padding-right: 91px !important;
    }
}

body {
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    line-height: 34px;
}

h2 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 900;
}

    h2 sup {
        font-size: 19px;
        top: -1.5em;
    }

h3 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 900;
}

p {
    font-size: 24px;
    line-height: 39px;
    font-weight: 400;
}

sup {
    top: -0.4em;
}

a {
    color: #055e8a;
    cursor: pointer;
}

    a:hover {
        cursor: pointer;
    }

section.banner {
    padding: 0 0 20px;
    z-index: 1;
    margin-top: 0;
    color: #212d65;
}

    section.banner img {
        width: 100%;
        margin-top: 152px;
        position: relative;
    }

    section.banner .text-banner {
        position: absolute;
        width: 100%;
        padding-left: 62px;
        top: 178px;
        bottom: 0;
        z-index: 333;
    }

        section.banner .text-banner h3 {
            font-size: 34px;
            line-height: 43px;
            font-weight: 400;
            margin-bottom: 0;
        }

        section.banner .text-banner h1 {
            font-size: 90px;
            line-height: 90px;
            font-weight: 900;
            margin-bottom: 0;
        }

            section.banner .text-banner h1 sup {
                font-size: 28px;
                top: -2em;
            }

        section.banner .text-banner p {
            width: 700px;
            margin-bottom: 20px;
        }

        section.banner .text-banner .left-text-Banner {
            margin-bottom: 25px;
            padding-left: 65px;
        }

        section.banner .text-banner a.btn.btn-saving {
            background: #fff;
            color: #212d65;
            border-radius: 16px;
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            padding: 9px 58px;
        }

            section.banner .text-banner a.btn.btn-saving:hover {
                color: #fff;
                background: #212d65;
                cursor: pointer;
            }

    section.banner .botton-section p {
        font-size: 20px;
        color: #fff;
        line-height: 23px;
        padding-left: 0;
        width: 100%;
        max-width: 82%;
        margin: 0 auto;
        margin-bottom: 25px;
        padding-right: 55px;
    }

section.form-container .container-fluid .form-blck {
    background: #faefee;
    border-radius: 30px;
    padding: 38px 15px 62px;
    margin: 30px 0;
    color: #8f3a2d;
    position: relative;
}

    section.form-container .container-fluid .form-blck .form-mission {
        padding: 48px 0 0;
    }

        section.form-container .container-fluid .form-blck .form-mission h3 {
            padding: 0;
        }

        section.form-container .container-fluid .form-blck .form-mission p {
            padding: 0 15px;
        }

    section.form-container .container-fluid .form-blck .Email-block {
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
    }

        section.form-container .container-fluid .form-blck .Email-block div {
            width: 100%;
        }

            section.form-container .container-fluid .form-blck .Email-block div label {
                display: none;
            }

            section.form-container .container-fluid .form-blck .Email-block div input {
                border-radius: 18px;
                text-align: center;
                width: 100%;
                padding: 3px;
                background: 0 0;
                border: 1px solid #93392a;
                color: #93392a;
            }

                section.form-container .container-fluid .form-blck .Email-block div input::-webkit-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                section.form-container .container-fluid .form-blck .Email-block div input::-moz-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                section.form-container .container-fluid .form-blck .Email-block div input:-ms-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                section.form-container .container-fluid .form-blck .Email-block div input::-ms-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                section.form-container .container-fluid .form-blck .Email-block div input::placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

    section.form-container .container-fluid .form-blck .custom-checkbox {
        font-size: 15px;
        line-height: 32px;
        color: #93392a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 300;
    }

        section.form-container .container-fluid .form-blck .custom-checkbox label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            section.form-container .container-fluid .form-blck .custom-checkbox label input[type="checkbox"] {
                accent-color: #93392a;
            }

            section.form-container .container-fluid .form-blck .custom-checkbox label input {
                width: 25px;
                height: 23px;
                border: 1px solid #93392a;
                border-radius: 8px;
                margin-right: 18px;
                background: 0 0;
                cursor: pointer;
            }

    section.form-container .container-fluid .form-blck .join-btn button {
        background: #fff;
        border: none;
        padding: 4px 52px;
        border-radius: 12px;
        color: #93392a;
        font-size: 20px;
        line-height: 27px;
        font-weight: 700;
    }

        section.form-container .container-fluid .form-blck .join-btn button:hover {
            background: #93392a;
            color: #fff;
            cursor: pointer;
        }

    section.form-container .container-fluid .form-blck .red-dog-img {
        position: absolute;
        right: 30px;
        bottom: 0;
    }

        section.form-container .container-fluid .form-blck .red-dog-img img {
            height: 156px;
        }

.backed-text {
    padding: 0 5%;
    color: #005e8a;
}

    .backed-text .bsch-vet-logo {
        text-align: center;
        height: 58px;
        margin-bottom: 85px;
        width: 100%;
    }

    .backed-text h3 {
        padding-bottom: 15px;
    }

.inspired-watson {
    margin: 20px 0;
}

    .inspired-watson .green-bg {
        background: #aeeae7;
        border-radius: 38px;
        position: relative;
        padding: 30px 0 90px;
    }

        .inspired-watson .green-bg .inspired-text {
            padding: 65px 1% 100px 12%;
            position: relative;
        }

            .inspired-watson .green-bg .inspired-text h3 {
                line-height: 70px;
                color: #2d4b53;
                margin-bottom: 25px;
            }

            .inspired-watson .green-bg .inspired-text p {
                color: #2d4b53;
                width: 75%;
            }

        .inspired-watson .green-bg .dog-bg {
            position: absolute;
            top: -95px;
            right: 15px;
            max-height: 710px;
        }

        .inspired-watson .green-bg .small-green-dog {
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            height: auto;
        }

.rescues-block {
    margin: 20px 0;
}

    .rescues-block .rescues-text {
        padding: 0 10%;
        color: #005e8a;
    }

        .rescues-block .rescues-text span {
            display: block;
        }

        .rescues-block .rescues-text h3 {
            padding-bottom: 15px;
        }

    .rescues-block img {
        width: 100%;
    }

.keeptouch-form-container .container-fluid .keeptouch-blck {
    background: #efeeee;
    border-radius: 30px;
    padding: 60px 15px 80px;
    margin: 30px 0;
    color: #93392a;
    position: relative;
}

    .keeptouch-form-container .container-fluid .keeptouch-blck h2 {
        font-size: 64px;
        line-height: 70px;
    }

    .keeptouch-form-container .container-fluid .keeptouch-blck p {
        padding: 8px 15px 15px;
    }

    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block {
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
    }

        .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div {
            width: 100%;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div label {
                display: none;
            }

            .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input {
                border-radius: 18px;
                text-align: center;
                width: 100%;
                padding: 2px;
                background: 0 0;
                border: 3px solid #93392a;
                color: #93392a;
            }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-webkit-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-moz-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input:-ms-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-ms-input-placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::placeholder {
                    color: #93392a;
                    font-weight: 100;
                    font-size: 23px;
                    line-height: 32px;
                    font-weight: 300;
                }

    .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox {
        font-size: 15px;
        line-height: 32px;
        color: #93392a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 300;
    }

        .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox input[type="checkbox"] {
            accent-color: #93392a;
        }

        .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox label {
            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;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox label input {
                width: 25px;
                height: 23px;
                border: 1px solid #93392a;
                border-radius: 8px;
                margin-right: 18px;
                cursor: pointer;
            }

    .keeptouch-form-container .container-fluid .keeptouch-blck .join-btn button {
        background: 0 0;
        border: 2px solid #93392a;
        padding: 4px 52px;
        border-radius: 12px;
        color: #93392a;
        font-size: 20px;
        line-height: 27px;
        font-weight: 700;
        width: 200px;
    }

        .keeptouch-form-container .container-fluid .keeptouch-blck .join-btn button:hover {
            background: #93392a;
            color: #fff;
            cursor: pointer;
        }

    .keeptouch-form-container .container-fluid .keeptouch-blck .red-dog-img {
        position: absolute;
        left: 10%;
        bottom: 0;
    }

        .keeptouch-form-container .container-fluid .keeptouch-blck .red-dog-img img {
            height: 138px;
        }

.tabs {
    padding: 40px;
    background: #fff;
}

    .tabs .tab-nav {
        text-align: center;
        margin: 0 0 40px;
    }

        .tabs .tab-nav li {
            display: inline-block;
            vertical-align: top;
            margin-right: 20px;
            color: #000;
            border: 2px solid #a5a5a5;
            border-radius: 14px;
            margin: 10px 10px 60px;
            padding: 1px 35px;
        }

            .tabs .tab-nav li:hover,
            .tabs .tab-nav li.active {
                background-color: #212d65;
                border: 1px solid #212d65;
            }

                .tabs .tab-nav li:hover span,
                .tabs .tab-nav li.active span {
                    color: #fff;
                }

            .tabs .tab-nav li span {
                text-transform: uppercase;
                color: #212121;
                -webkit-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
                cursor: pointer;
                font-weight: 400;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

    .tabs .tab {
        display: none;
    }

        .tabs .tab.active {
            display: block;
        }

.modal {
    padding: 60px 30px;
    overflow: hidden;
}

    .modal .modal-dialog {
        max-width: 800px;
    }

        .modal .modal-dialog .modal-content {
            padding: 45px 20px;
            border-radius: 1.8rem;
            margin: 10px auto;
        }

            .modal .modal-dialog .modal-content .modal-header {
                padding: 14px 5px 20px;
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .modal .modal-dialog .modal-content .modal-header h4 {
                    font-size: 45px;
                    line-height: 60px;
                    color: #212d65;
                    text-align: center;
                    font-weight: 900;
                    padding: 30px 10px 0;
                }

                .modal .modal-dialog .modal-content .modal-header .close {
                    margin: -2.8rem -1rem -1rem auto;
                    color: #212d65;
                }

            .modal .modal-dialog .modal-content .modal-body {
                text-align: center;
            }

                .modal .modal-dialog .modal-content .modal-body p {
                    font-size: 23px;
                    line-height: 32px;
                    color: #212d65;
                    text-align: center;
                    padding: 0 30px;
                    font-weight: 300;
                }

                .modal .modal-dialog .modal-content .modal-body img {
                    display: block;
                    margin: 5px auto 15px;
                }

                .modal .modal-dialog .modal-content .modal-body a {
                    text-decoration: underline;
                    color: #212d65;
                }

                    .modal .modal-dialog .modal-content .modal-body a.btnoutofwebsite.mt-lg-2.close-external-popup {
                        background: #212d65;
                        color: #fff;
                        padding: 7px 30px;
                        margin: 0 auto;
                        width: 100%;
                        border-radius: 15px;
                        font-size: 20px;
                        line-height: 27px;
                        font-weight: 500;
                        text-transform: uppercase;
                        text-decoration: none;
                    }

    .modal::-webkit-scrollbar {
        width: 6px;
        background-color: #e4e4e4;
        border-radius: 20px;
    }

    .modal::-webkit-scrollbar-thumb {
        background-color: #93392a;
        border-radius: 20px;
    }

.wholesale-modal {
    padding: 60px 30px;
    overflow: hidden;
}

    .wholesale-modal .modal-dialog {
        max-width: 800px;
    }

        .wholesale-modal .modal-dialog .modal-content {
            padding: 45px 20px 70px;
            border-radius: 1.8rem;
            background: #aeeae7;
            margin: 10px auto;
        }

            .wholesale-modal .modal-dialog .modal-content .modal-header {
                padding: 14px 5px 20px;
                border: none;
                margin: 0 auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .wholesale-modal .modal-dialog .modal-content .modal-header h4 {
                    font-size: 45px;
                    line-height: 60px;
                    color: #2d4b53;
                    text-align: center;
                    font-weight: 900;
                    padding: 30px 10px 0;
                }

                .wholesale-modal .modal-dialog .modal-content .modal-header .close {
                    margin: -3rem -4rem -1rem auto;
                    color: #2d4b53;
                }

            .wholesale-modal .modal-dialog .modal-content .modal-body {
                text-align: center;
            }

                .wholesale-modal .modal-dialog .modal-content .modal-body p {
                    font-size: 23px;
                    line-height: 32px;
                    color: #2d4b53;
                    text-align: center;
                    padding: 0 30px;
                }

                .wholesale-modal .modal-dialog .modal-content .modal-body img {
                    display: block;
                    margin: 5px auto 15px;
                }

                .wholesale-modal .modal-dialog .modal-content .modal-body a {
                    color: #2d4b53;
                    text-decoration: underline;
                }

    .wholesale-modal::-webkit-scrollbar {
        width: 6px;
        background-color: #e4e4e4;
        border-radius: 20px;
    }

    .wholesale-modal::-webkit-scrollbar-thumb {
        background-color: #93392a;
        border-radius: 20px;
    }

.modal-backdrop {
    background-color: #bcbcbc;
    opacity: 65%;
}

section.Product-section {
    padding: 65px 0 0;
}

    section.Product-section .product-top-content {
        color: #212d65;
        text-align: center;
    }

        section.Product-section .product-top-content p {
            padding: 15px;
            font-size: 27px;
            line-height: 40px;
        }

.EPiServerForms .Form__Status .Form__Status__Message {
    display: none !important;
    padding: 0;
    margin: 0;
}


.notice-link {
    font-weight: 500;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #055e8a;
    text-decoration: underline;
}

.notice-link:hover {
    color: #055e8a;
    text-decoration: underline;
}

.notice-link-align {
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 1rem;
    margin-right: 75px;
}

.top-align {
    padding-top: 110px;
}

.safety-title {
    font-weight: 800;
    color: #dc3545;
}

section.Product-section .product-top-content.top-align {
    text-align: left;
}

.accordion {
    margin: 0 0 50px;
}

    .accordion .card-header {
        padding: 0
    }

    .accordion .btn.btn-link {
        position: relative;
        width: 100%;
        font-size: 27px;
        line-height: 40px;
        color: #212d65;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
    }

        .accordion .btn.btn-link .list-number {
            padding-right: 10px;
            width: 50px;
            flex: none;
        }

    .accordion .card-body {
        padding: 20px 65px 20px 70px;
    }

    section.Product-section .product-top-content.small-font p,
    .accordion.small-font .card .btn.btn-link .list-number,
    .accordion.small-font .card .btn.btn-link .list-text,
    .accordion.small-font .card-body {
        font-size: 22px;
        line-height: 39px;
    }

.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

    .opened .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }

    .opened .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }

.circle-plus {
    font-size: 20px;
    padding-left: 10px;
}

    .circle-plus .circle {
        position: relative;
        width: 2.55em;
        height: 2.5em;
        border-radius: 100%;
    }

        .circle-plus .circle .horizontal {
            position: absolute;
            background-color: #212d65;
            width: 30px;
            height: 5px;
            left: 50%;
            margin-left: -15px;
            top: 50%;
            margin-top: -2.5px;
        }

        .circle-plus .circle .vertical {
            position: absolute;
            background-color: #212d65;
            width: 5px;
            height: 30px;
            left: 50%;
            margin-left: -2.5px;
            top: 50%;
            margin-top: -15px;
        }


.product-top-content.small-font h1.safety-title {
    font-size: 2.1rem;
}

.product-top-content.small-font h2.second-title {
    font-size: 50px;
    line-height: 60px;
}


@media (max-width: 1800px) {
    section.banner .text-banner h1 {
        font-size: 78px;
        line-height: 84px;
    }
}

@media (max-width: 1600px) {
    section.banner .text-banner h1 {
        font-size: 65px;
        line-height: 70px;
        font-weight: 900;
    }

        section.banner .text-banner h1 sup {
            top: -1em;
        }

    section.banner .text-banner p {
        width: 655px;
    }

    .backed-text {
        padding: 6% 5% 0;
    }

    .inspired-watson .green-bg .dog-bg {
        top: -85px;
    }
}

@media (max-width: 1400px) {
    section.banner img {
        margin-top: 132px;
    }

    section.banner .text-banner {
        top: 115px;
        padding-left: 50px;
    }

        section.banner .text-banner h1 {
            font-size: 47px;
            line-height: 50px;
            font-weight: 900;
        }

        section.banner .text-banner h3 {
            font-size: 28px;
        }

        section.banner .text-banner p {
            width: 574px;
        }

    .backed-text {
        padding: 2%;
    }

        .backed-text .bsch-vet-logo {
            margin-bottom: 48px;
        }

    .inspired-watson .green-bg .inspired-text {
        padding: 65px 0 100px 12%;
        position: relative;
    }

        .inspired-watson .green-bg .inspired-text p {
            color: #2d4b53;
            width: 92%;
        }

    .inspired-watson .green-bg .dog-bg {
        position: absolute;
        top: -85px;
        right: 15px;
        max-height: 600px;
    }

    .inspired-watson .green-bg .small-green-dog {
        position: absolute;
        bottom: 0;
        left: 56%;
        -webkit-transform: translate(-46%, 0);
        transform: translate(-46%, 0);
        height: auto;
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 60px;
        line-height: 64px;
    }

    section.banner .text-banner h3 {
        font-size: 26px;
        line-height: 32px;
    }

    section.banner .text-banner h1 {
        font-size: 38px;
        line-height: 45px;
    }

    section.banner .text-banner p {
        font-size: 18px;
        line-height: 24px;
        width: 492px;
    }

    .inspired-watson .green-bg .inspired-text p {
        color: #2d4b53;
        width: 95%;
    }

    .inspired-watson .green-bg .dog-bg {
        position: absolute;
        top: -85px;
        right: 15px;
        max-height: 600px;
    }

    .inspired-watson .green-bg .small-green-dog {
        position: absolute;
        bottom: 0;
        left: 58%;
        -webkit-transform: translate(-42%, 0);
        transform: translate(-42%, 0);
        height: auto;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
        font-weight: 900;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

        h2 sup {
            font-size: 10px;
            top: -1.5em;
        }

    h3 {
        font-size: 27px;
        line-height: 32px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .img-fluid {
        width: 100%;
    }

    section.banner {
        position: relative;
        padding-bottom: 0;
        margin-top: 50px;
        color: #212d65;
        top: -35px;
        padding: 0 0 6px;
    }

        section.banner img {
            width: 100%;
            margin-top: 115px;
        }

        section.banner .col-md-12 {
            padding: 0;
        }

            section.banner .col-md-12 .text-banner {
                position: relative;
                width: 100%;
                bottom: 0;
                border-radius: 18px;
                background: #e4e2df;
                padding: 38px 15px 15px;
                text-align: center;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                margin-top: -128px;
            }

                section.banner .col-md-12 .text-banner h3 {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 400;
                }

                section.banner .col-md-12 .text-banner h1 {
                    font-size: 35px;
                    line-height: 40px;
                    font-weight: 900;
                }

                    section.banner .col-md-12 .text-banner h1 sup {
                        font-size: 10px;
                        top: -2.2em;
                    }

                section.banner .col-md-12 .text-banner p {
                    font-size: 15px;
                    line-height: 20px;
                    margin: 0 auto 8px;
                    width: 430px;
                }

                section.banner .col-md-12 .text-banner a.btn.btn-saving {
                    background: #fff;
                    color: #212d65;
                    border-radius: 8px;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 21px;
                    padding: 13px 92px;
                }

        section.banner .botton-section p {
            font-size: 20px;
            color: #fff;
            line-height: 23px;
            padding-left: 0;
            width: 100%;
            max-width: 82%;
            margin: 0 auto;
            margin-bottom: 25px;
            padding-right: 55px;
        }

    section.form-container .container-fluid .form-blck {
        background: #faefee;
        border-radius: 30px;
        padding: 35px 0 148px;
        margin: 10px 0 30px;
        color: #8f3a2d;
        position: relative;
    }

        section.form-container .container-fluid .form-blck .EPiServerForms .Form__Status .Form__Status__Message {
            margin: 0;
        }

        section.form-container .container-fluid .form-blck h3 {
            padding: 0;
        }

        section.form-container .container-fluid .form-blck p {
            padding: 8px 0;
        }

        section.form-container .container-fluid .form-blck .Email-block {
            margin: 20px auto 15px;
            width: 100%;
            max-width: 500px;
        }

            section.form-container .container-fluid .form-blck .Email-block div {
                width: 100%;
            }

                section.form-container .container-fluid .form-blck .Email-block div label {
                    display: none;
                }

                section.form-container .container-fluid .form-blck .Email-block div input {
                    border-radius: 12px;
                    text-align: center;
                    width: 100%;
                    padding: 2px;
                    border: 2px solid #93392a;
                }

                    section.form-container .container-fluid .form-blck .Email-block div input::-webkit-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    section.form-container .container-fluid .form-blck .Email-block div input::-moz-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    section.form-container .container-fluid .form-blck .Email-block div input:-ms-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    section.form-container .container-fluid .form-blck .Email-block div input::-ms-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    section.form-container .container-fluid .form-blck .Email-block div input::placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

        section.form-container .container-fluid .form-blck .join-btn button {
            background: #fff;
            border: none;
            padding: 12px 126px;
            border-radius: 8px;
            color: #93392a;
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
        }

            section.form-container .container-fluid .form-blck .join-btn button:hover {
                background: #93392a;
                color: #fff;
                cursor: pointer;
            }

        section.form-container .container-fluid .form-blck .custom-checkbox {
            font-size: 11px;
            line-height: 17px;
            padding: 10px 0 12px;
            font-weight: 400;
        }

            section.form-container .container-fluid .form-blck .custom-checkbox input {
                margin-right: 6px;
                width: 23px;
                height: 22px;
                border-radius: 4px;
            }

        section.form-container .container-fluid .form-blck .red-dog-img {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

            section.form-container .container-fluid .form-blck .red-dog-img img {
                height: 125px;
            }

        section.form-container .container-fluid .form-blck .EPiServerForms .Form__Element {
            margin: 0 0 0.2rem;
        }

    .backed-text {
        padding: 45px 0 0;
        color: #005e8a;
        text-align: center;
        width: 660px;
        margin: 0 auto;
    }

        .backed-text .bsch-vet-logo {
            text-align: center;
            height: 32px;
            margin-bottom: 30px;
            width: 100%;
        }

        .backed-text h3 {
            padding-bottom: 5px;
        }

        .backed-text p {
            padding: 0;
        }

    .inspired-watson {
        margin: 48px 0 72px;
    }

        .inspired-watson .green-bg {
            background: #aeeae7;
            border-radius: 38px;
            position: relative;
            padding: 30px 0 0;
        }

            .inspired-watson .green-bg .inspired-text {
                padding: 7px 2px;
                text-align: center;
                max-width: 612px;
                margin: 0 auto;
            }

                .inspired-watson .green-bg .inspired-text h3 {
                    line-height: 58px;
                    margin-bottom: 0;
                }

                .inspired-watson .green-bg .inspired-text p {
                    width: 100%;
                }

            .inspired-watson .green-bg .dog-bg {
                position: relative;
                top: 0;
                right: 0;
                width: 198px;
                height: auto;
                float: right;
            }

            .inspired-watson .green-bg .small-green-dog {
                position: absolute;
                bottom: 0;
                left: 130px;
                height: 172px;
                width: 100%;
            }

    .rescues-block {
        margin: 20px 0;
    }

        .rescues-block .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .rescues-block .row .rescues-text {
                padding: 35px 15px 12px;
                color: #005e8a;
                text-align: center;
                max-width: 500px;
                margin: 0 auto;
            }

                .rescues-block .row .rescues-text span {
                    display: revert;
                }

                .rescues-block .row .rescues-text h3 {
                    padding-bottom: 5px;
                }

    .keeptouch-form-container .container-fluid .keeptouch-blck {
        background: #efeeee;
        border-radius: 30px;
        padding: 35px 15px 128px;
        margin: 30px 0;
        color: #93392a;
        position: relative;
    }

        .keeptouch-form-container .container-fluid .keeptouch-blck h2 {
            font-size: 30px;
            line-height: 35px;
        }

        .keeptouch-form-container .container-fluid .keeptouch-blck p {
            padding: 8px 0 0;
            margin: 0;
        }

        .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block {
            margin: 20px auto 20px;
            width: 100%;
            max-width: 500px;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div {
                width: 100%;
            }

                .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input {
                    background: 0 0;
                    border-radius: 12px;
                    text-align: center;
                    width: 100%;
                    padding: 2px;
                    border: 2px solid #93392a;
                }

                    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-webkit-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-moz-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input:-ms-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::-ms-input-placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

                    .keeptouch-form-container .container-fluid .keeptouch-blck .Email-block div input::placeholder {
                        color: #93392a;
                        font-weight: 100;
                        font-size: 17px;
                        line-height: 39px;
                    }

        .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox {
            font-size: 11px;
            line-height: 17px;
            padding: 10px 0 12px;
            font-weight: 400;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox label input {
                width: 23px;
                height: 22px;
                border-radius: 4px;
                margin-right: 20px;
            }

        .keeptouch-form-container .container-fluid .keeptouch-blck .join-btn button {
            background: #873526;
            border: 2px solid #93392a;
            padding: 12px 52px;
            border-radius: 8px;
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            width: 300px;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .join-btn button:hover {
                background: #93392a;
                color: #fff;
                cursor: pointer;
            }

        .keeptouch-form-container .container-fluid .keeptouch-blck .red-dog-img {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

            .keeptouch-form-container .container-fluid .keeptouch-blck .red-dog-img img {
                height: 116px;
            }

        .keeptouch-form-container .container-fluid .keeptouch-blck .EPiServerForms .Form__Element {
            margin: 0 0 0.2rem;
        }

    section.Product-section {
        padding: 5px 0;
    }

        section.Product-section .product-top-content {
            color: #212d65;
            text-align: center;
        }

            section.Product-section .product-top-content p {
                padding: 15px;
            }

    .modal {
        padding: 30px 15px;
        overflow: hidden;
    }

        .modal .modal-dialog {
            max-width: 542px;
        }

            .modal .modal-dialog .modal-content {
                padding: 27px 10px;
                margin: 10px auto;
            }

                .modal .modal-dialog .modal-content .modal-header {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: reverse;
                    -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                }

                    .modal .modal-dialog .modal-content .modal-header h4 {
                        font-size: 27px;
                        line-height: 35px;
                        padding: 30px 30px 0;
                    }

                    .modal .modal-dialog .modal-content .modal-header .close {
                        margin: -2rem -1rem -1rem auto;
                        color: #212d65;
                    }

                        .modal .modal-dialog .modal-content .modal-header .close img {
                            height: 45px;
                        }

                .modal .modal-dialog .modal-content .modal-body p {
                    font-size: 15px;
                    line-height: 20px;
                    color: #212d65;
                    text-align: center;
                    padding: 0;
                    font-weight: 400;
                }

                .modal .modal-dialog .modal-content .modal-body a.btnoutofwebsite.mt-lg-2.close-external-popup {
                    font-size: 16px;
                    line-height: 21px;
                    border-radius: 8px;
                    padding: 15px 71px;
                }

        .modal::-webkit-scrollbar {
            width: 6px;
            background-color: #e4e4e4;
            border-radius: 20px;
        }

        .modal::-webkit-scrollbar-thumb {
            background-color: #93392a;
            border-radius: 20px;
        }

    .wholesale-modal .modal-dialog .modal-content {
        padding: 27px 10px;
        margin: 10px auto;
    }

        .wholesale-modal .modal-dialog .modal-content .modal-header {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .wholesale-modal .modal-dialog .modal-content .modal-header h4 {
                font-size: 27px;
                line-height: 35px;
            }

            .wholesale-modal .modal-dialog .modal-content .modal-header .close {
                margin: -2rem 1rem -1rem auto;
                color: #2d4b53;
            }

        .wholesale-modal .modal-dialog .modal-content .modal-body p {
            font-size: 15px;
            line-height: 20px;
            padding: 0;
            color: #2d4b53;
        }
    .accordion .btn.btn-link, .accordion .card-body, .accordion .card-body p {
        font-size: 15px;
        line-height: 20px;
    }
    .top-align {
        padding-top: 0;
    }
    .circle-plus .circle {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }
    .circle-plus .circle .horizontal {
        position: absolute;
        background-color: #212d65;
        width: 22px;
        height: 3px;
        left: 50%;
        margin-left: -14px;
        top: 50%;
        margin-top: -5px;
    }
    .circle-plus .circle .vertical {
        position: absolute;
        background-color: #212d65;
        width: 3px;
        height: 21px;
        left: 50%;
        margin-left: -4.5px;
        top: 50%;
        margin-top: -14px;
    }
    .accordion .btn.btn-link {
        padding: 10px 5px 10px 20px;
    }
    .accordion .btn.btn-link .list-number {
        width: 32px;
    }
    .safety-title {
        font-size: 22px;
        line-height: 32px;
    }

    .accordion .card-body {
        padding: 20px 40px 20px 55px;
    }

    section.Product-section .product-top-content.small-font p,
    .accordion.small-font .card .btn.btn-link .list-number,
    .accordion.small-font .card .btn.btn-link .list-text,
    .accordion.small-font .card-body {
        font-size: 15px;
        line-height: 20px;
    }
    .product-top-content.small-font h1.safety-title {
        font-size: 22px;
        line-height: 32px;
    }

    .product-top-content.small-font h2.second-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    section.Backed-expert {
        margin: 72px 0 0;
    }
}

@media (max-width: 767px) {
    .inspired-watson .green-bg .inspired-text {
        width: 430px;
        margin: 0 auto;
    }

    .backed-text {
        width: 446px;
    }

    .shopping-site-logo {
        padding-top: 25px;
    }
}

@media (max-width: 500px) {
    section.banner .col-md-12 .text-banner p {
        width: 314px;
    }

    .backed-text {
        margin: 0 auto;
        width: 100%;
    }

        .backed-text p {
            padding: 0;
            margin: 0 auto 20px;
            width: 316px;
        }

    .inspired-watson {
        margin: 45px 0 72px;
    }

        .inspired-watson .green-bg .inspired-text {
            width: 300px;
            margin: 0 auto;
        }

        .inspired-watson .green-bg .small-green-dog {
            position: absolute;
            bottom: 0;
            left: 100px;
            height: 112px;
            width: 100%;
        }

    .rescues-block .row .rescues-text {
        padding: 30px 0 0;
        width: 358px;
        margin: 0 auto;
    }

    .Product-section .product-top-content h2 {
        width: 308px;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .rescues-block .row .rescues-text {
        width: 302px;
    }

    section.form-container .container-fluid .form-blck .join-btn button {
        width: 100%;
    }

    .keeptouch-form-container .container-fluid .keeptouch-blck .join-btn button {
        width: 100%;
    }
}

@media (max-width: 368px) {
    section.banner .col-md-12 .text-banner p {
        width: 270px;
    }

    section.banner .col-md-12 .text-banner a.btn.btn-saving {
        padding: 12px 76px;
    }

    .backed-text p {
        padding: 0;
        margin: 0 auto 20px;
        width: 256px;
    }

    .inspired-watson .green-bg .inspired-text h3 {
        line-height: 45px;
    }

    .inspired-watson .green-bg .inspired-text p {
        width: 252px;
        margin: 0 auto;
    }

    .rescues-block .row .rescues-text {
        width: 262px;
    }

    .keeptouch-form-container .container-fluid .keeptouch-blck .custom-checkbox label input {
        margin-right: 12px;
    }
}
/*  GlobalOptoutLinks link block css --- Start   */
.GlobaloptoutLinks {
    margin-left: 11px;
    margin-top: 0px !important;
}

    .GlobaloptoutLinks ul {
        display: block;
    }

        .GlobaloptoutLinks ul li a {
            color: #055e8a;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: normal;
            line-height: 21px;
            text-decoration: underline;
            font-family: "Archivo", sans-serif;
        }

@media (max-width: 991px) {
    .GlobaloptoutLinks ul {
        display: block;
        text-align: center;
    }

        .GlobaloptoutLinks ul li a {
            padding: 10px 0 0;
            font-size: 15px;
            line-height: normal;
            color: #296161;
            font-weight: 600;
            letter-spacing: normal;
            text-decoration: underline;
            font-family: "Archivo", sans-serif;
        }
}
/*  GlobalOptoutLinks link block css --- End   */

/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationFail {
    color: inherit !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */


@media only screen and (max-width: 1505px) and (min-width: 1395px) {
    .Footer-Sec .footer .footer-links li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1394px) and (min-width: 992px) {
    .Footer-Sec .footer .footer-top .footer-links li a {
        font-size: 13px;
    }
}