footer .salix-content, header .header-right-side, header .main-navigation ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

body {
    overflow-x: hidden;
}

.color-green {
    color: #08415c;
}

.color-litegreen {
    color: #016f79;
}

.color-white, footer ul li a:hover {
    color: #fff;
}

.color-darkpink {
    color: #66214c;
}

.color-blue {
    color: #0a415c;
}

.color-orange {
    color: #ef7464;
}

.bg-understand-grey {
    background-color: #f6f6f6;
}

.bg-purple, .wis-ibsd-sec5 {
    background: #66214c;
}

.bg-green {
    background: #016f79;
}

.wcs-ibsd-sec4, .wis-ibsd-sec3 {
    background: #fff;
}

.bg-blue {
    background: #0a415c;
}

.bg-orange {
    background: #ef7464;
}

.bg-whitegrey, .wcs-ibsd-sec7, .wcs-ibsd-sec9, .wis-ibsd-sec2, .wis-ibsd-sec3 .take-quiz .take-quiz-btn:hover {
    background: #f6f6f6;
}

.wis-ibsd-sec3 .take-quiz .take-quiz-btn:hover {
    background: #66214C;
}

.bstrap30 .field-container.form-group-quesGray, .bstrap30 .field-container.form-group-quesGreen, .bstrap30 .field-container.form-group-quesPink, .bstrap30 .field-container.form-group-quesPurple, .bstrap30 .form-control.optionTextboxOne, .bstrap30 .form-control.optionTextboxTwo, .btn-center {
    text-align: center;
}

.btn-left {
    text-align: left;
}

.btn-orange:hover {
    background: #8b165f !important;
}

.btn-green:hover, .home-sec-4 .right-side .btn-orange:hover {
    background: #66214c !important;
}

.rep-body-sec .rep-data .slider .slider-items-container .slider-item .full-detail h3 p span {
    color: #58595b;
}

.sign-up-btn:hover {
    background: none !important;
    color: #fff;
}

.bold {
    font-weight: 700;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.wrapper {
    padding-top: 220px;
}

.base-wrapper {
    position: relative;
    background: #fff;
}

.video-popup, header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif;
}

footer .footer-text .p-b-10, footer .sign-up-btn, header .main-navigation ul li a, header .topBar p, p {
    font-family: "Raleway", sans-serif;
}

footer p {
    font-family: "Helvetica", sans-serif !important;
}

footer ul li a {
    font-family: "Helvetica", sans-serif;
}

header {
    height: 230px;
    background: #fff;
    z-index: 100;
}

    header > .container {
        position: relative;
        z-index: 100;
    }

        header > .container > .inner-cont {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
        }

    header .header-logo {
        text-align: center;
        margin-top: 10px;
    }

        header .header-logo img {
            width: 333px;
        }

    header .header-right-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-end;
    }

    header .header-right-top {
        text-align: right;
        font-size: 14px;
        color: #58595b;
    }

        header .header-right-top * {
            font-size: 14px;
            line-height: 16px;
        }

        header .header-right-top a {
            color: #016f79;
            font-weight: 700;
            text-decoration: underline;
        }

            header .header-right-top a.hcp-link {
                font-weight: 700;
                color: #58595b;
                padding-top: 20px;
                display: inline-block;
                position: relative;
                padding-right: 10px;
            }

                header .header-right-top a.hcp-link:after {
                    position: absolute;
                    content: "";
                    border-top: 5px solid transparent;
                    border-bottom: 5px solid transparent;
                    border-left: 5px solid #58595b;
                    right: 0;
                    top: 25px;
                }

            .his-ibsd-sec2 a:hover, .liv-ibsd-sec3 .last-text a:hover, .liv-ibsd-sec6 .last-text a:hover, .mktoFootNote a:hover, .quiz-sec-u-might .down-res a:hover, .quiz-sec-u-might .share-quiz a:hover, .wcs-ibsd-sec10 a:hover, .wis-ibsd-sec5 .right-side p a:hover, header .header-right-top a:hover, header .topBar .top a:hover {
                text-decoration: none;
            }

    header .main-navigation {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

        header .main-navigation ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-between;
            width: 100%;
            margin-left: 0;
            margin-top: 15px;
            -webkit-padding-start: 40px;
            padding-inline-start: 0px;
        }

            header .main-navigation ul li {
                text-align: center;
                position: relative;
                display: inline-block;
                margin: 0;
            }

                header .main-navigation ul li a {
                    font-size: 20px;
                    line-height: 27px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    font-weight: 400;
                    justify-content: center;
                    color: #58595b;
                    text-decoration: none;
                    border-bottom: 0 solid transparent;
                    -webkit-transition: border 0.3s ease-in-out;
                    -o-transition: border 0.3s ease-in-out;
                    transition: border 0.3s ease-in-out;
                    text-align: left;
                }

                    header .main-navigation ul li a:hover {
                        color: #58595b;
                        text-decoration: none;
                        border-bottom: 0 solid #00ade6;
                    }

                header .main-navigation ul li.btns-active a, header.desktop-device .main-navigation li a:hover {
                    color: #0a415c;
                    font-weight: 700;
                }

                header .main-navigation ul li.btns-active {
                    margin-left: 0;
                }

    header .topBar {
        text-align: right;
        position: relative;
        z-index: 101;
        background: #fff;
    }

        header .topBar p {
            font-size: 16px;
            margin: 10px 0;
            color: #0d6f79;
            line-height: 15px;
        }

        header .topBar .top a {
            color: #0d6f79;
            font-weight: 700;
            text-decoration: underline;
            position: relative;
        }

footer {
    background: #58595b;
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
}

    footer .sign-up {
        margin: 20px 0 50px;
        text-align: center;
    }

    footer .footer-end, footer .footer-text .p-b-10 {
        margin-left: 30px;
        margin-right: 30px;
    }

    footer .sign-up p {
        font-size: 24px;
        line-height: 26px;
        margin: 18px 0;
    }

    footer .sign-up-btn {
        border: 4px solid #ececec;
        color: #fff;
        border-radius: 31px;
        height: 50px;
        width: 208px;
        background-color: #58595b;
        font-size: 19px;
        line-height: 33px;
        font-weight: 600;
        padding: 5px 0;
    }

.sign-up .btn-center {
    margin: auto;
}

footer ul {
    list-style-type: none;
    margin: 0 0 0 -40px;
}

    footer ul li {
        padding: 0 53px 35px;
        display: inline-block;
    }

        footer ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            line-height: 21px;
            letter-spacing: 1px;
            font-size: 14px;
        }

footer .footer-text {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0 solid #fff;
}

.border-white {
    border-bottom: 1px solid #fff;
}

footer .footer-text .p-b-10 {
    padding: 0 0 25px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

footer .salix-logo {
    margin-right: 60px;
}

    footer .salix-logo img {
        height: 69px;
        width: 186px;
    }

footer .salix-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

    footer .salix-content span {
        display: block;
        line-height: 18px;
    }

    footer .salix-content a.california {
        font-weight: 700;
        text-decoration: underline;
        color: #fff;
    }

    footer .salix-content a.color-green:hover {
        color: #08415c;
        text-decoration: none;
    }

.wrapper-404 .top-section {
    padding: 80px 0;
    background: #f6f6f6;
    margin-bottom: 60px;
}

    .wrapper-404 .top-section h3 {
        font-size: 34px;
        line-height: 39px;
        color: #58595b;
    }

.liv-ibsd-sec6 .last-text a {
    color: #0D6F79;
    text-decoration: underline;
    font-weight: 600;
}

.wrapper-404 a.color-grey {
    color: #58595b;
    text-decoration: underline;
}

.wis-ibsd-sec3 .take-quiz, .wrapper-404 .links-404 {
    padding-bottom: 60px;
}

    .wrapper-404 .content-wrapper, .wrapper-404 .links-404 p {
        margin-bottom: 0;
        font-size: 14px;
    }

.home-banner .banner-content h1, .home-banner .banner-content h2, .hr-banner h1, .liv-ibsd-banner h1, .quiz-banner h1 {
    font-size: 44px;
    line-height: 58px;
    font-family: "Raleway", sans-serif;
}

.video-popup {
    display: none;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .video-popup .video-container {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 60%;
        z-index: 99999;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .video-popup .video-container .videoclosebutton {
            position: absolute;
            color: #d1d2d4;
            top: -32px;
            right: 0;
            font-size: 25px;
            text-transform: uppercase;
            cursor: pointer;
        }

#exitModal .modal-dialog .modal-content .modal-body {
    background: #58595b;
    padding: 70px 40px;
    border: none;
    text-align: center;
    border-radius: 4px;
}

    #exitModal .modal-dialog .modal-content .modal-body h2 {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 34px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #exitModal .modal-dialog .modal-content .modal-body p {
        color: #fff;
        padding: 15px;
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    #exitModal .modal-dialog .modal-content .modal-body .btn-green {
        font-size: 19px;
        line-height: 26px;
        padding: 11px 10px;
        border-radius: 31px;
        width: 100%;
        max-width: 200px;
        height: 50px;
        font-weight: 600;
        color: #fff;
        background-color: #66214c;
        font-family: "Raleway", sans-serif;
    }

    #exitModal .modal-dialog .modal-content .modal-body .btn-white {
        width: 200px;
        height: 50px;
        font-size: 19px;
        font-family: "Raleway", sans-serif;
        background: #fff;
        color: #66214C;
        padding: 11px 10px;
        font-weight: 600;
        border-radius: 31px;
        line-height: 26px;
    }

        #exitModal .modal-dialog .modal-content .modal-body .btn-white:hover {
            background-color: #ece8e8;
        }

#exitModal .modal-dialog {
    max-width: 948px;
}

.banner-wrapper, .home-banner, .img-wrapper {
    position: relative;
}

    .home-banner .not-patient {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
    }

    .home-banner .banner-content {
        position: absolute;
        left: 50%;
        top: 42%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .home-banner .banner-content h1 {
            font-weight: 700;
            color: #0a415c;
            margin-bottom: 0;
        }

        .home-banner .banner-content h2 {
            color: #0a415c;
            font-weight: 400;
            margin-bottom: 0;
        }

        .home-banner .banner-content h4 {
            line-height: 25px;
            font-weight: 400;
            color: #0a415c;
            font-family: "Raleway", sans-serif;
            font-size: 18px;
        }

    .dr-dis-banner .not-patient p, .his-ibsd-banner .not-patient p, .home-banner .not-patient p, .hr-banner .not-patient p, .liv-ibsd-banner .not-patient p, .quiz-banner .not-patient p, .wcs-ibsd-banner .not-patient p, .wis-ibsd-banner .not-patient p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
    }

.home-banner-btn-wrap {
    margin-top: 4%;
}

.home-banner .banner-content .btn-orange {
    padding: 8px;
    border-radius: 31px;
    width: 100%;
    max-width: 140px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #66214c;
    line-height: 21px;
    font-family: "Raleway", sans-serif;
}

.hr-banner .not-patient, .quiz-banner .not-patient, .wis-ibsd-banner .not-patient {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.liv-ibsd-banner .banner-content, .wis-ibsd-banner .banner-content {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.liv-ibsd-banner h1 i, .wcs-ibsd-banner h1 i, .wis-ibsd-banner h1 i {
    font-weight: 600;
}

.dr-dis-banner h1, .his-ibsd-banner h1, .wcs-ibsd-banner h1, .wis-ibsd-banner h1 {
    font-size: 44px;
    line-height: 58px;
    color: #0a415c;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.his-ibsd-banner .not-patient, .liv-ibsd-banner .not-patient, .wcs-ibsd-banner .not-patient, .wis-ibsd-banner .not-patient {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    font-family: "Raleway", sans-serif;
    color: #0a415c;
}

.his-ibsd-banner .banner-content, .wcs-ibsd-banner .banner-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.wcs-ibsd-banner .banner-content {
    top: 36%;
    transform: translate(-50%, -50%);
}

.his-ibsd-banner h1 i {
    font-weight: 600;
    font-style: italic;
}

.his-ibsd-banner .banner-content {
    top: 31%;
    transform: translate(-50%, -50%);
}

.hr-banner .banner-content, .quiz-banner .banner-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.liv-ibsd-banner h1 {
    color: #0a415c;
    margin: 0;
    font-weight: 600;
}

.hr-banner .banner-content {
    top: 35%;
    transform: translate(-50%, -50%);
}

.hr-banner h1, .quiz-banner h1 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.quiz-banner .banner-content {
    top: 40%;
    transform: translate(-50%, -50%);
}

.dr-dis-banner .banner-content {
    position: absolute;
    left: 50%;
    top: 34%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dr-dis-banner .not-patient p {
    color: #fff;
}

.dr-dis-banner .not-patient {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    font-family: "Raleway", sans-serif;
    color: #0a415c;
}

.home-sec-1 h1 {
    color: #0a415c;
    font-size: 34px;
    line-height: 46px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.home-sec-1 .blur-background {
    background: url(/siteassets/img/img-600x700-gut-background.png) 0 0/100% no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 90px 50px 100px;
}

.home-sec-2 .btn-green, .home-sec-4 .right-side .btn-orange {
    height: 50px;
    padding: 12px 0;
    font-family: "Raleway", sans-serif;
}

.home-sec-1 .orange-background p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #0a415c;
    font-family: "Raleway", sans-serif;
}

.home-sec-1 .orange-background .first-text {
    margin-bottom: 50px;
}

.home-sec-2 p {
    font-size: 21px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #0A415C;
    padding: 18px 70px;
    text-align: right;
    margin-bottom: 0;
}

.home-sec-2 .btn-green {
    width: 225px;
    border-radius: 31px;
    background: #66214c;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
}

.home-sec-3 .dark-pink {
    background-color: #66214c;
}

.home-sec-3 .left-side h3 {
    color: #0A415C;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
}

    .home-sec-3 .left-side h3 em {
        font-weight: 600;
    }

.home-sec-3 .left-side p {
    color: #0A415C;
    font-size: 21px;
    padding-top: 25px;
    line-height: 31px;
    font-weight: 400;
}

.home-sec-4 .right-side h3, .wcs-ibsd-sec1 h3, .wis-ibsd-sec1 h3 {
    font-size: 37px;
    line-height: 46px;
    font-family: "Raleway", sans-serif;
}

.home-sec-3 .right-side img {
    height: 100%;
    cursor: pointer;
}

.home-sec-1 .orange-background {
    background-color: #f6f6f6;
    padding: 50px 140px 40px 100px;
}

.home-sec-1 .content-wraper, .home-sec-4 .content-wraper, .liv-ibsd-sec7 .content-wrapper, .wcs-ibsd-sec3 .content-wraper, .wcs-ibsd-sec7 .content-wraper, .wcs-ibsd-sec9 .content-wraper, .wis-ibsd-sec4 .content-wraper {
    display: flex;
    align-items: center;
}

.home-sec-4 .left-side, .home-sec-4 .left-side img {
    height: 100%;
    width: 100%;
    position: relative;
}

    .home-sec-4 .left-side .not-doctor, .wcs-ibsd-sec7 .left-side .not-doctor, .wcs-ibsd-sec9 .left-side .not-doctor, .wis-ibsd-sec4 .left-side .not-doctor {
        position: absolute;
        left: 25px;
        bottom: 0;
    }

        .home-sec-4 .left-side .not-doctor p {
            font-size: 14px;
            line-height: 19px;
            font-weight: 700;
            font-family: "Raleway", sans-serif;
            color: #fff;
        }

.home-sec-4 .right-side h3 {
    color: #016f79;
    font-weight: 600;
    margin-bottom: 25px;
}

.home-sec-4 .right-side p {
    color: #58595b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    margin-right: 30px;
}

.home-sec-4 .right-side .btn-orange {
    width: 197px;
    margin-top: 50px;
    border-radius: 40px;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background-color: #016f79;
}

.dr-dis-sec1, .hr-sec1, .liv-ibsd-sec1, .wcs-ibsd-sec1, .wis-ibsd-sec1 {
    padding: 70px 0 15px;
}

.wcs-ibsd-sec1 {
    padding: 70px 0 0px;
}

    .wcs-ibsd-sec1 h3, .wis-ibsd-sec1 h3 {
        padding-bottom: 30px;
        font-weight: 400;
        color: #0a415c;
    }

.liv-ibsd-sec1 p, .wis-ibsd-sec1 p, .wis-ibsd-sec2 .type-of-ibs p {
    font-size: 21px;
    line-height: 31px;
    color: #58595b;
    font-family: "Raleway", sans-serif;
}

.wis-ibsd-sec1 .first-text {
    margin-bottom: 30px;
}

.wis-ibsd-sec2 .types-card {
    padding: 0 0 100px;
}

.wis-ibsd-sec2 .type-of-ibs {
    margin-top: 100px;
    margin-bottom: 60px;
}

.wis-ibsd-sec3 .multi-symptom {
    margin-top: 100px;
    margin-bottom: -50px;
}

.wis-ibsd-sec2 .type-of-ibs h4 {
    font-size: 34px;
    line-height: 46px;
    color: #66214c;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.wis-ibsd-sec2 .types-of-block, .wis-ibsd-sec3 .multi-card .types-of-block {
    height: 100%;
    padding: 50px 20px 30px;
    border-radius: 20px;
}

.wis-ibsd-sec2 .types-card h4 {
    font-size: 34px;
    line-height: 5px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.wis-ibsd-sec2 .types-card p {
    font-size: 21px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
}

.wis-ibsd-sec3 .multi-symptom h4 {
    font-size: 34px;
    line-height: 44px;
    color: #0A415C;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.wis-ibsd-sec3 .multi-symptom p {
    font-size: 21px;
    line-height: 31px;
    color: #58595B;
    font-family: "Raleway", sans-serif;
    padding: 30px 30px 0;
}

.wis-ibsd-sec3 .multi-card {
    padding: 0 0 0px;
}

    .wis-ibsd-sec3 .multi-card h4 {
        font-size: 34px;
        line-height: 40px;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        margin-bottom: 15px;
        height: 80px;
    }

    .wis-ibsd-sec3 .multi-card p {
        font-size: 21px;
        color: #58595b;
        font-family: "Raleway", sans-serif;
        line-height: 34px;
    }

.wis-ibsd-sec3 .take-quiz p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #0A415C;
    font-family: "Raleway", sans-serif;
    text-align: right;
    padding: 10px;
}

.wis-ibsd-sec3 .take-quiz .take-quiz-btn {
    width: 212px;
    height: 50px;
    padding: 12px 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    background: #66214c;
    color: #fff;
    border-radius: 31px;
}

.liv-ibsd-sec7 .right-side, .liv-ibsd-sec7 .right-side img, .wcs-ibsd-sec3 .left-side, .wcs-ibsd-sec3 .left-side img, .wcs-ibsd-sec7 .left-side, .wcs-ibsd-sec7 .left-side img, .wcs-ibsd-sec9 .left-side, .wcs-ibsd-sec9 .left-side img, .wis-ibsd-sec4 .left-side, .wis-ibsd-sec4 .left-side img {
    height: 100%;
}

.wis-ibsd-sec4 .right-side {
    padding: 5px 50px;
}

.liv-ibsd-sec7 .right-side .not-doctor p, .wcs-ibsd-sec7 .left-side .not-doctor p, .wcs-ibsd-sec9 .left-side .not-doctor p, .wis-ibsd-sec4 .left-side .not-doctor p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.wis-ibsd-sec4 .right-side h3 {
    font-size: 34px;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 40px;
}

.wis-ibsd-sec4 .right-side p, .wis-ibsd-sec4 .right-side ul li {
    color: #fff;
    font-family: "Raleway", sans-serif;
    line-height: 31px;
    font-size: 21px;
}

.wis-ibsd-sec4 .right-side p {
    margin-bottom: 35px;
}

.wis-ibsd-sec4 .right-side ul li::marker {
    color: #ef7464;
    width: 10px;
}

.wis-ibsd-sec4 .right-side ul {
    margin-top: 30px;
}

    .wis-ibsd-sec4 .right-side ul li {
        padding: 15px 0;
    }

.wis-ibsd-sec5 .left-side h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.wcs-ibsd-sec1 p, .wcs-ibsd-sec2 .explore-btn, .wis-ibsd-sec5 .right-side p, .wis-ibsd-sec6 .btn-blue, .wis-ibsd-sec6 p {
    font-family: "Raleway", sans-serif;
}

.wis-ibsd-sec5 .right-side p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    color: #fff;
}

.wis-ibsd-sec5 .right-side {
    padding: 80px 120px 50px 60px;
}

.wis-ibsd-sec6 p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0a415c;
    margin-bottom: 0;
    padding: 18px 0;
    text-align: center;
}

.wis-ibsd-sec6 .btn-blue {
    width: 220px;
    height: 50px;
    border-radius: 31px;
    background: #0a415c;
    color: #fff;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

    .wis-ibsd-sec6 .btn-blue:hover {
        background: #104d6b;
    }

.wcs-ibsd-sec1 p {
    font-size: 21px;
    line-height: 31px;
    color: #58595b;
    padding-left: 10px;
    padding-right: 10px;
}

.wis-ibsd-sec4 ul {
    list-style: none;
}

    .wis-ibsd-sec4 ul li:before {
        background: url(/siteassets/img/icon-8x8-bullet.png) 0 0 / contain no-repeat;
        display: inline-block;
        width: 15px;
        height: 15px;
        content: "";
        position: relative;
        left: -23px;
        margin-left: -15px;
        padding-right: 0;
        margin-top: 6px;
    }

.mktoFootNote a, .wis-ibsd-sec5 .right-side p a {
    color: #fff;
    text-decoration: underline;
}

.wcs-ibsd-sec2 {
    margin: 30px 0 50px;
}

    .wcs-ibsd-sec2 h3 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        padding-bottom: 30px;
        color: #0A415C;
    }

.wcs-ibsd-sec3 h3, .wcs-ibsd-sec3 p.color-orange {
    font-size: 34px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #0a415c;
}

.wcs-ibsd-sec2 .explore-btn {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background: #66214c;
    border: 3px solid #66214c;
    border-radius: 31px;
    text-decoration: none;
    padding: 9.5px 20px;
    width: 260px;
    height: 50px;
    margin: 10px 5px;
}

.his-ibsd-sec4 .btn-orange, .wcs-ibsd-sec5 .btn-orange {
    background: #66214c;
    line-height: 26px;
    font-size: 19px;
    height: 50px;
}

.wcs-ibsd-sec2 .explore-btn:active, .wcs-ibsd-sec2 .explore-btn:hover {
    background: #66214c;
    color: #fff;
}

.wcs-ibsd-sec3 .right-side {
    padding: 0 50px;
}

.wcs-ibsd-sec3 h3 {
    margin-bottom: 10px;
    line-height: 55px;
}

.wcs-ibsd-sec3 p, .wcs-ibsd-sec5 .btn-orange, .wcs-ibsd-sec5 p {
    font-family: "Raleway", sans-serif;
}

.wcs-ibsd-sec3 p {
    font-size: 21px;
    line-height: 31px;
    color: #0A415C;
    margin-bottom: 35px;
}

    .wcs-ibsd-sec3 p.color-orange {
        margin-top: 100px;
        line-height: 46px;
        margin-bottom: 5px;
    }

.wcs-ibsd-sec4 .video-wrapper {
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.his-ibsd-sec4, .wcs-ibsd-sec5 {
    background: #fff;
    padding: 30px 0;
}

    .wcs-ibsd-sec5 p {
        font-size: 24px;
        color: #66214c;
        line-height: 34px;
        font-weight: 600;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .wcs-ibsd-sec5 .btn-orange {
        width: 209px;
        border-radius: 31px;
        padding: 12px 0;
        font-weight: 600;
        color: #fff;
    }

    .wcs-ibsd-sec5 .btn-center {
        text-align: center;
        margin: auto 0;
    }

.wcs-ibsd-sec6, .wcs-ibsd-sec8 {
    padding: 60px 0;
}

    .wcs-ibsd-sec6 h3 {
        font-size: 34px;
        line-height: 44px;
        font-family: "Raleway", sans-serif;
        margin-bottom: 40px;
        font-weight: 700;
        color: #0a415c;
    }

    .wcs-ibsd-sec6 p {
        font-size: 21px;
        font-family: "Raleway", sans-serif;
        line-height: 31px;
        color: #58595b;
    }

.wcs-ibsd-sec7 .right-side {
    padding: 90px 187px 40px 90px;
}

.wcs-ibsd-sec7 h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    color: #0a415c;
}

.wcs-ibsd-sec7 p {
    font-size: 21px;
    line-height: 31px;
    font-family: "Raleway", sans-serif;
    color: #58595b;
    margin-bottom: 30px;
}

.wcs-ibsd-sec8 h3 {
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    color: #0a415c;
}

.wcs-ibsd-sec8 p, .wcs-ibsd-sec9 h3, .wcs-ibsd-sec9 p {
    margin-bottom: 30px;
}

.wcs-ibsd-sec10 p, .wcs-ibsd-sec8 p {
    font-family: "Raleway", sans-serif;
}

.wcs-ibsd-sec8 p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
    color: #58595b;
}

.wcs-ibsd-sec9 .right-side {
    padding: 0 187px 0 90px;
}

.wcs-ibsd-sec9 h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #0a415c;
}

.wcs-ibsd-sec10 p, .wcs-ibsd-sec9 p {
    font-size: 21px;
    line-height: 31px;
    color: #58595b;
}

.wcs-ibsd-sec10 {
    padding: 70px 190px;
}

    .wcs-ibsd-sec10 p {
        text-align: left;
    }

    .his-ibsd-sec2 a, .wcs-ibsd-sec10 a {
        color: #58595b;
        text-decoration: underline;
        font-weight: 700;
    }

.hr-sec2 .first-text a {
    color: #0D6F79;
    text-decoration: underline;
    font-weight: 700;
}

.his-ibsd-sec1 {
    padding: 70px 0 40px;
}

    .his-ibsd-sec1 h3 {
        font-size: 34px;
        line-height: 46px;
        font-weight: 400;
        padding-bottom: 20px;
        font-family: "Raleway", sans-serif;
        color: #0a415c;
    }

    .his-ibsd-sec1 p, .quiz-sec1 p {
        font-size: 21px;
        line-height: 31px;
        color: #58595b;
        font-family: "Raleway", sans-serif;
        padding-left: 60px;
        padding-right: 60px;
    }

.his-ibsd-sec2, .hr-sec2, .liv-ibsd-sec6 {
    background-color: #f6f6f6;
    padding: 100px 0 15px;
}

    .his-ibsd-sec2 h4 {
        font-size: 34px;
        font-family: "Raleway", sans-serif;
        line-height: 46px;
        font-weight: 600;
        padding-bottom: 30px;
        color: #5a0e45;
    }

    .his-ibsd-sec2 h5, .his-ibsd-sec2 p {
        font-size: 21px;
        font-family: "Raleway", sans-serif;
    }

    .his-ibsd-sec2 p {
        line-height: 31px;
        font-weight: 400;
        color: #58595b;
        padding-bottom: 0px;
    }

    .his-ibsd-sec2 h5 {
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 700;
        color: #0a415c;
    }

    .his-ibsd-sec2 .first-text {
        padding-bottom: 40px;
        border: none;
    }

    .his-ibsd-sec2 .duration-border {
        border: none;
    }

    .his-ibsd-sec2 .tips {
        padding-top: 40px;
        border: none;
    }

.his-ibsd-sec3 {
    background-color: #0A415C;
    padding: 35px 0 15px;
}

    .his-ibsd-sec3 .left-side {
        padding-right: 50px;
    }

        .his-ibsd-sec3 .left-side h4 {
            font-size: 34px;
            font-weight: 700;
            margin-right: 40px;
            line-height: 44px;
            margin-bottom: 30px;
            font-family: "Raleway", sans-serif;
            color: #fff;
        }

        .his-ibsd-sec3 .left-side p, .his-ibsd-sec3 .right-side ul li, .his-ibsd-sec4 .btn-orange, .his-ibsd-sec4 p {
            font-family: "Raleway", sans-serif;
        }

        .his-ibsd-sec3 .left-side p {
            font-size: 21px;
            font-weight: 400;
            line-height: 31px;
            color: #fff;
            padding-right: 70px;
        }

    .his-ibsd-sec3 .right-side ul li {
        font-size: 21px;
        font-weight: 400;
        line-height: 31px;
        color: #fff;
        padding: 2px 0;
    }

.his-ibsd-sec4 p {
    font-size: 21px;
    color: #58595b;
    line-height: 31px;
    padding: 18px 15px;
    margin-bottom: 0;
}

.liv-ibsd-sec1 h3, .liv-ibsd-sec3 h3 {
    font-size: 34px;
    font-family: "Raleway", sans-serif;
}

.his-ibsd-sec4 .btn-orange {
    width: 218px;
    border-radius: 31px;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    font-family: "Raleway", sans-serif;
}

.his-ibsd-sec4 .btn-center {
    text-align: left;
    margin: auto 0;
}

.liv-ibsd-sec1 h3 {
    line-height: 46px;
    padding-bottom: 30px;
    color: #0a415c;
    font-weight: 400;
}

.quiz-sec-u-might {
    padding: 80px 0 60px;
    background-color: #f6f6f6;
}

.liv-ibsd-sec3 {
    padding: 80px 0 80px;
    background-color: #fff;
}

.liv-ibsd-sec4 {
    background-color: #0A415C;
}

.liv-ibsd-sec7 {
    background-color: #66214C;
}

.liv-ibsd-sec3 .living-icons-wrapper .item {
    text-align: center;
    padding: 0 15px;
    width: 20%;
}

    .liv-ibsd-sec3 .living-icons-wrapper .item .image-div {
        height: 115px;
    }

        .liv-ibsd-sec3 .living-icons-wrapper .item .image-div img {
            max-width: 130px;
            max-height: 105px;
        }

.liv-ibsd-sec3 h3 {
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 60px;
    color: #5a0e45;
}

.liv-ibsd-sec3 .last-text a, .liv-ibsd-sec3 p {
    font-family: "Raleway", sans-serif;
    color: #58595b;
}

.liv-ibsd-sec3 .last-text {
    padding: 0 100px;
}

    .liv-ibsd-sec3 .last-text a {
        font-weight: 700;
        text-decoration: underline;
    }

.liv-ibsd-sec3 p {
    padding: 20px 0 18px;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    height: 104px;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.liv-ibsd-sec3 h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Raleway", sans-serif;
    margin: 200px 0 30px;
    color: #5a0e45;
}

.liv-ibsd-sec4 .btn-white, .liv-ibsd-sec4 p {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.liv-ibsd-sec4 .btn-center {
    margin: 10px 0 10px 0;
    text-align: left;
    position: relative;
    right: 60px;
}

.liv-ibsd-sec4 {
    padding: 30px 190px;
}

    .liv-ibsd-sec4 p {
        font-size: 21px;
        color: #fff;
        line-height: 31px;
        margin-bottom: 0;
        padding: 18px 50px;
    }

    .liv-ibsd-sec4 .btn-white {
        width: 221px;
        height: 50px;
        border-radius: 31px;
        padding: 12px 0;
        font-size: 21px;
        color: #0A415C;
        background: #fff;
        line-height: 26px;
        font-family: "Raleway", sans-serif;
    }

        .liv-ibsd-sec4 .btn-white:hover {
            color: #5A9DA4;
        }

.liv-ibsd-sec5 {
    padding: 70px 0 30px;
}

    .liv-ibsd-sec5 h3 {
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        line-height: 34px;
        font-family: "Raleway", sans-serif;
        margin-bottom: 20px;
        color: #016f79;
    }

    .liv-ibsd-sec5 p, .liv-ibsd-sec6 h5 {
        font-size: 21px;
        font-family: "Raleway", sans-serif;
    }

    .liv-ibsd-sec5 p {
        color: #58595b;
        font-weight: 400;
        line-height: 31px;
        padding: 18px 0 18px 30px;
    }

    .liv-ibsd-sec5 .first-text {
        text-align: center;
        margin-bottom: 40px;
    }

    .liv-ibsd-sec5 .support-img {
        width: 150px;
        margin-right: 5px;
        margin-left: 5px;
        max-width: 150px;
        margin-bottom: 5px;
    }

    .liv-ibsd-sec5 img {
        max-width: 140px;
        max-height: 140px;
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .hr-sec2 .get-guide-pad, .liv-ibsd-sec5 .box {
        margin: 40px 0;
    }

.liv-ibsd-sec6 h3 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    text-align: center;
    color: #0a415c;
    margin-bottom: 30px;
}

.liv-ibsd-sec6 h5 {
    font-weight: 700;
    line-height: 34px;
    color: #0a415c;
    margin-bottom: 15px;
    margin-left: 10px;
}

.dr-dis-sec2 ul li, .liv-ibsd-sec6 p, .liv-ibsd-sec6 ul li {
    font-size: 21px;
    color: #58595b;
    font-family: "Raleway", sans-serif;
}

.liv-ibsd-sec6 .first-text {
    text-align: center;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 70px;
}

.liv-ibsd-sec6 p {
    font-weight: 400;
    line-height: 31px;
}

.dr-dis-sec2 ul li, .liv-ibsd-sec6 ul li {
    font-weight: 400;
    line-height: 31px;
}

.liv-ibsd-sec6 .last-text {
    text-align: center;
    margin-top: 50px;
}

.liv-ibsd-sec7 .left-side {
    padding: 0 80px 0 100px;
}

.liv-ibsd-sec7 h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 40px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.liv-ibsd-sec7 p {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 31px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.liv-ibsd-sec7 .right-side .not-doctor {
    position: absolute;
    right: 25px;
    bottom: 0;
}

.liv-ibsd-sec8 {
    padding: 120px 0 100px;
    background-color: #f6f6f6;
}

    .liv-ibsd-sec8 h3 {
        font-weight: 700;
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 44px;
        text-align: center;
        font-family: "Raleway", sans-serif;
        color: #0a415c;
    }

    .liv-ibsd-sec8 p {
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 45px;
        margin-top: 45px;
        line-height: 34px;
        text-align: center;
        font-family: "Raleway", sans-serif;
        color: #58595b;
    }

    .liv-ibsd-sec8 .btn-green {
        max-width: 465px;
        width: 100%;
        height: 50px;
        border-radius: 31px;
        padding: 10px 20px;
        font-size: 19px;
        font-weight: 700;
        color: #fff;
        background: #1c7073;
        line-height: 26px;
        font-family: "Raleway", sans-serif;
    }

.hr-sec1 h3 {
    font-size: 34px;
    line-height: 46px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 40px;
    font-weight: 700;
    color: #0a415c;
}

.hr-sec2 .first-text a:hover {
    color: #58595b;
    text-decoration: none;
}

.hr-sec1 p {
    font-size: 21px;
    font-family: "Raleway", sans-serif;
    line-height: 31px;
    color: #58595b;
    padding-left: 60px;
    padding-right: 60px;
}

.hr-sec2 h3 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 40px;
    text-align: center;
    color: #0a415c;
    margin-bottom: 30px;
}

.hr-sec2 h5 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 32px;
    color: #0a415c;
    margin-left: 10px;
    text-align: center;
}

.hr-sec2 p, .hr-sec2 ul li {
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.hr-sec2 p, .label-top {
    line-height: 31px;
    font-size: 21px;
}

.hr-sec2 .first-text {
    text-align: center;
    line-height: 31px;
    margin-bottom: 70px;
}

.hr-sec2 p {
    color: #58595b;
}

.hr-sec2 .last-text {
    color: #0a415c;
    font-weight: 600;
    text-align: right;
    font-size: 21px;
    padding: 10px 0;
    line-height: 32px;
}

.hr-sec2 ul li {
    font-size: 21px;
    line-height: 37px;
    color: #58595b;
}

    .hr-sec2 ul li::marker {
        color: #EF7464;
        width: 10px;
    }

.hr-sec2 .btn-blue {
    width: 222px;
    height: 50px;
    border-radius: 31px;
    background: #66214c;
    color: #fff;
    padding: 12px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
}

.hr-sec3 {
    padding: 80px 0;
}

    .hr-sec3 h4 {
        font-size: 34px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        line-height: 40px;
        text-align: center;
        color: #58595b;
        margin-bottom: 50px;
    }

    .hr-sec3 p {
        font-size: 20px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        line-height: 31px;
        color: #58595b;
        padding: 0px;
    }

    .hr-sec3 .edu-bg {
        background-color: #fff;
        padding: 20px 22px 22px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
        margin-left: 5px;
        margin-right: 5px;
        min-height: 133px;
        position: relative;
        border-top: 1px ridge #0D6F79;
    }

        .hr-sec3 .edu-bg a {
            font-size: 21px;
            font-weight: 600;
            font-family: "Raleway", sans-serif;
            line-height: 31px;
            color: #016f79;
            text-decoration: underline;
        }

.quiz-sec1 {
    padding: 70px 0 35px;
}

    .quiz-sec1 h3 {
        font-size: 34px;
        line-height: 46px;
        padding-bottom: 30px;
        font-family: "Raleway", sans-serif;
        color: #66214c;
    }

    .dr-dis-sec1 .first-text, .quiz-sec1 .first-text {
        margin-bottom: 40px;
    }

.c-form.form-horizontal .form-group .field-container.af-slide {
    width: 100%;
}

.c-form.form-horizontal .form-group .quesNavyBtn, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesGray, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesGreen, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesPink, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesPurple {
    display: inline-block;
}

.c-form.form-horizontal .form-group label.radio-boxes-labels input {
    opacity: 0;
    position: absolute;
}

.form-root .form-horizontal .field-container .radio.radio-as-buttons label > .radio-boxes-buttons {
    text-transform: none;
    letter-spacing: inherit;
}

.c-form.form-horizontal .form-group label span.radio-boxes-buttons {
    width: 345px;
    height: 50px;
    border: 4px solid #1c7073;
    color: #1c7073;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-transform: none;
    font-family: "Raleway", sans-serif;
    padding: 6px 12px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 31px;
    white-space: normal;
    font-weight: 600;
}

    .bstrap30 .checkbox.quesNavyBtn label input[type="checkbox"]:checked + span, .bstrap30 .checkbox.quesNavyBtn label span.check-boxes-buttons:hover, .c-form.form-horizontal .form-group label span.radio-boxes-buttons:hover {
        background: #1c7073;
        color: #fff !important;
    }

.form-root .form-horizontal .field-container .radio.radio-as-buttons .radio-btn-text {
    display: none;
}

.form-root .form-horizontal .field-container .quesGray.radio.radio-as-buttons label input[type="radio"]:checked + span.btn, .form-root .form-horizontal .field-container .quesGreen.radio.radio-as-buttons label input[type="radio"]:checked + span.btn, .form-root .form-horizontal .field-container .quesPink.radio.radio-as-buttons label input[type="radio"]:checked + span.btn, .form-root .form-horizontal .field-container .quesPurple.radio.radio-as-buttons label input[type="radio"]:checked + span.btn {
    background: #1c7073;
    color: #fff !important;
    font-weight: 700;
}

.bstrap30 .checkbox.quesNavyBtn label span.check-boxes-buttons {
    width: 345px;
    height: 50px;
    border: 4px solid #1c7073;
    color: #1c7073 !important;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-transform: none;
    font-family: "Raleway", sans-serif;
    padding: 6px 12px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 31px;
    white-space: normal;
    font-weight: 600;
}

.bstrap30 .form-control.optionTextboxOne {
    width: 1017px;
    border: 4px solid #016f79;
    margin: 0 auto;
    height: 50px;
    font-family: "Raleway", sans-serif;
    border-radius: 50px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.bstrap30 .form-control.optionTextboxTwo {
    width: 1017px;
    border: 4px solid #1c7073;
    margin: 0 auto;
    height: 50px;
    font-family: "Raleway", sans-serif;
    border-radius: 50px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.label-top {
    text-align: center;
    margin: 35px 0 25px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #0a415c;
}

div#quesTwo .quesNavyBtn label input {
    position: absolute;
}

.bstrap30 .checkbox.quesNavyBtn label input[type="checkbox"] {
    opacity: 0;
}

.bstrap30 .getResponse {
    background: #66214c;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 31px;
    font-size: 19px;
    font-family: "Raleway", sans-serif;
    line-height: 40px;
    font-weight: 700;
    width: 345px;
    height: 50px;
    margin: 20px auto 40px;
    padding: 5px 0;
}

.dr-dis-sec2 .btn-blue, .quiz-sec-u-might .btn-blue {
    width: 345px;
    height: 50px;
    background: #0a415c;
    padding: 12px 0;
    font-size: 19px;
    line-height: 26px;
}

.bstrap30 .getResponse:active, .bstrap30 .getResponse:hover {
    background: #85165b !important;
}

.quiz-sec-u-might h4 {
    font-size: 37px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0a415c;
    font-family: "Raleway", sans-serif;
}

.dr-dis-sec1 p, .quiz-sec-u-might p {
    font-size: 21px;
    line-height: 31px;
    font-family: "Raleway", sans-serif;
}

.quiz-sec-u-might p {
    font-weight: 400;
    color: #58595b;
    margin: 0 250px;
}

.quiz-sec-u-might .btn-blue {
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 31px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin: 30px auto 90px;
}

.quiz-sec-u-might .down-res {
    margin: 20px 100px;
}

    .quiz-sec-u-might .down-res a {
        font-weight: 700;
        color: #0D6F79;
        text-decoration: underline;
    }

.quiz-sec-u-might .share-quiz {
    color: #66214c;
    margin-top: 60px;
    font-weight: 700;
}

    .quiz-sec-u-might .share-quiz a {
        color: #66214c;
        font-weight: 400;
        text-decoration: underline;
    }

.grey-border {
    height: 1px;
    margin-bottom: 40px;
    margin-top: 60px;
    background-color: #707070;
    width: 95%;
}

.dr-dis-sec1 p {
    color: #58595b;
    padding-left: 60px;
    padding-right: 61px;
}

.dr-dis-sec2 {
    background-color: #f6f6f6;
    padding: 90px 0 70px;
}

    .dr-dis-sec2 h5 {
        font-size: 34px;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        line-height: 44px;
        color: #0a415c;
        margin-left: 15px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .dr-dis-sec2 ul {
        margin-bottom: 60px;
    }

        .dr-dis-sec2 ul li::marker {
            color: #58595b;
            width: 10px;
        }

    .dr-dis-sec2 .btn-blue {
        border-radius: 31px;
        color: #fff;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
    }

        .dr-dis-sec2 .btn-blue:hover {
            background: #043e5a;
        }

@media only screen and (min-width: 992px) {
    .wis-ibsd-sec5 .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hr-sec3 .edu-bg a {
        bottom: 15px;
        position: static;
        left: 25px;
    }

    .paper-img {
        margin-top: 10px;
    }

    .home-sec-3 .dark-pink .left {
        display: flex;
        align-items: center;
    }

    .wrapper-404 .content-wrapper {
        margin-bottom: 0;
        margin-left: 30px;
        font-size: 14px;
    }

    .home-sec-3 .left-side p {
        max-width: 450px;
    }

    .liv-ibsd-sec6 pad {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .res-sec5-bg a {
        position: absolute;
    }
}

@media only screen and (min-width: 1200px) {
    .res-sec5-bg a {
        font-size: 18px;
        color: #66214C;
        font-weight: 700;
        padding: 10px 25px;
        position: absolute;
        top: 4px;
        left: 8px;
        font-family: "Raleway", sans-serif;
    }

    .video-popup .video-container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 10% auto;
        top: auto;
    }

    .home-sec-2, .wis-ibsd-sec6 {
        padding: 50px 0;
    }

        .home-sec-2 .btn-green {
            margin: 10px -60px;
        }

    .wrapper-404 .content-wrapper, .wrapper-404 .links-404 p {
        margin-bottom: 0;
        font-size: 18px;
    }

    .home-sec-4 .right-side {
        padding: 0 50px;
    }

    .home-sec-3 .left-side {
        padding: 0 80px 0 100px;
    }

    .wrapper-404 .content-wrapper {
        margin-left: 55px;
    }
}

@media only screen and (min-width: 1400px) {
    .wrapper-404 .content-wrapper {
        margin-bottom: 0;
        margin-left: 60px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1600px) {
    .home-sec-1 .blur-background {
        padding: 120px 135px;
    }

    .home-sec-2 .btn-green, .wis-ibsd-sec6 .btn-blue {
        margin: 12px 0;
    }

    .home-sec-3 .left-side {
        padding: 0 0 0 120px;
    }

    .home-sec-4 .right-side {
        padding: 50px 100px;
    }

        .home-sec-4 .right-side h3 {
            line-height: 67px;
        }

    .hr-sec2 .first-text {
        padding: 0 20px;
    }

    .hr-sec1 p {
        padding-left: 140px;
        padding-right: 140px;
    }
}

@media only screen and (min-width: 1900px) {
    .wcs-ibsd-sec7 .right-side {
        padding: 0 187px 0 90px;
    }

    .wcs-ibsd-sec3 .right-side {
        padding: 0 190px 0 112px;
    }

    .wcs-ibsd-sec3 p.color-orange {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1600px) {
    .home-banner .not-patient {
        bottom: 0;
    }

    .his-ibsd-banner .not-patient, .hr-banner .not-patient, .liv-ibsd-banner .not-patient, .quiz-banner .not-patient, .wcs-ibsd-banner .not-patient, .wis-ibsd-banner .not-patient {
        bottom: 20px;
    }

    .home-sec-4 .right-side .btn-orange {
        margin-top: 10px;
    }

    .wis-ibsd-sec1 {
        padding: 35px 0 25px;
    }

    .wis-ibsd-sec4 .right-side ul li {
        padding: 15px 0;
    }

    .wis-ibsd-sec4 .right-side ul {
        margin-top: 20px;
    }

    .wis-ibsd-sec6 .btn-blue {
        margin: 8px 0;
    }

    .wcs-ibsd-sec7 .right-side, .wcs-ibsd-sec9 .right-side {
        padding: 60px 107px 30px 90px;
    }
}

@media only screen and (max-width: 1400px) {
    .wis-ibsd-sec6 .btn-blue {
        width: 270px;
    }
}

@media only screen and (max-width: 991px) {
    .video-popup .video-container, footer ul {
        width: 100%;
    }

    .liv-ibsd-sec5 .box, footer ul, header .header-right-top, header .header-right-top .menu, header .header-right-top div.rgt-top {
        display: -webkit-box;
        display: -ms-flexbox;
    }

    .wis-ibsd-sec4 ul li:before {
        width: 10px;
        background: url(/siteassets/img/icon-8x8-bullet.png) 0 0 / contain no-repeat;
        height: 10px;
        left: -12px
    }

    .g-recaptcha {
        margin-top: 35px;
    }

    .home-sec-1, .liv-ibsd-sec3 .noapd, .liv-ibsd-sec3 .nopad, .wcs-ibsd-sec4 .video-wrapper, footer .footer-text .footer-end {
        padding: 0;
    }

    .liv-ibsd-sec7 .left-side {
        padding: 0 10px;
    }

    .grey-border {
        background-color: #d1d3d4;
    }

    header {
        height: 105px;
    }

        header .header-logo {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 0;
            margin-bottom: 0;
        }

            header .header-logo img {
                width: 134px;
            }

        header .main-navigation {
            position: fixed;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            top: -100%;
            left: -40px;
            right: 0;
            z-index: 0;
            padding-top: 95px;
            height: 100%;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        header > .container > .inner-cont {
            flex-direction: row;
        }

        header .main-navigation ul {
            margin-top: -1px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background: #fff;
        }

            header .main-navigation ul li {
                width: 100%;
                margin: 0;
                background: #fff;
                padding: 0;
                border-top: 1px solid #d1d3d4;
            }

                header .main-navigation ul li a {
                    color: #58595b;
                    padding: 16px 15px 16px 65px;
                    font-size: 20px;
                    text-transform: none;
                }

                    header .main-navigation ul li a:hover {
                        color: #58595b !important;
                    }

                header .main-navigation ul li.btns-active a, header .main-navigation ul li.btns-active a:hover {
                    color: #fff !important;
                }

                header .main-navigation ul li.btns-active {
                    background: #0a415c;
                }

        header a.hcp-link {
            padding-top: 0;
            height: 27px;
        }

            header .header-right-top a.hcp-link:after, header a.hcp-link:after {
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-left-width: 3px;
                right: 5px;
                top: 17px;
            }

        header .topBar p {
            font-family: "Raleway", sans-serif;
            padding: 0;
            font-size: 10px;
            line-height: 8.34px;
            color: #016f79;
        }

        header .topBar .top a {
            color: #016f79;
        }

        header .header-right-top {
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-top: 0;
            height: 100%;
        }

    .container {
        max-width: 100%;
    }

    header .main-navigation.show {
        top: 0;
    }

    header .header-right-top * {
        font-size: 8pt;
        line-height: 10pt;
    }

    header .header-right-top .top {
        position: fixed;
        top: 7px;
        left: 5px;
        right: 15px;
        width: auto;
    }

    header .header-right-top a.hcp-link {
        padding-top: 0;
    }

        header .header-right-top a.hcp-link.android-device:after {
            top: 18px;
        }

    header .header-right-top div.rgt-top {
        display: flex;
    }

    header .header-right-top .menu {
        margin-left: 12px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 47px;
    }

        header .header-right-top .menu .menu-icon {
            width: 47px;
        }

        header .header-right-top .menu .close-icon {
            display: none;
            max-height: 27px;
        }

        header .header-right-top .menu.open .menu-icon {
            display: none;
        }

        header .header-right-top .menu.open .close-icon {
            display: block;
        }

    .c-form.form-horizontal .form-group .quesNavyBtn, .home-sec-2 .btn-left, footer .row, header .topBar {
        text-align: center;
    }

    footer .footer-end, footer .footer-text .p-b-10 {
        margin-left: 0;
        margin-right: 0;
    }

    #exitModal .modal-dialog .modal-content .modal-body h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        font-family: "Raleway", sans-serif;
        margin-bottom: 5px;
    }

    #exitModal .modal-dialog .modal-content .modal-body p {
        font-family: "Raleway", sans-serif;
        padding: 15px;
        font-size: 16px;
        margin-bottom: 1rem;
        font-weight: 400;
        line-height: 20px;
    }

    #exitModal .modal-dialog .modal-content .modal-body .btn-green {
        font-size: 16px;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        line-height: 18px;
        padding: 12px;
        max-width: 157px;
        height: 47px;
    }

    #exitModal .modal-dialog .modal-content .modal-body {
        padding: 35px 10px;
    }

        #exitModal .modal-dialog .modal-content .modal-body .btn-white {
            font-size: 16px;
            font-weight: 600;
            font-family: "Raleway", sans-serif;
            padding: 12px;
            line-height: 18px;
            max-width: 157px;
            height: 47px;
        }

    .wrapper {
        padding-top: 105px;
    }

    footer {
        font-size: 8pt;
        line-height: 11pt;
        padding: 20px 0 0;
    }

        footer .sign-up {
            margin: 0 0 20px;
        }

            footer .sign-up p {
                font-size: 16px;
                font-weight: 400;
                line-height: 21px;
            }

        footer .sign-up-btn {
            border: 2px solid #ececec;
            font-size: 16px;
            padding: 13px 0;
            font-weight: 600;
            line-height: 18px;
            width: 199px;
            height: 47px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        footer ul {
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            footer ul li {
                padding: 0 15px 18px;
            }

                footer ul li a {
                    font-size: 12px;
                    line-height: 18px;
                }

        footer .footer-text {
            padding-bottom: 15px;
        }

            footer .footer-text .p-b-10 {
                padding: 0;
                margin-bottom: 25px;
                font-size: 12px;
                font-weight: 400;
                line-height: 16px;
            }

        footer .footer-end {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        footer .salix-logo img {
            height: 45px;
            width: auto;
            margin-top: 0;
        }

        .quiz-sec1 .first-text, footer .footer-end .salix-logo {
            margin-bottom: 10px;
        }

        footer .salix-content {
            font-size: 12px;
            line-height: 16px;
            font-family: "Open Sans", sans-serif;
        }

    .home-banner .banner-content {
        top: 45%;
    }

        .home-banner .banner-content h1, .quiz-banner .banner-content h1 {
            font-size: 34px;
            font-weight: 700;
            line-height: 38px;
            margin-bottom: 5px;
        }

        .home-banner .banner-content h2 {
            font-weight: 400;
            line-height: 24px;
            font-size: 18px;
            margin-bottom: 0;
        }

    .home-banner .not-patient p {
        font-size: 8px;
        font-weight: 600;
        line-height: 12px;
        color: #0A415C;
        font-family: "Raleway", sans-serif;
        margin-bottom: 5px;
    }

    .home-banner-txt-wrap-mob {
        background-color: #08415c;
        padding: 10px;
        color: #fff;
    }

    .home-banner-btn-wrap {
        margin-top: 0;
        text-align: left;
    }

        .home-banner-btn-wrap p {
            display: inline-block;
            margin: 0;
            font-size: 12px;
        }

        .home-banner-btn-wrap .btn.btn-orange-text {
            font-size: 12px;
            position: relative;
            top: 0;
            font-family: "Raleway", sans-serif;
            padding: 0;
            width: auto;
            height: auto;
            color: #fff !important;
            background: 0 0 !important;
            text-decoration: underline;
            font-weight: 700;
        }

    .home-sec-1 .orange-background {
        background-color: #f6f6f6;
        padding: 30px 15px;
    }

        .home-sec-1 .orange-background p {
            font-size: 18px;
            line-height: 20px;
            color: #08415c;
            text-align: center;
        }

    .home-sec-1 h1, .home-sec-3 .left-side h3 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        font-weight: 600;
    }

    .home-sec-1 .blur-background {
        justify-content: center;
        background: url(/siteassets/img/img-400x300-gut-background.png) 0 0/100% no-repeat;
        padding: 0;
    }

    .home-sec-1 .orange-background .first-text, .wis-ibsd-sec1 .first-text {
        margin-bottom: 20px;
    }

    .home-sec-1 h1 {
        color: #08415c;
        font-family: "Raleway", sans-serif;
        padding: 35px 50px 20px;
    }

    .home-sec-2 p {
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        color: #0A415C;
        padding: 10px 0;
        line-height: 24px;
        text-align: center;
        margin: 10px 0 10px;
    }

    .home-sec-2 .btn-green {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 5px;
        background-color: #66214c;
        color: #fff;
        width: 199px;
        height: 47px;
        margin-bottom: 15px;
    }

    .his-ibsd-sec4 .btn-orange, .home-sec-4 .right-side .btn-orange, .liv-ibsd-sec4 .btn-white, .wcs-ibsd-sec2 .explore-btn, .wcs-ibsd-sec5 .btn-orange, .wis-ibsd-sec3 .take-quiz .take-quiz-btn, .wis-ibsd-sec6 .btn-blue {
        width: 199px;
        height: 47px;
        line-height: 18px;
    }

    .home-sec-3 .dark-pink {
        background-color: #591145;
    }

    .home-sec-3 {
        margin-top: 0px;
    }

        /*.home-sec-3 .row, .liv-ibsd-sec7 .row {
            flex-direction: column-reverse;
        }*/

        .home-sec-3 .left-side {
            margin: 30px 30px;
        }

            .home-sec-3 .left-side h3 {
                color: #0A415C;
            }

            .home-sec-3 .left-side p {
                color: #0A415C;
                font-size: 18px;
                padding: 25px 15px 5px;
                line-height: 28px;
                text-align: center;
            }

    .home-sec-4 .right-side h3 {
        font-size: 26px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 20px 30px;
    }

    .home-sec-4 .bg-understand-grey {
        background-color: #fff;
    }

    .home-sec-4 .left-side .not-doctor p, .wis-ibsd-sec4 .left-side .not-doctor p {
        font-size: 15px;
        font-weight: 400;
        line-height: 10px;
        margin-bottom: 0;
    }

    .home-sec-4 .left-side .not-doctor, .wcs-ibsd-sec7 .left-side .not-doctor, .wcs-ibsd-sec9 .left-side .not-doctor, .wis-ibsd-sec4 .left-side .not-doctor {
        position: absolute;
        left: 15px;
        bottom: 10px;
    }

    .home-sec-4 .right-side {
        text-align: center;
        padding: 30px 15px;
    }

        .home-sec-4 .right-side p {
            font-size: 18px;
            line-height: 20px;
            margin-right: 0;
        }

        .home-sec-4 .right-side .btn-orange {
            margin-top: 20px;
            padding: 12px 0;
            border-radius: 40px;
            font-size: 18px;
            font-weight: 600;
        }

    .his-ibsd-banner .banner-content h1, .wis-ibsd-banner .banner-content h1 {
        font-size: 30px;
        font-weight: 700;
        color: #08415c;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .wis-ibsd-banner .banner-content {
        top: 30%;
    }

    .dr-dis-banner .not-patient, .his-ibsd-banner .not-patient, .hr-banner .not-patient, .liv-ibsd-banner .not-patient, .quiz-banner .not-patient, .wcs-ibsd-banner .not-patient, .wis-ibsd-banner .not-patient {
        bottom: 0;
    }

        .his-ibsd-banner .not-patient p, .liv-ibsd-banner .not-patient p, .wcs-ibsd-banner .not-patient p, .wis-ibsd-banner .not-patient p {
            font-size: 8px;
            font-weight: 600;
            line-height: 10px;
            color: #58595b;
            font-family: "Raleway", sans-serif;
        }

    .wis-ibsd-sec2 .types-card h4, .wis-ibsd-sec3 .multi-card h4, .wis-ibsd-sec3 .multi-symptom h4 {
        font-weight: 700;
        font-family: "Raleway", sans-serif;
    }

    .wis-ibsd-sec1 h3 {
        color: #08415c;
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .dr-dis-sec1 p, .his-ibsd-sec1 p, .liv-ibsd-sec1 p, .wcs-ibsd-sec1 p, .wis-ibsd-sec1 p {
        font-size: 18px;
        line-height: 28px;
        padding-left: 0;
        padding-right: 0;
    }

    .wis-ibsd-sec2 .types-card {
        padding: 0 0 50px;
    }

    .wis-ibsd-sec2 .type-of-ibs {
        margin-top: 40px;
        margin-bottom: 25px;
    }

        .wis-ibsd-sec2 .type-of-ibs h4 {
            font-size: 26px;
            line-height: 24px;
            color: #591145;
            margin-bottom: 20px;
        }

        .wis-ibsd-sec2 .type-of-ibs p {
            font-size: 18px;
            line-height: 28px;
        }

    .wis-ibsd-sec2 .bg-purple, .wis-ibsd-sec5 {
        background: #591145;
    }

    .his-ibsd-sec4, .wcs-ibsd-sec5, .wcs-ibsd-sec7, .wcs-ibsd-sec9 {
        background: #ececec;
    }

    .wis-ibsd-sec2 .bg-green {
        background: #016f79;
    }

    .wis-ibsd-sec2 .bg-blue {
        background: #08415c;
    }

    .wis-ibsd-sec2 .types-card h4 {
        font-size: 20px;
        text-align: center;
        line-height: 20px;
    }

    .wis-ibsd-sec2 .types-card p {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .wis-ibsd-sec3 .multi-symptom h4 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .wis-ibsd-sec3 .multi-symptom p {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
    }

    .wis-ibsd-sec3 .multi-card {
        padding: 0 0 40px;
    }

    .wis-ibsd-sec3 .multi-symptom {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .wis-ibsd-sec3 .multi-card h4 {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 0;
        width: 143px;
    }

    .dr-dis-sec2 h5, .hr-sec2 .btn-blue, .liv-ibsd-sec3 p, .liv-ibsd-sec5 p, .liv-ibsd-sec6 p, .wcs-ibsd-sec3 p.color-orange, .wcs-ibsd-sec6 p, .wcs-ibsd-sec7 p, .wis-ibsd-sec5 .left-side h3 {
        font-family: "Raleway", sans-serif;
    }

    .quiz-sec-u-might .share-quiz a, .wis-ibsd-sec3 .color-darkpink {
        color: #591145;
    }

    .wis-ibsd-sec3 .color-blue {
        color: #08415c;
    }

    .wis-ibsd-sec3 .multi-card p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 22px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 0;
    }

    .liv-ibsd-sec4 p, .wis-ibsd-sec3 .take-quiz p {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        line-height: 28px;
        padding: 10px 8px;
    }

    .wis-ibsd-sec3 .take-quiz .take-quiz-btn {
        padding: 14px 0;
        font-size: 18px;
    }

    .wis-ibsd-sec4 ul {
        padding-inline-start: 30px;
        -webkit-padding-start: 30px;
    }

    .wcs-ibsd-sec10, .wis-ibsd-sec4 .right-side {
        padding: 30px 0 20px;
    }

        .wis-ibsd-sec4 .right-side h3 {
            font-size: 26px;
            line-height: 30px;
            text-align: center;
            margin-bottom: 20px;
        }

        .wis-ibsd-sec4 .right-side p {
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            padding: 0 15px;
        }

        .wis-ibsd-sec4 .right-side ul {
            margin-top: 0;
            margin-left: 15px;
            margin-right: 15px;
        }

            .wis-ibsd-sec4 .right-side ul li {
                font-size: 18px;
                line-height: 28px;
                padding: 10px 0;
            }

    .wis-ibsd-sec5 .right-side {
        padding: 0;
        margin-left: 23px;
        margin-right: 22px;
        margin-bottom: 30px;
    }

    .wis-ibsd-sec5 .left-side h3 {
        font-size: 26px;
        line-height: 24px;
        text-align: center;
        margin: 30px 0;
    }

    .wis-ibsd-sec5 .right-side p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .wis-ibsd-sec6 p {
        font-size: 18px;
        font-weight: 600;
        color: #08415c;
        margin-top: 20px;
        padding: 18px 0 0;
        line-height: 21px;
        text-align: center;
    }

    .wis-ibsd-sec6 .btn-blue {
        font-size: 18px;
        background-color: #08415c;
        padding: 14px 0;
    }

    .wcs-ibsd-sec2, .wis-ibsd-sec6 {
        margin: 0 0 30px;
    }

    .his-ibsd-sec1, .liv-ibsd-sec1, .wcs-ibsd-sec1 {
        padding: 35px 0 0px;
    }

    .his-ibsd-sec2 {
        padding: 35px 0 15px;
    }

    .dr-dis-banner .banner-content h1, .wcs-ibsd-banner .banner-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        color: #08415c;
        margin-bottom: 5px;
    }

    .wcs-ibsd-sec1 h3 {
        font-size: 26px;
        color: #08415c;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .wcs-ibsd-sec2 h3 {
        font-size: 18px;
        line-height: 24px;
        color: #0A415C;
        padding: 0 35px 5px;
    }

    .wcs-ibsd-sec2 .explore-btn {
        font-size: 13px;
        border-radius: 31px;
        border: none;
        color: #fff;
        text-decoration: none;
        padding: 15px 0px;
        margin: 5px 5px;
    }

        .wcs-ibsd-sec2 .explore-btn:hover {
            background: #66214c;
            color: #fff;
        }

    .wcs-ibsd-sec3 .right-side {
        padding: 0 15px;
    }

    .wcs-ibsd-sec3 h3 {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 40px;
        line-height: 24px;
        color: #08415c;
        text-align: center;
    }

    .wcs-ibsd-sec3 p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

        .wcs-ibsd-sec3 p.color-orange {
            font-size: 18px;
            line-height: 24px;
            color: #08415c;
            margin-top: 0;
        }

    .wcs-ibsd-sec4 .video-wrapper .video-text {
        position: absolute;
        top: 54%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-family: "Raleway", sans-serif7;
        font-weight: 600;
    }

        .wcs-ibsd-sec4 .video-wrapper .video-text p {
            padding-right: 24%;
            padding-left: 0;
            font-size: 18px;
            line-height: 22px;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
        }

    .wcs-ibsd-sec5 {
        padding: 35px 0;
    }

        .wcs-ibsd-sec5 p {
            font-size: 18px;
            text-align: center;
            color: #591145;
            line-height: 21px;
            font-weight: 600;
            padding: 13px 10px;
        }

        .wcs-ibsd-sec5 .btn-orange {
            padding: 12px 0;
            font-size: 18px;
            background-color: #591145;
            font-weight: 600;
        }

    .wcs-ibsd-sec6 {
        padding: 40px 0;
    }

        .wcs-ibsd-sec6 h3 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 40px;
            text-align: center;
            color: #08415c;
            line-height: 28px;
        }

        .wcs-ibsd-sec6 p {
            font-size: 18px;
            line-height: 28px;
            color: #58595b;
            text-align: center;
        }

    .wcs-ibsd-sec7 .right-side, .wcs-ibsd-sec9 .right-side {
        padding: 30px 15px 0;
    }

    .wcs-ibsd-sec7 h3 {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
        color: #08415c;
        text-align: center;
        line-height: 28px;
    }

    .wcs-ibsd-sec7 p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #58595b;
        margin-bottom: 30px;
    }

    .wcs-ibsd-sec7 .left-side .not-doctor p, .wcs-ibsd-sec9 .left-side .not-doctor p {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .wcs-ibsd-sec8 {
        padding: 50px 0 20px;
    }

        .wcs-ibsd-sec8 h3 {
            font-size: 26px;
            color: #08415c;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
            line-height: 28px;
        }

        .liv-ibsd-sec3 h3, .wcs-ibsd-sec8 p, .wcs-ibsd-sec9 h3, .wcs-ibsd-sec9 p {
            margin-bottom: 30px;
        }

        .wcs-ibsd-sec8 p {
            font-size: 18px;
            line-height: 28px;
            font-weight: 400;
            text-align: center;
        }

    .wcs-ibsd-sec9 h3 {
        font-weight: 600;
        color: #08415c;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }

    .wcs-ibsd-sec10 p, .wcs-ibsd-sec9 p {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .his-ibsd-sec1 h3 {
        font-size: 26px;
        color: #08415c;
        padding-bottom: 25px;
        line-height: 30px;
    }

    .his-ibsd-sec2 h4, .his-ibsd-sec3 .left-side h4 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
    }

    .his-ibsd-sec2 h4 {
        color: #591145;
        padding-bottom: 30px;
        text-align: center;
    }

    .his-ibsd-sec2 h5, .his-ibsd-sec2 p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .his-ibsd-sec2 p {
        font-weight: 400;
        color: #58595b;
        padding-bottom: 0px;
    }

    .his-ibsd-sec2 h5 {
        color: #08415c;
        text-transform: uppercase;
        font-weight: 700;
    }

    .his-ibsd-sec2 .first-text {
        padding-bottom: 0px;
        border: none;
    }

    .his-ibsd-sec2 .duration-border, .his-ibsd-sec2 .tips {
        border: none;
        padding-bottom: 0;
    }

    .his-ibsd-sec2 .tips {
        padding-top: 20px;
    }

    .his-ibsd-sec3 {
        padding: 50px 0 30px;
        color: #016f79;
    }

        .his-ibsd-sec3 .right-side ul, .hr-sec2 ul {
            padding-inline-start: 25px;
            -webkit-padding-start: 25px;
        }

        .his-ibsd-sec3 .left-side {
            padding-right: 0;
        }

            .his-ibsd-sec3 .left-side h4 {
                margin-right: 0;
                text-align: center;
                margin-bottom: 30px;
            }

            .his-ibsd-sec3 .left-side p {
                font-size: 18px;
                font-weight: 400;
                text-align: center;
                line-height: 28px;
                padding-bottom: 15px;
                padding-right: 0;
            }

        .his-ibsd-sec3 .right-side ul li {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            padding: 2px 0;
        }

    .his-ibsd-sec4 {
        margin-top: -20px;
    }

        .his-ibsd-sec4 p {
            font-size: 18px;
            color: #591145;
            text-align: center;
            line-height: 28px;
            font-weight: 500;
            font-family: "Raleway", sans-serif;
            padding: 0 0 10px;
        }

        .his-ibsd-sec4 .btn-orange {
            background: #591145;
            border-radius: 31px;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
        }

        .his-ibsd-sec4 .btn-center {
            text-align: center;
            margin: auto 0;
        }

    .liv-ibsd-banner .banner-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 5px;
        color: #08415c;
    }

    .liv-ibsd-banner .banner-content {
        top: 36%;
    }

    .liv-ibsd-sec1 h3 {
        color: #08415c;
        font-size: 26px;
        padding-bottom: 30px;
        line-height: 30px;
    }

    .take-on-ibsd h4 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .take-on-ibsd p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .liv-ibsd-sec3 {
        padding: 40px 0 70px;
        background-color: #fff;
    }

        .liv-ibsd-sec3 .living-icons-wrapper .item {
            text-align: center;
            padding: 0 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0;
        }

            .liv-ibsd-sec3 .living-icons-wrapper .item .image-div {
                height: 115px;
                margin-bottom: 0;
            }

                .liv-ibsd-sec3 .living-icons-wrapper .item .image-div img {
                    max-width: 85px;
                    height: auto;
                    margin-bottom: 0;
                    margin-right: 15px;
                }

    .living-icons-wrapper {
        padding: 0 10px 0 33px;
    }

    .liv-ibsd-sec3 h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 14px;
        color: #591145;
    }

    .liv-ibsd-sec3 p {
        padding: 30px 0 18px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        height: 104px;
        text-align: left;
        margin-bottom: 5px;
    }

    .liv-ibsd-sec3 .last-text {
        text-align: center;
        padding: 0 15px;
    }

    liv-ibsd-sec3 .container {
        padding: 0 10px;
    }

    .liv-ibsd-sec3 h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 20px;
        color: #591145;
        line-height: 14px;
        padding: 20px 0 10px;
    }

    .liv-ibsd-sec4 .btn-center {
        text-align: center;
        position: relative;
        right: 0;
    }

    .liv-ibsd-sec4 {
        padding: 30px 0;
        background-color: #016f79;
    }

        .liv-ibsd-sec4 .btn-white {
            padding: 15px 0;
            font-size: 18px;
            color: #0A415C;
            font-weight: 700;
        }

    .liv-ibsd-sec5 .yoga-img {
        max-width: 68px;
        margin-left: 10px;
        margin-right: 17px;
    }

    .liv-ibsd-sec5 {
        padding: 40px 0 10px;
    }

        .liv-ibsd-sec5 h3 {
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            line-height: 24px;
            margin-bottom: 30px;
            color: #016f79;
        }

        .liv-ibsd-sec5 p {
            font-size: 18px;
            color: #58595b;
            font-weight: 400;
            line-height: 26px;
            padding: 20px 0 15px;
            margin-bottom: 5px;
            text-align: left;
        }

        .liv-ibsd-sec5 .first-text {
            padding: 0;
            margin-bottom: 20px;
        }

        .liv-ibsd-sec5 img {
            max-width: 85px;
            width: 100%;
            max-height: 100px;
            margin-left: 15px;
            margin-right: 20px;
        }

        .liv-ibsd-sec5 .support-img {
            width: 83px;
            height: 55px;
            margin-right: 15px;
            margin-left: 0;
            max-width: 150px;
        }

        .liv-ibsd-sec5 .box {
            margin: 0;
            padding: 0 15px 0 10px;
            text-align: center;
            display: flex;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .liv-ibsd-sec6 {
        padding: 50px 0 20px;
        background: #ececec;
    }

        .liv-ibsd-sec6 ul {
            padding: 0 30px;
        }

        .liv-ibsd-sec6 h3 {
            font-size: 26px;
            color: #08415c;
            font-weight: 600;
            line-height: 28px;
            text-align: center;
            margin-bottom: 30px;
        }

        .liv-ibsd-sec6 h5 {
            font-size: 18px;
            color: #08415c;
            font-weight: 700;
            line-height: 20px;
            text-align: center;
            margin-left: 0;
        }

        .liv-ibsd-sec6 .first-text {
            text-align: center;
            line-height: 28px;
            margin-bottom: 40px;
        }

        .liv-ibsd-sec6 p {
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
            color: #58595b;
        }

        .liv-ibsd-sec6 ul li {
            font-size: 18px;
            margin: 5px 0;
            line-height: 26px;
        }

        .liv-ibsd-sec6 .last-text {
            text-align: center;
            margin-top: 50px;
        }

    .liv-ibsd-sec7 {
        background-color: #66214C;
        padding: 0;
    }

        .liv-ibsd-sec7 h3 {
            text-align: center;
            margin-top: 30px;
            font-size: 26px;
            margin-bottom: 30px;
            line-height: 30px;
        }

        .liv-ibsd-sec7 p {
            font-weight: 400;
            font-size: 18px;
            padding: 0 15px;
            margin-bottom: 30px;
            line-height: 28px;
            text-align: center;
        }

        .liv-ibsd-sec7 .right-side .not-doctor p {
            font-size: 8px;
            line-height: 10px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .liv-ibsd-sec7 .right-side .not-doctor {
            right: unset;
            left: 0;
        }

    .liv-ibsd-sec8 {
        padding: 50px 0 40px;
        background-color: #ececec;
    }

        .liv-ibsd-sec8 h3 {
            font-weight: 700;
            font-size: 26px;
            margin-bottom: 20px;
            color: #016f79;
            line-height: 30px;
            text-align: center;
        }

        .liv-ibsd-sec8 p {
            font-weight: 400;
            font-size: 18px;
            margin-bottom: 25px;
            margin-top: 25px;
            line-height: 24px;
            text-align: center;
            padding: 0 15px;
        }

        .liv-ibsd-sec8 .btn-green {
            max-width: 219px;
            width: 100%;
            height: 72px;
            border-radius: 36px;
            padding: 15px 20px;
            background: #016f79;
            font-size: 18px;
            font-weight: 600;
            line-height: 18px;
            white-space: normal;
        }

    .bstrap30 .getResponse, .hr-sec2 .btn-blue, .quiz-sec-u-might .btn-blue {
        width: 199px;
        height: 47px;
        line-height: 18px;
    }

    .hr-banner .banner-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .hr-banner .banner-content {
        top: 43%;
    }

    .hr-banner .not-patient p {
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
    }

    .quiz-banner .not-patient p {
        font-size: 8px;
        font-weight: 600;
        line-height: 10px;
        color: #fff;
    }

    .dr-dis-sec1, .hr-sec1 {
        padding: 40px 0 30px;
    }

        .hr-sec1 h3 {
            font-size: 26px;
            color: #08415c;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .hr-sec1 p, .quiz-sec1 p {
            font-size: 18px;
            line-height: 28px;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

    .hr-sec2 .nopad {
        padding: 10px;
    }

    .dr-dis-sec2, .hr-sec2 {
        padding: 50px 0 30px;
    }

        .hr-sec2 h3 {
            font-size: 26px;
            line-height: 30px;
            color: #08415c;
            text-align: center;
            margin-bottom: 30px;
        }

        .hr-sec2 p {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
        }

        .hr-sec2 .first-text {
            text-align: center;
            line-height: 28px;
            margin-bottom: 30px;
        }

        .hr-sec2 h5 {
            font-size: 26px;
            color: #08415c;
            font-weight: 600;
            text-align: center;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .dr-dis-sec2 ul li, .hr-sec2 ul li {
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            margin: 10px 0;
        }

        .hr-sec2 .last-text {
            text-align: center;
            color: #08415c;
            font-size: 18px;
            line-height: 24px;
        }

        .hr-sec2 .btn-blue {
            border-radius: 31px;
            background: #66214c;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
        }

    .hr-sec3 {
        padding: 40px 0 20px;
    }

        .hr-sec3 h4 {
            font-size: 26px;
            font-weight: 700;
            line-height: 24px;
            text-align: center;
            margin-bottom: 20px;
        }

        .hr-sec3 .edu-bg a, .hr-sec3 p {
            font-weight: 700;
            line-height: 28px;
            font-size: 18px;
            text-align: center;
        }

        .hr-sec3 .edu-bg {
            background-color: #fff;
            padding-top: 40px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-bottom: 30px;
            margin-left: 0;
            text-align: center;
            margin-right: 0;
            min-height: 84px;
            position: relative;
            border-top: 1px ridge #0D6F79;
        }

            .hr-sec3 .edu-bg.edu-bg-mob {
                border-top: 0px ridge #0D6F79;
            }

        .hr-sec3 p {
            margin-bottom: 5px;
        }

        .hr-sec3 .edu-bg a {
            text-decoration: underline;
        }

    .quiz-sec1 {
        padding: 40px 0 0;
    }

        .quiz-sec1 h3 {
            font-size: 26px;
            color: #08415c;
            line-height: 31px;
            margin-bottom: 20px;
            font-weight: 700;
            padding-bottom: 10px;
        }

    .grey-border {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .label-top {
        font-size: 18px;
        color: #08415c;
        line-height: 24px;
        text-align: center;
        margin: 20px 0 15px;
    }

    .c-form.form-horizontal .form-group .quesNavyBtn, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesGray, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesGreen, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesPink, .form-root .form-horizontal .field-container .radio.radio-as-buttons.quesPurple {
        margin: 0 15px;
    }

    .bstrap30 .getResponse {
        padding: 12px 0;
        border: none;
        border-radius: 31px;
        font-size: 18px;
        font-weight: 600;
        background: #591145;
        margin: 20px auto;
    }

    .c-form.form-horizontal .form-group label span.radio-boxes-buttons {
        width: 336px;
        height: 39px;
        border: 2px solid #1c7073;
        font-size: 18px;
        line-height: 21px;
        color: #1c7073;
        padding: 6px 12px;
        border-radius: 31px;
        font-weight: 600;
    }

    .bstrap30 .checkbox.quesNavyBtn label span.check-boxes-buttons {
        width: 336px;
        height: 39px;
        border: 2px solid #1c7073;
        font-size: 18px;
        line-height: 21px;
        padding: 6px 12px;
        border-radius: 31px;
        font-weight: 600;
        color: #1c7073;
    }

    .bstrap30 .form-control.optionTextboxOne {
        width: 336px;
        height: 39px !important;
        border: 2px solid #1c7073;
        margin: 0 auto;
        line-height: 21px;
        border-radius: 50px;
        font-size: 18px;
    }

    .bstrap30 .form-control.optionTextboxTwo {
        width: 336px;
        height: 39px !important;
        border: 2px solid #016f79;
        margin: 0 auto;
        line-height: 21px;
        border-radius: 50px;
        font-size: 18px;
    }

    .quiz-banner .banner-content {
        top: 41%;
    }

    .quiz-sec-u-might {
        padding: 50px 0 20px;
        background-color: #f6f6f6;
    }

        .quiz-sec-u-might h4 {
            font-size: 26px;
            line-height: 30px;
            color: #08415c;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
        }

        .quiz-sec-u-might p {
            font-size: 18px;
            color: #08415c;
            line-height: 28px;
            text-align: center;
            margin: 0;
        }

        .quiz-sec-u-might .btn-blue {
            padding: 14px 0;
            border: none;
            border-radius: 31px;
            font-size: 18px;
            font-weight: 600;
            margin: 30px auto 40px;
        }

        .quiz-sec-u-might .down-res {
            margin: 0 10px;
            color: #08415c;
        }

        .quiz-sec-u-might .share-quiz {
            margin-top: 30px;
            color: #591145;
        }

    .dr-dis-banner .not-patient p {
        font-size: 8px;
        font-weight: 400;
        color: #58595b;
        line-height: 10px;
    }

    .dr-dis-sec2 h5 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-transform: none;
        margin-left: 15px;
        color: #08415c;
        text-align: center;
        margin-bottom: 20px;
    }

    .dr-dis-sec2 ul {
        margin-bottom: 30px;
    }

    .dr-dis-sec2 .btn-blue {
        width: 218px;
        height: 47px;
        border-radius: 31px;
        background: #08415c;
        padding: 12px 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
    }
}

@media only screen and (max-width: 767px) {
    #exitModal .modal-dialog .modal-content .modal-body {
        padding: 20px 10px;
    }

    footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
    }

        footer ul li {
            padding: 0 0 18px;
            margin-left: -40px;
        }

    footer .footer-end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .wis-ibsd-sec2 .types-of-block {
        margin: 7px 0;
        padding: 25px 30px 5px;
        height: auto;
    }

        .wis-ibsd-sec2 .types-of-block p {
            text-align: center;
            margin-bottom: 0;
            padding: 17px;
        }

    .wis-ibsd-sec3 .multi-card .types-of-block {
        margin: 7px 0;
        padding: 15px;
        height: 67px;
        background: #ececec;
    }

    .wcs-ibsd-sec4 .video-wrapper .video-text p {
        padding-right: 54%;
    }

    .wrapper-404 .content-wrapper, .wrapper-404 .links-404 p {
        margin-bottom: 0;
        font-size: 18px;
    }
}

.left-side .unbold {
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    footer .salix-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 786px) {
    .home-sec-1 .container {
        max-width: 991px;
    }

    .inside-container {
        max-width: 540px;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wis-ibsd-sec2 .types-card h4, .wis-ibsd-sec3 .multi-card h4 {
        text-align: center;
        margin: 0 auto 10px;
    }

    .home-sec-1 .container {
        max-width: 991px;
    }

    .inside-container {
        max-width: 720px;
        margin: auto;
    }

    .wis-ibsd-sec2 .types-card p, .wis-ibsd-sec3 .multi-card p {
        text-align: center;
    }

    .wis-ibsd-sec3 .multi-card h4 {
        font-size: 16px;
        width: auto;
    }

    footer .footer-end .salix-logo {
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .wis-ibsd-sec3 .multi-card .types-of-block {
        padding: 35px 0 20px;
        height: 148px;
    }

    .wis-ibsd-sec2 .types-of-block {
        padding: 20px 19px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .res-sec5-bg a {
        font-size: 18px;
        color: #66214C;
        font-weight: 700;
        padding: 10px 25px;
        position: relative;
        top: 10px;
    }

    footer .footer-end, footer .footer-text .p-b-10 {
        margin-left: 0;
        margin-right: 0;
    }

    #exitModal .modal-dialog {
        max-width: 700px;
    }

        #exitModal .modal-dialog .modal-content .modal-body h2, .home-sec-3 .left-side h3, .wis-ibsd-sec2 .type-of-ibs h4, .wis-ibsd-sec3 .multi-symptom h4 {
            font-size: 30px;
        }

        #exitModal .modal-dialog .modal-content .modal-body p {
            font-size: 18px;
            line-height: 22px;
            padding: 15px 0;
            margin-bottom: 15px;
        }

        #exitModal .modal-dialog .modal-content .modal-body .btn-green {
            font-size: 18px;
            line-height: 24px;
            height: 45px;
            max-width: 229px;
        }

        #exitModal .modal-dialog .modal-content .modal-body .btn-white {
            width: 229px;
            height: 45px;
            font-size: 18px;
            line-height: 24px;
        }

    .wrapper {
        padding-top: 150px;
    }

    header .header-logo {
        margin-top: 6px;
        margin-bottom: 4px;
    }

    header {
        height: 170px;
        z-index: 100;
    }

        header .topBar p {
            font-size: 14px;
            margin: 5px 0;
            line-height: 24px;
        }

        header .header-logo img {
            width: 200px;
        }

        header .main-navigation ul {
            margin: 5px 0 0;
        }

            footer ul li a, header .main-navigation ul li a {
                font-size: 15px;
            }

    .his-ibsd-sec1 p, .home-sec-1 .orange-background p, .hr-sec1 p, .hr-sec2 p, .liv-ibsd-sec1 p, .liv-ibsd-sec6 p, .quiz-sec1 p, .wcs-ibsd-sec1 p, .wcs-ibsd-sec10 p, .wcs-ibsd-sec6 p, .wis-ibsd-sec1 p, .wis-ibsd-sec2 .type-of-ibs p, footer .sign-up p {
        font-size: 18px;
        line-height: 22px;
    }

    footer .sign-up-btn {
        width: 215px;
        font-size: 18px;
        padding: 8px 0;
        height: 55px;
    }

    footer .footer-text .p-b-10 {
        font-size: 16px;
        line-height: 22px;
    }

    footer .salix-content span {
        padding-top: 0;
        line-height: 22px;
    }

    footer .salix-logo img {
        height: 69px;
        width: 150px;
        margin-top: -5px;
    }

    footer .salix-content {
        font-size: 14px;
    }

        footer .salix-content span.california {
            padding-top: 0;
        }

    .dr-dis-banner .not-patient, .his-ibsd-banner .not-patient, .home-banner .not-patient, .hr-banner .not-patient, .liv-ibsd-banner .not-patient, .quiz-banner .not-patient, .wcs-ibsd-banner .not-patient, .wis-ibsd-banner .not-patient {
        bottom: 5px;
    }

    .home-banner .banner-content {
        top: 47%;
    }

        .home-banner .banner-content h1, .wcs-ibsd-banner h1, .wis-ibsd-banner h1 {
            font-size: 4.16667vw;
            line-height: 51px;
        }

        .home-banner .banner-content h2 {
            font-size: 3.125vw;
        }

        .home-banner .banner-content h4 {
            margin-top: 0;
            font-size: 1.5625vw;
        }

    .home-banner-btn-wrap {
        margin-top: 2%;
    }

    .dr-dis-banner .not-patient p, .his-ibsd-banner .not-patient p, .home-banner .not-patient p, .liv-ibsd-banner .not-patient p, .wcs-ibsd-banner .not-patient p, .wis-ibsd-banner .not-patient p {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        color: #0a415c;
    }

    .quiz-banner .not-patient p {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        color: #fff;
    }

    .hr-banner .not-patient p {
        color: #fff;
    }

    .home-banner .banner-content .btn-orange {
        padding: 5px;
        max-width: 162px;
        font-size: 1.5625vw;
        line-height: 30px;
        height: 40px;
    }

    .home-sec-1 h1 {
        font-size: 40px;
    }

    .home-sec-1 .blur-background {
        padding: 50px 63px 50px 47px;
    }

    .home-sec-1 .orange-background, .home-sec-4 .right-side {
        padding: 50px;
    }

        .dr-dis-sec2 ul, .home-sec-1 .orange-background .first-text {
            margin-bottom: 30px;
        }

    .home-sec-2, .wcs-ibsd-sec5, .wis-ibsd-sec6 {
        padding: 25px 0;
    }

        .home-sec-2 .btn-left {
            margin-left: -150px;
        }

        .home-sec-2 p {
            font-size: 20px;
            line-height: 22px;
            padding: 24px 0;
            margin: 0 150px 0 0;
        }

        .home-sec-2 .btn-green {
            width: 215px;
            height: 45px;
            font-size: 18px;
            line-height: 22px;
            margin: 15px 0;
        }

    .home-sec-3 .left-side p {
        font-size: 17px;
        padding-top: 4%;
        max-width: 300px;
        line-height: 20px;
    }

    .home-sec-3 .left-side {
        padding: 0 0 0 50px;
    }

    .home-sec-4 .right-side h3 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .home-sec-4 .right-side p {
        font-size: 18px;
        line-height: 22px;
        margin-right: 80px;
    }

    .home-sec-4 .right-side .btn-orange {
        width: 215px;
        height: 45px;
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
        padding: 10px 0;
        font-weight: 600;
    }

    .home-sec-4 .left-side .not-doctor p, .wcs-ibsd-sec7 .left-side .not-doctor p, .wcs-ibsd-sec9 .left-side .not-doctor p, .wis-ibsd-sec4 .left-side .not-doctor p {
        line-height: 11px;
        font-size: 12px;
    }

    .wis-ibsd-sec1 h3 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .dr-dis-sec1 .first-text, .quiz-sec1 .first-text, .wis-ibsd-sec1 .first-text {
        margin-bottom: 20px;
    }

    .wis-ibsd-sec2 .type-of-ibs, .wis-ibsd-sec3 .multi-symptom {
        margin-top: 50px;
    }

    .wis-ibsd-sec2 .types-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wis-ibsd-sec2 .types-card p, .wis-ibsd-sec3 .multi-card p {
        font-size: 21px;
        line-height: 28px;
    }

    .wis-ibsd-sec2 .types-card, .wis-ibsd-sec3 .multi-card {
        padding: 0 0 50px;
    }

    .wis-ibsd-sec2 .types-of-block {
        padding: 20px 10px 0;
    }

    .wis-ibsd-sec3 .multi-card .types-of-block {
        padding: 20px 25px;
    }

    .wis-ibsd-sec3 .multi-symptom p {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 40px 0 30px;
    }

    .wis-ibsd-sec3 .multi-card h4 {
        font-size: 18px;
        line-height: 21px;
        height: 40px;
        margin-bottom: 10px;
    }

    .wis-ibsd-sec3 .take-quiz {
        padding-bottom: 30px;
    }

        .wis-ibsd-sec3 .take-quiz p {
            font-size: 18px;
            line-height: 22px;
            padding: 10px;
        }

        .his-ibsd-sec4 .btn-orange, .liv-ibsd-sec4 .btn-white, .wis-ibsd-sec3 .take-quiz .take-quiz-btn {
            width: 215px;
            height: 45px;
            font-size: 18px;
            line-height: 18px;
            padding: 12px 0;
        }

    .wis-ibsd-sec4 .right-side h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .wis-ibsd-sec4 .right-side {
        padding: 50px 30px 20px;
    }

        .wis-ibsd-sec4 .right-side ul {
            padding-left: 30px;
        }

        .wis-ibsd-sec4 .right-side p {
            line-height: 22px;
            font-size: 18px;
        }

        .wis-ibsd-sec4 .right-side ul li {
            padding: 10px 0;
            font-size: 18px;
            line-height: 22px;
        }

    .wis-ibsd-sec4 ul li:before {
        width: 10px;
        height: 11px;
        left: -18px;
        margin-left: -10px;
    }

    .wis-ibsd-sec5 .left-side h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .wcs-ibsd-sec3 p, .wcs-ibsd-sec7 p, .wcs-ibsd-sec8 p, .wcs-ibsd-sec9 p, .wis-ibsd-sec5 .right-side p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .wis-ibsd-sec5 .right-side {
        padding: 50px 0 40px 60px;
    }

    .wis-ibsd-sec6 .btn-blue {
        margin: 26px 0;
        width: 215px;
        height: 45px;
        font-size: 18px;
        padding: 10px 0;
        line-height: 22px;
    }

    .wis-ibsd-sec6 p {
        font-size: 18px;
        margin-bottom: 0;
        padding: 30px 0;
    }

    .wcs-ibsd-sec1 h3, .wcs-ibsd-sec2 h3 {
        padding-bottom: 10px;
        font-size: 30px;
    }

    .hr-sec1, .wcs-ibsd-sec1 {
        padding: 40px 0 25px;
    }

        .wcs-ibsd-sec1 h3 {
            line-height: 25px;
        }

    .wcs-ibsd-sec2 {
        margin: 0 0 40px;
    }

        .wcs-ibsd-sec2 .explore-btn {
            font-size: 18px;
            line-height: 22px;
            padding: 12px 20px;
            width: 270px;
            margin: 5px;
        }

    .liv-ibsd-sec7 h3, .liv-ibsd-sec8 h3, .wcs-ibsd-sec3 h3, .wcs-ibsd-sec6 h3, .wcs-ibsd-sec7 h3, .wcs-ibsd-sec8 h3, .wcs-ibsd-sec9 h3 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .wcs-ibsd-sec3 .right-side, .wcs-ibsd-sec7 .right-side {
        padding: 0 50px;
    }

    .wcs-ibsd-sec5 p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        padding: 10px;
    }

    .dr-dis-sec2 .btn-blue, .hr-sec2 .btn-blue, .wcs-ibsd-sec5 .btn-orange {
        width: 215px;
        height: 45px;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
    }

    .wcs-ibsd-sec6 {
        padding: 60px 0 35px;
    }

    .his-ibsd-sec2, .hr-sec2, .liv-ibsd-sec6, .wcs-ibsd-sec8 {
        padding: 40px 0 20px;
    }

    .wcs-ibsd-sec9 .right-side {
        padding: 0 60px 0 50px;
    }

    .wcs-ibsd-sec10 {
        padding: 30px;
    }

    .his-ibsd-banner h1, .hr-banner h1 {
        font-size: 4.16667vw;
        line-height: 45px;
    }

    .his-ibsd-banner .banner-content {
        top: 42%;
    }

    .his-ibsd-sec1, .liv-ibsd-sec1 {
        padding: 35px 0 10px;
    }

        .his-ibsd-sec1 h3 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 5px;
        }

    .his-ibsd-sec2 h4 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 10px;
    }

    .his-ibsd-sec2 .first-text, .his-ibsd-sec2 p {
        padding-bottom: 0px;
    }

    .his-ibsd-sec2 p {
        font-size: 18px;
        line-height: 22px;
    }

    .his-ibsd-sec2 h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .his-ibsd-sec2 .tips {
        padding-top: 20px;
    }

    .his-ibsd-sec3, .quiz-sec-u-might {
        padding: 30px 0 15px;
    }

        .his-ibsd-sec3 .left-side {
            padding-right: 50px;
        }

            .his-ibsd-sec3 .left-side h4 {
                font-size: 27px;
                margin-right: 15px;
                line-height: 34px;
                margin-bottom: 20px;
            }

            .his-ibsd-sec3 .left-side p {
                font-size: 18px;
                line-height: 22px;
                padding-right: 50px;
            }

        .his-ibsd-sec3 .right-side ul li {
            font-size: 18px;
            line-height: 25px;
            padding: 1px 0;
        }

    .his-ibsd-sec4 {
        padding: 40px 0;
    }

        .his-ibsd-sec4 p {
            font-size: 18px;
            margin-bottom: 0;
            line-height: 22px;
            padding: 0;
        }

    .liv-ibsd-banner h1 {
        font-size: 4.16667vw;
        line-height: 50px;
    }

    .liv-ibsd-sec1 h3 {
        font-size: 30px;
        padding-bottom: 10px;
        line-height: 30px;
    }

    .liv-ibsd-sec3 {
        padding: 45px 0 20px;
    }

        .liv-ibsd-sec3 h3 {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 30px;
        }

        .liv-ibsd-sec3 .living-icons-wrapper .item .image-div img {
            max-width: 100px;
            max-height: 144px;
        }

        .liv-ibsd-sec3 .living-icons-wrapper .item .image-div {
            height: 115px;
            margin-bottom: 5px;
        }

        .liv-ibsd-sec3 p {
            padding: 10px 0 60px;
            font-size: 18px;
            line-height: 22px;
        }

        .liv-ibsd-sec3 h4 {
            font-size: 30px;
            line-height: 30px;
            margin: 10px 0 0;
            padding: 40px 0 0;
        }

        .liv-ibsd-sec3 .last-text, .liv-ibsd-sec5 .first-text {
            margin-bottom: 0;
        }

    .liv-ibsd-sec4 {
        padding: 30px 100px;
    }

        .liv-ibsd-sec4 p {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 22px;
            padding: 18px 0;
        }

        .liv-ibsd-sec4 .btn-center {
            text-align: center;
            margin: auto 0;
        }

    .hr-sec3, .liv-ibsd-sec5 {
        padding: 45px 0 30px;
    }

        .liv-ibsd-sec5 h3, .liv-ibsd-sec6 h3 {
            font-size: 30px;
            line-height: 25px;
            margin-bottom: 20px;
        }

        .liv-ibsd-sec5 p {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 0;
            padding: 18px 30px;
        }

        .liv-ibsd-sec5 img {
            margin-left: 15px;
            margin-right: 15px;
        }

        .liv-ibsd-sec5 .support-img {
            width: 100px;
            margin-right: 0;
            margin-left: 0;
            max-width: 100px;
        }

        .liv-ibsd-sec5 .box {
            margin: 25px 0;
        }

    .liv-ibsd-sec6 .first-text {
        line-height: 22px;
        margin-bottom: 40px;
    }

    .liv-ibsd-sec6 h5 {
        margin-left: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .liv-ibsd-sec7 p, .liv-ibsd-sec8 .btn-green, .liv-ibsd-sec8 p {
        line-height: 24px;
        font-size: 18px;
    }

    .hr-sec2 ul li, .liv-ibsd-sec6 ul li {
        font-size: 18px;
        line-height: 22px;
        padding: 5px 0;
    }

    .liv-ibsd-sec6 .last-text {
        text-align: center;
        margin-top: 30px;
    }

    .liv-ibsd-sec7 p {
        margin-bottom: 20px;
    }

    .liv-ibsd-sec7 .right-side .not-doctor p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .liv-ibsd-sec7 .left-side {
        padding: 0 60px;
    }

    .liv-ibsd-sec8 {
        padding: 70px 0;
    }

        .liv-ibsd-sec8 p {
            margin-bottom: 25px;
            margin-top: 25px;
            padding: 0 25px;
        }

        .liv-ibsd-sec8 .btn-green {
            max-width: 400px;
            width: 100%;
            height: 45px;
            padding: 10px 0;
        }

    .hr-sec1 h3, .quiz-sec1 h3 {
        font-size: 30px;
        line-height: 25px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .hr-sec2 h3, .quiz-sec-u-might h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .hr-sec2 .first-text {
        line-height: 25px;
        margin-bottom: 35px;
    }

    .hr-sec2 h5 {
        line-height: 30px;
        margin-bottom: 20px;
    }

    .hr-sec2 .get-guide-pad {
        margin: 20px 0 10px;
    }

    .hr-sec2 .btn-center {
        margin: auto 0;
    }

    .hr-sec2 .last-text {
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 0;
        line-height: 43px;
    }

    .hr-sec3 h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .hr-sec3 .edu-bg a, .hr-sec3 p {
        font-size: 17px;
        line-height: 22px;
    }

    .hr-sec3 p {
        margin-bottom: 0;
    }

    .hr-sec3 .edu-bg {
        padding: 15px;
        min-height: 100px;
    }

    .dr-dis-banner h1 {
        font-size: 4.16667vw;
        line-height: 47px;
    }

    .dr-dis-sec1, .quiz-sec1 {
        padding: 35px 0 20px;
    }

        .dr-dis-sec1 p {
            font-size: 18px;
            line-height: 22px;
            color: #58595b;
        }

    .dr-dis-sec2 {
        padding: 30px 0 20px;
    }

        .dr-dis-sec2 h5 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 20px;
        }

        .dr-dis-sec2 ul li {
            font-size: 18px;
            padding: 5px 0;
            line-height: 22px;
        }

    .quiz-banner h1 {
        font-size: 4.16667vw;
        line-height: 48px;
    }

    .bstrap30 .getResponse, .label-top, .quiz-sec-u-might .btn-blue, .quiz-sec-u-might p {
        font-size: 18px;
        line-height: 22px;
    }

    .label-top {
        margin: 35px 0 25px;
    }

    .grey-border {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .bstrap30 .checkbox.quesNavyBtn label span.check-boxes-buttons, .c-form.form-horizontal .form-group label span.radio-boxes-buttons {
        height: 45px;
    }

    .bstrap30 .getResponse {
        padding: 12px 0;
        width: 304px;
        height: 45px;
        margin: 30px auto 40px;
    }

    .bstrap30 .form-control.optionTextboxOne, .bstrap30 .form-control.optionTextboxTwo {
        width: 40vw;
        height: 45px;
        font-size: 18px;
    }

    .quiz-sec-u-might p {
        margin: 0 120px;
    }

    .quiz-sec-u-might .btn-blue {
        padding: 12px 0;
        width: 215px;
        height: 45px;
        margin: 30px auto 40px;
    }

    .quiz-sec-u-might .share-quiz {
        margin-top: 30px;
    }
}

.quiz-sec2 a {
    margin: 20px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1441px) {
    .wis-ibsd-sec4 .right-side {
        padding: 65px 60px 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    header .header-right-top a.hcp-link {
        padding-top: 25px;
    }

        header .header-right-top a.hcp-link:after {
            top: 30px;
        }

    header .header-right-side {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h5 {
        font-size: 36px;
        margin-bottom: 0;
    }

    header .header-logo {
        padding-top: 10px;
        padding-bottom: 0;
    }

    header > .container {
        max-width: 100%;
    }

        header > .container > .inner-cont {
            max-width: 960px;
            margin: 0 auto;
            padding: 0;
        }

    header .main-navigation {
        position: fixed;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        top: -100%;
        left: 0;
        right: 0;
        z-index: 0;
        padding-top: 90px;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        header .main-navigation ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background: #fff;
        }

            header .main-navigation ul li {
                width: 100%;
                margin: 0;
                background: #fff;
                border-top: 1px solid #d1d3d4;
            }

        header .main-navigation.show {
            top: 0;
        }

    header .header-right-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 5px;
        height: 100%;
    }

        header .header-right-top * {
            font-size: 8pt;
            line-height: 10pt;
        }

        header .header-right-top .top {
            position: fixed;
            top: 7px;
            left: 50%;
            width: 720px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 0 15px;
        }

        header .header-right-top a.hcp-link {
            padding-top: 0;
            height: 27px;
        }

            header .header-right-top a.hcp-link:after {
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-left-width: 3px;
                right: 5px;
                top: 17px;
            }

        header .header-right-top div.rgt-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        header .header-right-top .menu {
            margin-left: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: 45px;
        }

            header .header-right-top .menu .menu-icon {
                width: 45px;
            }

            header .header-right-top .menu .close-icon {
                display: none;
                max-height: 27px;
            }

            header .header-right-top .menu.open .menu-icon {
                display: none;
            }

            header .header-right-top .menu.open .close-icon {
                display: block;
            }
}

@media only screen and (max-width: 415px) {
    .home-sec-4 .right-side p {
        max-width: 334px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 600px) {
    #exitModal .modal-dialog {
        max-width: 601px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

header {
    top: unset;
}

@media only screen and (max-width:991px) {
    header .main-navigation.show {
        top: unset;
    }

    header .main-navigation {
        padding-top: 0;
    }
}

@media only screen and (max-width:767px) {
    footer ul li a {
        font-size: 9px;
    }
}

header {
    top: unset
}

@media only screen and (max-width:991px) {
    header .main-navigation.show {
        top: unset
    }

    header .main-navigation {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    footer ul li a {
        font-size: 9px
    }
}

.wrapper-404 {
    margin-top: 200px;
}

.res-sec5 {
    padding: 20px 0;
}

.res-sec5-bg {
    background-color: #0d6f79;
    border-radius: 30px;
    padding-top: 30px;
    margin: 0 235px;
    width: 63%;
    padding-right: 80px;
}

    .res-sec5-bg p {
        text-align: center;
        font-size: 26px;
        position: relative;
        bottom: 8px;
        line-height: 34px;
        font-weight: 300;
    }

.res-sec5 {
    padding: 50px 0;
}

    .res-sec5 .btn-white {
        background-color: #fff;
        border-radius: 5px;
        border-radius: 31px;
    }

.res-sec5-bg {
    color: #fff;
}

.header .main-navigation ul li:nth-child(6):hover {
    background: #0D6F79;
    color: #fff;
}

.header .main-navigation ul li:nth-child(6) {
    background: #66214C;
    border-radius: 20px;
    padding: 10px 20px;
    top: -6px;
    position: relative;
    padding-bottom: 8px;
}

header .main-navigation ul li:nth-child(6) a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    line-height: 16px;
}

    header .main-navigation ul li:nth-child(6) a:hover {
        color: #fff !important;
    }

.home-circle {
    display: flex;
    margin-top: 50px;
}

    .home-circle li.Abdominal {
        background-size: cover;
        background-image: url(/siteassets/img/img-abdominal.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        width: 200px;
        list-style-type: none;
        padding: 0px 20px;
        margin: 0 20px;
    }

    .home-circle li.Diarrhea {
        background-size: cover;
        background-image: url(/siteassets/img/img-diarrhea.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        width: 200px;
        list-style-type: none;
        padding: 0px 20px;
        margin: 0 20px;
    }

    .home-circle li.Bloating {
        background-size: cover;
        background-image: url(/siteassets/img/img-bloating.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        width: 200px;
        list-style-type: none;
        padding: 0px 20px;
        margin: 0 20px;
    }

    .home-circle li.Urgency {
        background-size: cover;
        background-image: url(/siteassets/img/img-urgency.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        width: 200px;
        list-style-type: none;
        padding: 0px 20px;
        margin: 0 20px;
    }

    .home-circle li p {
        color: #fff;
        margin-top: 70px;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
    }

.icon-title {
    padding: 0 30px;
    color: #66214C;
    font-weight: 700;
    font-size: 16px;
}

    .icon-title p {
        font-family: "Raleway", sans-serif;
    }

    .icon-title .footnote {
        font-size: 12px;
        font-weight: 400;
    }

.icon-img {
    padding: 20px 30px;
    display: flex;
}

.home-sec1 {
    padding-top: 50px;
}

.home-sec3 .justify-content-center {
    align-items: baseline;
}

.icon-title span {
    font-size: 30px;
    line-height: 34px;
}

.home-sec3 {
    padding: 10px 0 0;
}

header .topBar .top-signup a {
    color: #0d6f79;
    font-size: 16px;
    position: relative;
    text-decoration: underline;
    font-weight: 700;
}

}

.home-sec1 {
    padding: 50px 0;
}

    .home-sec1 h3 {
        padding-bottom: 30px;
        font-weight: 400;
        color: #0a415c;
        text-align: center;
    }

    .home-sec1 .sec1-green {
        color: #0a415c;
        font-weight: 700;
    }

    .home-sec1 p {
        font-size: 21px;
        line-height: 31px;
        color: #58595b;
        text-align: center;
    }

.wis-ibsd-sec4 {
    background-color: #0A415C;
}

    .wis-ibsd-sec4 .left-side {
        padding: 40px 15px;
    }

.learn-cta {
    display: flex;
}

    .learn-cta p {
        font-size: 15px;
        padding: 15px 43px;
    }

    .learn-cta .btn-center a {
        margin: 26px 0;
        width: 190px;
        height: 40px;
        font-size: 22px;
        padding: 14px 0;
        line-height: 10px;
        border-radius: 31px;
        background: #fff;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        color: #0A415C;
    }

.wcs-ibsd-sec10 .left-side {
    padding: 120px 20px;
}

.duration-sec {
    padding-top: 50px;
    margin-bottom: -20px;
}

    .duration-sec .left-side {
        padding: 50px 50px 0;
    }

.signs-sec .left-side {
    padding: 50px 50px 0;
}

.signs-sec p {
    font-family: "Raleway", sans-serif;
}

.duration-sec .left-side img {
    position: relative;
    bottom: 60px;
}

.ibsd-poml-vid {
    padding: 50px;
}

.liv-ibsd-sec7 .right-side {
    padding: 45px;
}

.exercise, .support, .journal, .open-talk {
    display: flex;
    align-items: center;
}

.wcs-ibsd-sec3 .left-side {
    padding: 100px;
}

.take-on-ibsd {
    padding: 50px 0 40px;
    background-color: #f6f6f6;
}

    .take-on-ibsd h4 {
        text-transform: uppercase;
        color: #66214C;
        font-weight: 700;
        font-size: 34px;
    }

    .take-on-ibsd p {
        padding: 0px 150px;
        color: #58595B;
        font-family: "Raleway", sans-serif;
        font-size: 21px;
        line-height: 31px;
    }

        .take-on-ibsd p a {
            color: #0D6F79;
            font-weight: 700;
            text-decoration: underline;
        }

.wcs-ibsd-sec9 .left-side .not-doctor {
    position: absolute;
    bottom: 35px;
    font-size: 14px;
    left: 30%;
    color: #fff;
}

.wcs-ibsd-sec7 .left-side .not-doctor {
    position: relative;
    bottom: 35px;
    font-size: 14px;
    padding-left: 20px;
    color: #fff;
    left: 30%;
}

.dr-dis-banner .not-patient p, .his-ibsd-banner .not-patient p {
    color: #0a415c;
}

.signs-sec .left-side h3, .duration-sec .left-side h3 {
    color: #0A415C;
}

.his-ibsd-sec4 p {
    color: #0A415C;
}

.liv-ibsd-sec6 ul li::marker {
    color: #EF7464;
    width: 10px;
}

.block2 .q-no {
    display: none;
}

.faq-resource h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.block2 button.accordion-button {
    border-radius: 14.5px;
    padding: 15px 46px 15px 20px !important;
    font-weight: 700;
    font-size: 21px;
    background: #fff !important;
}

    .block2 button.accordion-button.collapsed {
        color: #fff !important;
        background: #66214C !important;
        border-radius: 13px;
        font-size: 21px;
    }

.block2 .q-no {
    background: #66214C !important;
}

.accordion-item:first-of-type .accordion-button {
    border: none !important;
}

.accordion-button {
    position: relative !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    font-size: 1rem;
    color: #66214C !important;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-body p {
    color: #66214C;
    padding: 0 20px 0px;
    font-family: "Raleway", sans-serif;
    font-size: 21px;
    line-height: 31px;
}

.accordion-body ul li {
    color: #66214C;
    font-family: "Raleway", sans-serif;
    padding: 0;
    font-size: 21px;
}

.accordion-button collapsed {
    color: #66214C;
}

.faq-resource h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #66214C;
}

.block2 .accordion-button::after {
    transform: rotate(0deg) !important;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
}

.block2 .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    border-right: none !important;
    border-top: none !important;
}

.home-circle .circle-logo img {
    height: auto;
    width: 150px;
    padding-top: 70px;
}

.home-circle {
    list-style-type: none;
}

.hr-sec3 .edu2 {
    border-left: 1px ridge #0D6F79;
}

.hr-sec3 .edu3 {
    border-top: 1px ridge #0D6F79;
}

.hr-sec3 .edu4 {
    border-top: 1px ridge #0D6F79;
    border-left: 1px ridge #0D6F79;
}

.hr-sec3 .edu5 {
    border-top: 1px ridge #0D6F79;
}

.hr-sec3 .edu6 {
    border-top: 1px ridge #0D6F79;
    border-left: 1px ridge #0D6F79;
}

.hr-sec3 .edu-bg.edu-bg-mob {
    border-top: 0px ridge #0D6F79;
}

.circle-mobile {
    display: none;
}

.his-ibsd-sec2 h3 {
    color: #0A415C;
    font-weight: 700;
}

.wcs-ibsd-sec10 .left-side h3 {
    color: #0A415C;
    font-weight: 700;
    font-size: 34px;
}

    .wcs-ibsd-sec10 .left-side h3 em {
        color: #0A415C;
        font-weight: 600;
    }

.wis-ibsd-sec4 .left-side .not-doctor {
    left: 40%;
    bottom: 70px;
}

.multi-mob {
    display: none;
}

.desktop-img {
    display: flex;
}

.top-img-mobile {
    display: none;
}

.desktop-img .left-side {
    padding: 100px;
}

.wcs-ibsd-sec7 .right-side {
    padding: 50px;
}

.desktop-img .col-xs-12, .desktop-img .col-md-12, .desktop-img .col-lg-5 {
    display: flex;
    align-items: center;
}

.liv-ibsd-sec5 .journal {
    margin-top: 50px;
}

.fa-chevron-right:before {
    content: "\f105" !important;
}

button[aria-expanded="false"] {
    background-color: #66214C;
    color: #fff !important;
}

    button[aria-expanded="false"]::after {
        background-image: url(/siteassets/img/plus.png) !important;
    }

button[aria-expanded="true"]::after {
    background-image: url(/siteassets/img/minus.png) !important;
}

.block2 .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 16px;
    border: 1px solid #66214C !important;
}

.accordion-item h2 {
    margin-bottom: 0px;
}

button:focus {
    outline: none;
}

.home-banner .not-patient p {
    color: #0a415c;
}

.wcs-ibsd-sec3 {
    background: #F6F6F6;
}

.rep-body-sec .rep-data .slider .controls .prev-btn {
    position: relative;
    bottom: 34px;
}

.flip-h2 {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
    color: #66214C;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .res-sec5-bg a {
        font-size: 18px;
        color: #66214C;
        font-weight: 700;
        padding: 10px 25px;
        position: relative;
        top: 10px;
    }

    .home-circle li.Abdominal {
        height: 200px;
        width: 230px;
    }

    .home-circle li.Diarrhea {
        height: 200px;
        width: 230px;
    }

    .home-circle li.Bloating {
        height: 200px;
        width: 230px;
    }

    .home-circle li.Urgency {
        height: 200px;
        width: 230px;
    }
}

@media only screen and (min-width: 992px) {
    .hr-sec3 .edu-bg: nth-child(1) {
        border-top: 0px ridge #0D6F79;
    }

    .hr-sec2 .btn-center a {
        position: relative;
        right: 29px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wcs-ibsd-sec9 .left-side .not-doctor {
        left: 35%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .home-sec3 .col-md-3 {
        display: block !important;
        max-width: 100%;
        flex: none;
        padding: 20px 0;
    }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .home-circle .circle-logo img {
        height: auto;
        width: 140px;
        padding-top: 70px;
    }

    .home-circle li p {
        margin-top: 80px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .home-circle li.Abdominal {
        margin: 0 0px;
    }

    .home-circle li.Diarrhea {
        margin: 0 10px;
    }

    .home-circle li.Bloating {
        margin: 0 0px;
    }

    .home-circle li.Urgency {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .wcs-ibsd-sec9 .left-side {
        padding: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .home-sec-3 .bg-understand-white .left {
        display: flex;
        align-items: center;
    }

    .home-sec-3 .bg-understand-grey .left {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    header .main-navigation ul li: nth-child(6) a {
        font-size: 20px;
    }

    .res-sec5-bg a {
        font-size: 18px;
        color: #66214C;
        font-weight: 700;
        padding: 10px 25px;
        position: relative;
        top: -10px;
        font-family: "Raleway", sans-serif;
    }

    .accordion-body p {
        color: #66214C;
        padding: 0 20px 0px;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        line-height: 28px;
    }

    .duration-sec .left-side img {
        bottom: 10px;
    }

    header .topBar .top-signup a {
        font-size: 10px;
        line-height: 8.34px;
        color: #016f79;
        padding-top: 10px;
    }

    header .top {
        padding-top: 20px;
    }

    .hr-sec3 p {
        padding: 0;
    }

    .res-sec5 {
        padding: 15px 0px;
    }

    .res-sec5-bg {
        border-radius: 30px;
        padding: 30px 25px;
        margin: 0;
        width: 100%;
        padding-bottom: 25px;
    }

    .liv-ibsd-sec4 {
        background-color: #0A415C;
    }

    .liv-ibsd-sec7 .right-side {
        padding: 30px;
    }

    .signs-sec .left-side h3 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding-top: 20px;
    }

    .his-ibsd-sec2 h3 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .duration-sec .left-side {
        padding: 20px 30px 0;
    }

    .duration-sec {
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .his-ibsd-sec4 {
        background: #fff;
    }

    .take-on-ibsd p {
        padding: 0px 0px;
        color: #58595B;
    }

    .wcs-ibsd-sec3 .left-side {
        padding: 30px;
    }

    .wcs-ibsd-sec9 .left-side {
        padding: 30px;
    }

        .wcs-ibsd-sec9 .left-side .not-doctor {
            position: relative;
            left: 0px;
            bottom: 0px;
        }

            .wcs-ibsd-sec7 .left-side .not-doctor p, .wcs-ibsd-sec9 .left-side .not-doctor p {
                font-size: 15px;
            }

    .wcs-ibsd-sec7 {
        background: #f6f6f6;
    }

    .wcs-ibsd-sec10 .left-side {
        text-align: center;
        padding: 30px 15px 0;
    }

    .right-side-img {
        padding: 20px 15px 40px;
    }

    .wcs-ibsd-sec7 .right-side {
        margin-bottom: -60px;
    }

    .wcs-ibsd-sec7 .right-side {
        padding: 0px;
    }

    .top-img-video {
        padding: 20px;
    }

    .wis-ibsd-sec4 .left-side {
        padding: 30px;
    }

    .wis-ibsd-sec4 .right-side p {
        margin-bottom: 10px;
    }

    .wis-ibsd-sec4 .learn-cta {
        display: flex;
        flex-direction: column;
    }

    .wis-ibsd-sec4 .left-side .not-doctor {
        left: 32%;
        bottom: 20px;
    }

    .icon-img {
        padding: 15px 10px;
        display: flex;
        justify-content: space-evenly;
    }

        .icon-img img {
            width: 80%;
        }

    .icon-title {
        padding: 0 10px;
        margin-top: 40px;
    }

    .home-sec3 .col-md-3 {
        display: flex;
        border-top: 0px ridge #66214C;
        flex-wrap: wrap;
    }

        .home-sec3 .col-md-3:nth-child(1) {
            border-top: 0px ridge #66214C;
        }

    .icon-title span {
        font-size: 18px;
    }

    .icon-title p {
        font-size: 13px;
    }

    .bg-understand-grey {
        background-color: #f6f6f6;
    }

    .living-sec3 .bg-understand-grey {
        background-color: #f6f6f6 !important;
    }

    .ibsd-poml-vid {
        padding: 30px;
    }

    .circle-desk {
        display: none;
    }

    .circle-mobile {
        display: block;
        padding: 0px 50px;
    }

    .hr-sec3 .edu3 {
        border-top: 0px ridge #0D6F79;
    }

    .hr-sec3 .edu2 {
        border-left: 0px ridge #0D6F79;
    }

    .hr-sec3 .edu4 {
        border-top: 0px ridge #0D6F79;
        border-left: 0px ridge #0D6F79;
    }

    .hr-sec3 .edu6 {
        border-top: 0px ridge #0D6F79;
        border-left: 0px ridge #0D6F79;
    }

    .hr-sec3 .edu5 {
        border-top: 0px ridge #0D6F79;
    }

    .hr-banner .not-patient {
        bottom: -10px;
    }

    .multi-mob {
        display: block;
        padding: 0 30px;
    }

    .home-banner .banner-content h4 {
        font-size: 18px;
        line-height: 20px;
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        color: #0a415c;
        margin-top: 0px;
        padding-right: 85px;
    }

    .home-banner .banner-content h1 {
        font-size: 29px;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 5px;
        padding-right: 100px;
    }

    .not-doctor p {
        position: relative;
        bottom: 30px;
        font-size: 14px;
        padding-left: 0px;
        color: #fff;
        font-weight: 700;
    }

    .block2 button.accordion-button {
        padding: 20px 20px !important;
        border-radius: 20px;
    }

    .accordion-collapse.collapse {
        padding-left: 0px;
    }

    .desktop-img {
        display: none;
    }

    .top-img-mobile {
        display: block;
    }

    .liv-ibsd-sec5 .journal {
        margin-top: 0px;
    }

    .liv-ibsd-banner .not-patient p {
        color: #08415c;
    }

    .header .main-navigation ul li:nth-child(6) {
        padding: 0;
        border-radius: 0px;
    }

    .accordion-body p {
        color: #66214C;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .hr-sec3 .edu-bg {
        border-bottom: 0px ridge #0D6F79;
    }

    .wcs-ibsd-banner .not-patient p {
        color: #08415c;
    }

    .wcs-ibsd-sec2 .explore-btn {
        width: 150px;
    }
}

.cir-text {
    position: relative;
}

.circle1 {
    position: absolute;
    top: 22%;
    left: 4%;
    width: 14%;
    text-align: center;
    color: #fff !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}

.circle2 {
    position: absolute;
    top: 25.5%;
    float: right;
    right: 6%;
    width: 10%;
    color: #fff !important;
    text-align: center;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}

.circle3 {
    position: absolute;
    top: 63%;
    left: 5%;
    width: 12%;
    text-align: center;
    color: #fff !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}

.circle4 {
    position: relative;
    top: -22%;
    float: right;
    right: 6%;
    width: 10%;
    text-align: center;
    color: #ffff !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}

.circle-head1 {
    position: relative;
    top: 13%;
    left: 5%;
    color: #0d6f79 !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
}

.circle-head2 {
    position: relative;
    float: right;
    top: 7%;
    right: 7%;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
    color: #66214c !important;
}

.circle-head3 {
    position: relative;
    top: 44%;
    left: 7%;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
    color: #0a415c !important;
}

.circle-head4 {
    position: relative;
    float: right;
    top: 39%;
    right: 7%;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
    color: #5b9da4 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wis-ibsd-sec4 .left-side {
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .circle1 {
        top: 22%;
    }

    .circle3 {
        top: 61%;
    }

    .circle-head1 {
        top: 10%;
    }

    .circle-head2 {
        top: 6%;
    }

    .circle-head3 {
        top: 45%;
        left: 7%;
    }

    .circle-head4 {
        top: 39%;
    }
}

@media only screen and (max-width: 991px) {
    .res-sec5-bg p {
        font-size: 25px;
        line-height: 30px;
    }

    .circle1 {
        top: 15%;
        left: 10%;
        width: 30%;
        text-align: center !important;
    }

    .circle2 {
        top: 15%;
        right: 15%;
        width: 24%;
        text-align: center !important;
    }

    .circle3 {
        top: 62%;
        left: 11%;
        width: 26%;
        text-align: center !important;
    }

    .circle4 {
        top: -28%;
        right: 12%;
        width: 27%;
        text-align: center !important;
    }

    .circle-head1 {
        top: -1%;
        left: 15%;
        float: left;
    }

    .circle-head2 {
        right: 20%;
        top: -1%;
        float: right;
    }

    .circle-head3 {
        top: 50%;
        left: 0%;
        float: left;
    }

    .circle-head4 {
        right: 10%;
        top: 51%;
    }

    .btn-left {
        text-align: center;
    }
}

.quiz-banner .sem-ital {
    font-weight: 600;
    font-style: italic;
}

.carousel-indicators {
    position: relative;
    bottom: 32px
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .home-circle .circle-logo img {
        height: auto;
        width: 140px;
        padding-top: 70px;
    }

    .home-circle li p {
        margin-top: 80px;
    }

    .wis-ibsd-sec3 .multi-card {
        padding: 0 10px 50px;
    }

    .circle3 {
        top: 61%;
        width: 13%;
    }

    .circle-head3 {
        top: 44%;
        left: 6%;
    }

    .circle-head4 {
        top: 38%;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .wis-ibsd-sec3 .multi-card {
        padding: 0 15px 50px;
    }

    .circle1 {
        position: absolute;
        top: 22%;
        left: 3%;
        width: 16%;
    }

    .circle3 {
        top: 62%;
        width: 13%;
    }

    .circle4 {
        position: relative;
        top: -21%;
        float: right;
        right: 6%;
        width: 11%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .circle2 {
        top: 17%;
        right: 15%;
        width: 20%;
    }

    .circle3 {
        top: 65%;
        left: 11%;
        width: 28%;
    }

    .circle4 {
        top: -24%
    }

    .circle-head3 {
        top: 48%;
        left: -2%;
    }

    .circle-head4 {
        right: 8%;
        top: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .rep-contact-sec span {
        white-space: pre-wrap;
    }

    .rep-details.full-detail span {
        white-space: pre-wrap;
    }

    .rep-details.full-detail p {
        white-space: pre-wrap;
        font-size: 18px;
    }

    .home-sec3 .col-md-3 {
        display: flex;
        border-top: 1px ridge #66214C;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }

    .wis-ibsd-sec3 .multi-card p {
        font-size: 15px;
        line-height: 20px;
    }

    .circle1 {
        top: 10%;
        left: 12%;
    }

    .circle4 {
        top: -25%;
        right: 14%;
    }

    .circle3 {
        top: 63%;
        left: 15%;
    }

    .circle-head3 {
        top: 46%;
        left: -7%;
    }

    .circle-head4 {
        right: 6%;
        top: 46%;
    }

    header .main-navigation ul {
        margin-top: -10px;
    }

    .carousel-indicators {
        position: absolute;
    }
}

.regular {
    font-weight: 400;
}

.carousel-indicators button {
    position: relative;
}

button.ans-mark:before {
    content: '';
    background-image: url(/siteassets/img/img-tick.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    background: #0a415c;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    background-size: 68% 56%;
    background-position: 50%;
}

button.getResult {
    display: none;
}

.hide-next {
    display: none !important;
}

.show-next {
    display: flex !important;
}

.ibsd-br {
    white-space: pre;
}

.signs-sec .left-side h3.pad-top {
    padding-top: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    .circle3 {
        top: 60%;
    }

    .circle-head3 {
        top: 45%;
        left: -12%;
    }

    .circle-head4 {
        right: 4%;
        top: 45%;
    }
}

@media only screen and (min-width: 390px) and (min-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .circle3 {
        top: 63%;
        width: 25%;
    }
}

@media only screen and (min-width: 992px) {
    .home-sec3 .img-people {
        height: 200px;
    }

    .wcs-ibsd-sec2 .fnt-21 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {
    .home-sec3 .txt-people {
        padding-top: 20px;
    }
}

/* New CR May2025*/

.v-borderone {
    border: 1px solid #66214C;
    padding: 30px;
    border-radius: 25px;
}

.v-bordertwo {
    border: 1px solid #66214C;
    padding: 30px;
    border-radius: 25px;
}
.v-borderthree {
    border: 1px solid #66214C;
    padding: 30px;
    border-radius: 25px;
}
.talk-video{
    padding: 50px 0;
}
    .talk-video h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 34px;
        color: #0A415C;
        font-family: "Raleway", sans-serif;
    }
    .talk-video h2 span {
        font-weight:700;
    }
.grid-view-section p {
    text-align: center;
    color: #0A415C;
    font-size: 21px;
    padding-top: 25px;   
    margin-bottom: 0;
}
.talk-video p.sub-head {
    text-align: center;
    font-size: 21px;
    color: #58595B;
    padding-bottom: 20px;
}
.grid-view {
    border: 1px solid #66214C;
    padding: 30px;
    border-radius: 25px;
    margin: 0 15px;
}

.gut-micro-video .content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #0A415C;
}
.gut-micro-video .content p {
    font-size: 21px;
    font-weight: 400;
    color: #0A415C;
    padding-top: 20px;
}
.gut-micro-video .content {
    padding: 85px 65px 60px 20px;
}
.gut-micro-video {
    padding: 100px 0;
}
.gut-micro-causes-video .content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #0A415C;
}

.gut-micro-causes-video .content p {
    font-size: 21px;
    font-weight: 400;
    color: #0A415C;
    padding-top: 20px;
}

.gut-micro-causes-video .content {
    padding: 80px 110px 50px 20px;
}
.gut-micro-causes-video {
    padding: 100px 0;
}
.liv-ibsd-sec1 {
    background: #F6F6F6;
}
.living-sec3 {
    background: #F6F6F6;
}
.liv-ibsd-sec1 .second-text {
    font-weight: 700;
}
.veeva {
    padding-left: 15px;
    font-size: 21px;
    font-family: "Helvetica", sans-serif;
    color: #58595B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .gut-micro-causes-video .content {
        padding: 20px;
    }
    .gut-micro-video .content {
        padding: 0px;
    }
}
    @media only screen and (max-width: 991px) {
        .liv-ibsd-sec1 {
            background: #fff;
        }

        .grid-view {
            margin: 10px 0;
        }

        .v-borderone {
            margin: 0 15px;
        }

        .gut-micro-video .content p {
            font-size: 18px;
            text-align: center;
            padding: 15px 0;
        }

        .gut-micro-video .content h2 {
            font-size: 26px;
            text-align: center;
        }

        .gut-micro-video .content {
            padding: 0;
        }

        .gut-micro-causes-video .content p {
            font-size: 18px;
            text-align: center;
            padding: 15px 0;
        }

        .gut-micro-causes-video .content h2 {
            font-size: 26px;
            text-align: center;
        }

        .gut-micro-causes-video .content {
            padding: 0;
        }

        .talk-video p.sub-head {
            font-size: 18px;
        }

        .talk-video h2 {
            font-size: 26px;
        }

        .liv-ibsd-sec1 .second-text {
            font-size: 25px;
            font-weight: 700;
            color: #0A415C;
        }

        .liv-ibsd-sec1 h3 {
            font-size: 29px;
        }

        .grid-view-section p {
            font-size: 18px;
            padding-top: 10px;
        }
        .grid-view {  
            padding: 30px 30px 10px 30px;      
        }

        .veeva {
            padding-left: 0;
            font-size: 14px;
            font-family: "Helvetica", sans-serif;
            text-align: center;
        }
     
    }