/* Setting Default Style Starts*/
body {
    color: #333333;
    max-width: 1440px;
    margin: 0px auto;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.relative {
    position: relative;
}

.paddt5 {
    padding-top: 5px;
}

.paddt10 {
    padding-top: 10px;
}

.paddt15 {
    padding-top: 15px;
}

.paddt20 {
    padding-top: 20px;
}

.paddt25 {
    padding-top: 25px;
}

.paddt30 {
    padding-top: 30px;
}

.paddt40 {
    padding-top: 40px;
}

.paddl5 {
    padding-left: 5px;
}

.paddl10 {
    padding-left: 10px;
}

.paddl15 {
    padding-left: 15px;
}

.paddl20 {
    padding-left: 20px;
}

.paddl25 {
    padding-left: 25px;
}

.paddl30 {
    padding-left: 30px;
}

.paddr5 {
    padding-right: 5px;
}

.paddr10 {
    padding-right: 10px;
}

.paddr15 {
    padding-right: 15px;
}

.paddr20 {
    padding-right: 20px;
}

.paddr25 {
    padding-right: 25px;
}

.paddr30 {
    padding-right: 30px;
}

.paddb5 {
    padding-bottom: 5px;
}

.paddb10 {
    padding-bottom: 10px;
}

.paddb15 {
    padding-bottom: 15px;
}

.paddb20 {
    padding-bottom: 20px;
}

.paddb25 {
    padding-bottom: 25px;
}

.paddb30 {
    padding-bottom: 30px;
}

.paddb40 {
    padding-bottom: 40px;
}

.nomrg {
    margin: 0px;
}

.mrgt10 {
    margin-top: 10px;
}

.mrgt30 {
    margin-top: 30px;
}

.mrgt40 {
    margin-top: 40px;
}

.mrgl10 {
    margin-left: 10px;
}

.mrgl20 {
    margin-left: 20px;
}

.mrgb20 {
    margin-bottom: 20px;
}

.mrgb10 {
    margin-bottom: 10px;
}

input[type=text]:focus {
    border: 1px solid #8e258d;
}

a:focus,
a:hover,
*:focus {
    outline: 1px dotted #8e258d !important;
}

a:focus {
    text-decoration: none;
}

input[type=email]:focus {
    border: 1px solid #8e258d;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=email]::-ms-clear {
    display: none;
}

abbr[data-original-title],
abbr[title] {
    cursor: pointer;
}

/* Setting Default Style Ends*/

/* Skip Button */

a.skip-main {
    position: absolute;
    overflow: hidden;
    z-index: -999;
    left: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    left: auto;
    top: auto;
    overflow: auto;
    text-align: center;
    z-index: 999;
    position: relative;
}

/* Skip Button */
/* Common Styles */
a.jbtn.jbtn-wired:focus,
a.jbtn.jbtn-wired:hover {
    color: #333333 !important;
}

a.jbtn.jbtn-wired:hover {
    text-decoration: underline;
}

.grey-trade {
    color: #797979 !important;
}

sup,
.heading-h1 sup {
    font-size: 14px;
    bottom: 10px;
    right: 0px;
    position: relative;
    top: auto;
    line-height: normal;
    display: inline-block;
    color: inherit;
    letter-spacing: 0px;
}

video {
    width: 100%;
}

iframe {
    border: 0px;
}

.glyphicon-menu-right:before {
    content: "";
    float: right;
    color: #8e258d;
    width: 22px;
    height: 28px;
    background-position: center;
    transform: rotate(270deg);
}

.top-brdr {
    border-top: 1px solid #f6f4f6;
}

.playpause {
    background-repeat: no-repeat;
    width: 78px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: none;
    outline: none;
}

.playtime,
.img-desc-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 14px;
    text-transform: capitalize;
    background-color: #f6f4f6;
    font-family: Lato;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.playtime:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox [type="checkbox"]:not(:checked)+label,
.checkbox [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.checkbox [type="checkbox"]:not(:checked)+label:before,
.checkbox [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: none;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox [type="checkbox"]:not(:checked)+label:after,
.checkbox [type="checkbox"]:checked+label:after {
    content: '\2714';
    position: absolute;
    top: 7px;
    left: 3px;
    font-size: 1em;
    line-height: 0.8;
    color: #797979;
    transition: all .2s;
}

.checkbox [type="checkbox"]:checked+label {
    color: #273338;
}

.checkbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.checkbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.checkbox [type="checkbox"]:disabled:not(:checked)+label:before,
.checkbox [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #999;
    background-color: #999;
}

.checkbox [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.checkbox [type="checkbox"]:disabled+label {
    color: #333;
}

.checkbox [type="checkbox"]:checked:focus+label:before,
.checkbox [type="checkbox"]:checked+label:before {
    border: none;
}

.checkbox [type="checkbox"]:focus+label:before,
.checkbox [type="checkbox"]:checked:focus+label:before {
    outline: 1px solid #8e258d;
}

.close {
    color: #333333;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;
    right: 5px;
}

.close span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.close span:nth-child(1) {
    top: 8px;
    left: -2px;
    width: 130%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.close span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    width: 125%;
}

.close span:nth-child(3) {
    top: 8px;
    left: -2px;
    width: 130%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.transcript-wrapper {
    padding: 30px 40px 20px 40px;
    line-height: 30px;
}

.transcript-wrapper .transcript-time {
    float: left;
    width: 15%;
}

.transcript-wrapper .transcript-txt {
    float: left;
    width: 85%;
}

/* Common Styles */
/*Terms and condition sub-text changes */
.content-part h2 {
    letter-spacing: 1px;
    color: #8e258d;
    text-transform: initial;
    margin: 0px 0px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: Lora;
}

.content-part a {
    color: #333333;
    text-decoration: underline;
    word-wrap: break-word;
}

.video-bullet-content ul {
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-left: 30px;
    margin-top: 10px;
}

.video-bullet-content h3 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    font-family: Lora;
    margin-top: 0px;
    margin-bottom: 0px;
}

/****** Hero banner Mask Start****/
.hero-banner {
    padding-bottom: 60px;
}

.hero-banner .bg-banner {
    text-align: center;
    position: relative;
}

.hero-banner .bg-banner #triangle-bottomright {
    width: 100%;
    height: 0;
    border-bottom: 90px solid #f6f4f6;
    border-left: 1440px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

.hero-banner .bd-banner {
    background-color: #654053;
    text-align: center;
    width: 100%;
    height: 559px;
    position: relative;
}

.hero-banner .bd-banner img {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hero-banner .bd-banner #triangle-bottomright {
    width: 100%;
    height: 0;
    border-bottom: 120px solid #f6f4f6;
    border-left: 1440px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

.hero-banner .banner-txt {
    padding-top: 30px;
}

/***** Hero Banner Mask End****/
/* superscript font size start */
.banner-txt sup,
.bannertxt sup {
    font-size: 14px !important;
}

.hero-banner .banner-txt p sup {
    font-size: 12px;
}

sup,
heading-h1 sup {
    font-size: 12px;
}

.body-style1 sup,
.body-style3 sup,
.bd-how-works-text sup {
    font-size: 10px;
}

.footer-terms sup {
    font-size: 8px;
}

.product-content sup,
.cnt-list-item sup {
    font-size: 10px !important;
}

.choose-from-topic-look-title sup {
    font-size: 14px !important;
}

.content-part sup {
    font-size: 12px !important;
}

.bottom-buttons {
    list-style: none;
}

.bottom-buttons-item {
    display: inline;
    float: initial;
}

/* superscript font size end */
@media screen and (min-width: 768px) and (max-width: 1041px) {

    .before-img-sec:before,
    .after-img-sec:before {
        font-size: 14px;
        line-height: 24px;
    }

    /****** Hero banner Mask tablet Start****/
    .hero-banner .bg-banner {}

    .hero-banner .bg-banner #triangle-bottomright {
        width: 100%;
        height: 0;
        border-bottom: 110px solid #f6f4f6;
        border-left: 1100px solid transparent;
        position: absolute;
        bottom: -1px;
        right: 0;
        margin: auto;
    }

    .hero-banner .bd-banner {
        background-color: #654053;
        text-align: center;
        width: 100%;
        height: 260px;
        position: relative;
    }

    .hero-banner .bd-banner img {
        position: absolute;
        top: -40px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 13%;
        height: 50%;
    }

    .hero-banner .bd-banner #triangle-bottomright {
        width: 100%;
        height: 0;
        border-bottom: 110px solid #f6f4f6;
        border-left: 1100px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .hero-banner .banner-txt {
        padding-top: 30px;
    }

    /****** Hero banner Mask End****/
    /* superscript font size tablet start */
    .banner-txt sup,
    .bannertxt sup {
        font-size: 12px !important;
    }

    .hero-banner .banner-txt p sup {
        font-size: 10px !important;
    }

    sup,
    heading-h1 sup {
        font-size: 10px !important;
    }

    .body-style1 sup,
    .body-style3 sup,
    .bd-how-works-text sup {
        font-size: 10px !important;
    }

    .footer-terms sup {
        font-size: 7px;
    }

    .product-content sup,
    .cnt-list-item sup {
        font-size: 8px !important;
    }

    .choose-from-topic-look-title sup {
        font-size: 12px !important;
    }

    .content-part sup {
        font-size: 8px !important;
    }

    /* superscript font size end */
}

@media screen and (max-width: 767px) {
    .playpause {
        width: 40px;
    }

    .before-img-sec:before,
    .after-img-sec:before {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-txt h1 {
        margin-bottom: 10px;
        width: 100%;
    }

    .banner-txt p {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }

    /****** Hero banner Mask Mobile Start****/
    .hero-banner {
        padding-bottom: 40px;
    }

    .hero-banner .bg-banner {}

    .hero-banner .bg-banner #triangle-bottomright {
        width: 100%;
        height: 0;
        border-bottom: 45px solid #f6f4f6;
        border-left: 420px solid transparent;
        position: absolute;
        bottom: -1px;
        right: 0;
        margin: auto;
    }

    .hero-banner .bd-banner {
        background-color: #654053;
        text-align: center;
        width: 100%;
        height: 180px;
        position: relative;
    }

    .hero-banner .bd-banner img {
        position: absolute;
        top: -30px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 23%;
        height: 51%;
    }

    .hero-banner .bd-banner #triangle-bottomright {
        width: 100%;
        height: 0;
        border-bottom: 90px solid #f6f4f6;
        border-left: 800px solid transparent;
        position: absolute;
        bottom: -1px;
        right: 0;
        margin: auto;
    }

    .hero-banner .banner-txt {
        padding-top: 40px;
    }

    /****** Hero banner Mask End****/
    /* superscript font size mobile start */
    .banner-txt sup,
    .bannertxt sup {
        font-size: 12px !important;
    }

    .hero-banner .banner-txt p sup {
        font-size: 10px !important;
    }

    sup,
    heading-h1 sup {
        font-size: 10px !important;
    }

    .body-style1 sup,
    .body-style3 sup,
    .bd-how-works-text sup {
        font-size: 8px !important;
    }

    .footer-terms sup {
        font-size: 7px;
    }

    .product-content sup,
    .cnt-list-item sup {
        font-size: 8px !important;
    }

    .choose-from-topic-look-title sup {
        font-size: 12px !important;
    }

    .content-part sup {
        font-size: 8px !important;
    }

    .bottom-buttons {
        padding-left: 0px !important;
    }

    /* superscript font size end */
}

@media screen and (min-width: 0) and (max-width: 319px) {
    body {
        min-width: 320px;
        overflow-x: scroll;
    }
}

.hero-banner {
    background-color: #f6f4f6;
    position: relative;
}

.hero-banner .banner-txt {
    text-align: center;
}

.hero-banner .banner-txt p {
    width: 75%;
    margin: 0 auto;
}

.hero-banner .banner-txt p sup {
    font-size: 14px;
    bottom: 10px;
    right: 0px;
    position: relative;
    top: auto;
    line-height: normal;
    display: inline-block;
    color: inherit;
}

.hero-banner p {
    color: #797979;
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

#loader {
    position: fixed;
    top: 45%;
    z-index: 9999;
    left: 45%;
    display: none;
}

.overlay {
    position: fixed;
    opacity: .5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9997;
    display: none;
}

.fC-mid-grey {
    color: #797979;
}

.fC-charcoal-grey {
    color: #797979;
}

/******** Buttons *******/
a:hover {
    text-decoration: none;
}

.jbtn {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    min-height: 48px;
    line-height: 46px;
    letter-spacing: 2px;
    border: none;
    text-decoration: none;
    vertical-align: bottom;
}

.jbtn-primary {
    background-color: #8e258d;
    color: #ffffff;
}

.jbtn-primary:focus,
.jbtn-primary.active,
.jbtn-primary:hover {
    background-color: #7b217a;
    text-decoration: none;
    color: #ffffff;
    outline: 1px dotted #000 !important;
}

.jbtn-primary--disabled {
    background-color: #f6f5f4;
    color: #a7a7a7;
}

.jbtn-primary--disabled.active,
.jbtn-primary--disabled:hover {
    background-color: #f6f5f4;
}

.jbtn-primary--success {
    background-color: #5b947b;
    color: #ffffff;
}

.jbtn-primary--success.active,
.jbtn-primary--success:hover {
    background-color: #5b947b;
}

.jbtn-primary .btn-location {
    padding-left: 70px;
}

.jbtn-wired {
    background-color: #ffffff;
    border: solid 1px #333333;
    color: #333333;
}

.jbtn-wired.active,
.jbtn-wired:hover {
    color: #8e258d;
    text-decoration: none;
}

.jbtn.list-view {
    background-color: #f6f5f4;
    line-height: normal;
    height: 48px;
}

.jbtn.list-view.active {
    background-color: #333333;
}

.jbtn.list-view:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.jbtn.map-view {
    background-color: #f6f5f4;
    line-height: normal;
    height: 48px;
}

.jbtn.map-view.active {
    background-color: #333333;
}

.jbtn.map-view:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.input-group-btn>.jbtn {
    padding: 0px 14px;
}

.input-group-btn>.jbtn-primary--disabled {
    background-color: #797979;
    color: #a7a7a7;
}

.input-group-btn>.jbtn-primary--disabled.active,
.input-group-btn>.jbtn-primary--disabled:hover {
    background-color: #797979;
}

.input-group-btn>.jbtn>img {
    padding-top: 14px;
    vertical-align: top;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .jbtn-primary .btn-location {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .jbtn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/***** Font Face ******/
/****** Font Size ******/
/***** Font Style *****/
.form-control {
    font-family: Lato;
    font-size: 16px;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #797979;
}

.form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.form-control.greybg {
    background-color: #f6f5f4;
}

/***** Headings *****/
.heading,
.sub-heading {
    font-family: Lora;
    margin-top: 0px;
    margin-bottom: 0px;
}

.heading-h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 5px;
}

.heading-h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 5px;
    /* text-transform: uppercase;
     */
}

.heading-h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
}

/******* Sub Heading *****/
.sub-heading-1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

.sub-heading-2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

.sub-heading-3 {
    font-family: Lato;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
}

.sub-heading-4 {
    font-family: Lato;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
}

.video h2,
.video h3 {
    font-family: Lora;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

.testi-content h2,
.testi-content h3 {
    font-family: Lora;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

/******* Body Style ******/
.body-style1,
p {
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.body-style2 {
    font-family: Lato;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.body-style3 {
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}

.cta-copy {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {

    /***** Headings *****/
    .heading,
    .sub-heading,
    .sub-heading {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .heading-h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 5px;
    }

    .heading-h2 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 5px;
        /* text-transform: uppercase;
         */
    }

    .heading-h3 {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 1px;
    }

    /******* Sub Heading *****/
    .sub-heading-1 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .sub-heading-2 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .sub-heading-3 {
        font-family: Lato;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3px;
    }

    .sub-heading-4 {
        font-family: Lato;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 3px;
    }

    .video h2,
    .video h3 {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .testi-content h2,
    .testi-content h3 {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    /******* Body Style ******/
    .body-style1,
    p {
        font-family: Lato;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .body-style2 {
        font-family: Lato;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }

    .cta-copy {
        font-family: Lato;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 2px;
    }

    /******** Buttons ******/
    .button-find-clinic {
        height: 34px;
        background-color: #8E258D;
    }
}

@media screen and (max-width: 767px) {

    /***** Headings *****/
    .heading,
    .sub-heading,
    .sub-heading {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .heading-h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 5px;
    }

    .heading-h2 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 5px;
        /* text-transform: uppercase;
         */
    }

    .heading-h3 {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 1px;
    }

    /******* Sub Heading *****/
    .sub-heading-1 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .sub-heading-2 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .sub-heading-3 {
        font-family: Lato;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3px;
    }

    .sub-heading-4 {
        font-family: Lato;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 3px;
    }

    .video h2,
    .video h3 {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .testi-content h2,
    .testi-content h3 {
        font-family: Lora;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    /******* Body Style ******/
    .body-style1,
    p {
        font-family: Lato;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .body-style2 {
        font-family: Lato;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }

    .cta-copy {
        font-family: Lato;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 2px;
    }
}

/*Header css Start*/
header {
    position: relative;
    z-index: 2000;
}

header .affix {
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2000;
}

header .affix-top {
    position: static;
    top: -35px;
}

header .navbar-inverse {
    border-radius: 0px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0px;
    border: none;
    max-width: 1440px;
}

header .navbar-inverse .navbar-nav>li>a {
    color: #333333;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0px 20px;
    letter-spacing: 2px;
    /*&:hover {
         color: #333333;
         background: #ffffff;
    }
     &:focus {
         color: #333333;
         background: #ffffff;
    }
     */
}

header .navbar-inverse .navbar-nav>li>a:hover,
header .navbar-inverse .navbar-nav>li>a:focus {
    color: #8e258d;
}

header .navbar-inverse .navbar-nav>li>a.active {
    color: #333333;
    background: #ffffff;
}

header .navbar-inverse .navbar-nav>.active a {
    color: #333333;
    background: #ffffff;
    /*&:hover {
         color: #333333;
         background: #ffffff;
    }
     &:focus {
         color: #333333;
         background: #ffffff;
    }
     */
}

header .navbar-inverse .navbar-nav>.active a:hover,
header .navbar-inverse .navbar-nav>.active a:focus {
    color: #8e258d;
    background: #ffffff;
}

header .navbar-inverse .navbar-nav>.open>a {
    color: #333333;
    background: #f4f6f4;
}

header .navbar-inverse .navbar-nav>.open>a:focus {
    color: #333333;
    background: #f4f6f4;
}

header .navbar-inverse .navbar-nav>.open>a:hover {
    color: #333333;
    background: #f4f6f4;
}

header .navbar-inverse .navbar-nav .language a {
    display: inline-block;
    color: #777777;
}

header .navbar-inverse .navbar-nav .language a:last-child {
    padding-left: 3px !important;
}

header .navbar-inverse .navbar-nav .language a.active {
    color: #333333;
    font-weight: bold;
}

header .navbar-inverse .navbar-nav .language a:hover,
header .navbar-inverse .navbar-nav .language a:focus {
    color: #8e258d !important;
}

header .navbar-inverse .navbar-collapse {
    border: none;
    float: right;
}

/*** Remove after link provided for know more about ***/
.Juvederm-UAE ul.navbar-nav>li:nth-child(3) a {
    cursor: default;
}

/*** Remove after link provided for know more about ***/
header .navbar-inverse .navbar-collapse ul.navbar-nav {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-inverse .navbar-form {
    border: none;
    float: right;
}

header .navbar-inverse .navbar-toggle {
    border: none;
    background: #ffffff;
    margin-right: 10px;
}

header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #8e258d;
}

header .navbar-inverse .navbar-toggle:focus {
    border: none;
    background: #ffffff;
}

header .navbar-inverse .navbar-toggle:hover {
    border: none;
    background: #ffffff;
}

header .navbar-inverse .dropdown-menu>li>a {
    color: #a7a7a7;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 2px;
}

header .navbar-brand {
    height: auto;
    padding: 16px 8px 13px 21px;
}

.Juvederm_Mastersite_Unbranded header .navbar-brand {
    padding: 10px 8px 10px 21px;
}

header .navbar-brand>img {
    width: 239px;
    object-fit: contain;
    margin-left: 20px;
}

.Juvederm_Mastersite_Unbranded header .navbar-brand>img {
    width: 296px;
}

header #myNavbar .find-clinic {
    float: right;
}

header .find-a-clinic-container {
    width: 100%;
    position: relative;
    top: 50%;
}

header .find-a-clinic-container img {
    position: absolute;
    top: 20%;
    left: 85%;
}

header .find-clinic {
    display: inline;
}

header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
    width: 215px;
    border-radius: 0px;
    background: #8e258d;
    padding: 28px 15px 28px 28px;
    color: #ffffff;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px;
    border: none;
}

header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink:hover,
header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink:focus {
    color: #ffffff;
    background: #8e258d;
    outline: 1px dotted #000000 !important;
}

header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink>img {
    object-fit: contain;
    margin-left: 45%;
}

header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink {
    padding: 0px;
    margin: 0px;
    margin: 0;
    width: 100%;
    background-color: #8e258d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px !important;
    color: #ffffff;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 0px 21px 0px 20px;
}

header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink:hover,
header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink:focus {
    color: #ffffff;
    background: #8e258d;
    outline: 1px dotted #000000 !important;
}

header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink>img {
    object-fit: contain;
    float: right;
}

header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language {
    margin-right: 30px;
}

header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language>a {
    font-weight: bold;
    color: #777777;
    font-weight: normal;
    padding: 0px;
}

header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language>a abbr {
    text-decoration: none;
    border-bottom: none;
}

header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language>a:active,
header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language>a.active {
    font-weight: bold;
    color: #333333;
}

header ul.nav.navbar-nav>li.hidden-xs.hidden-sm.language>a:first-child {
    padding-left: 15px;
}

header .sel-lang {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 4%;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    padding: 19px 0px 0px 0px;
}

header .sel-lang:hover {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 4%;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    padding: 19px 0px 0px 0px;
}

header .sel-lang:active {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 4%;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    padding: 19px 0px 0px 0px;
}

header .sel-lang a {
    font-weight: normal;
    color: #777777;
}

header .sel-lang a abbr {
    text-decoration: none;
    border-bottom: none;
}

header .sel-lang a:active,
header .sel-lang a.active {
    font-weight: bold;
    color: #333333;
}

li.hidden-xs.hidden-sm.language {
    border-left: 1px solid #e5e5e5;
}

/* Navigation Wrapping on large menu*/
.Juvederm_Brochure .navbar-header {
    width: 25%;
}

.Juvederm_Brochure header .navbar-inverse .navbar-collapse {
    width: 75%;
}

.Juvederm_Brochure header .navbar-inverse .navbar-collapse ul.navbar-nav {
    float: right;
    flex-wrap: nowrap;
}

.Juvederm_Brochure header .navbar-inverse .navbar-collapse ul.navbar-nav>li.dropdown {
    flex-basis: auto;
    flex-grow: 1;
    /*flex-basis: 0%;
        flex-grow: 1;*/
}

/*Navigation Wrapping on large menu*/


@media only screen and (min-width: 1251px) and (max-width: 1300px) {
    header .navbar-inverse .navbar-nav>li>a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1250px) {
    header .navbar-brand>img {
        width: 200px;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        width: 185px;
        padding: 28px 15px 28px 15px;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        margin-left: 0px;
    }

    header .navbar-inverse .navbar-nav>li>a {
        font-size: 11px;
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 1042px) and (max-width: 1149px) {
    header .navbar-brand>img {
        width: 180px;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        width: 185px;
        padding: 28px 15px 28px 15px;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        margin-left: 0px;
    }

    header .navbar-inverse .navbar-nav>li>a {
        font-size: 11px;
        padding: 0px 8px;
    }
}

/* tablet View*/
@media only screen and (max-width: 1041px) {
    header .navbar-inverse .navbar-collapse {
        float: none;
    }

    header .navbar-inverse .navbar-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    header .navbar-inverse .navbar-collapse.collapsing {
        z-index: 99;
        width: 100%;
        background: #ffffff;
        position: absolute !important;
    }

    header .navbar-inverse .navbar-collapse.collapse.in {
        z-index: 99;
        width: 100%;
        background: #ffffff;
        position: absolute !important;
    }

    header .navbar-inverse .navbar-form {
        float: none;
    }

    header .sel-lang {
        float: none;
        display: block;
        text-align: right;
        margin-right: 65px !important;
    }

    header #HamburgerMenu {
        width: 23px;
        height: 19px;
        position: relative;
        top: 1px;
        cursor: pointer;
        display: inline-block;
        float: left;
        right: 0px;
    }

    header #HamburgerMenu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        color: #8e258d;
        background: -webkit-linear-gradient(left, #8e258d 0%, #8e258d 100%);
        background: linear-gradient(to left, #8e258d 0%, #8e258d 100%);
        background: -moz-linear-gradient(left, #8e258d 0%, #8e258d 100%);
        background: -o-linear-gradient(left, #8e258d 0%, #8e258d 100%);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    header #HamburgerMenu span:nth-child(1) {
        top: 0px;
    }

    header #HamburgerMenu span:nth-child(2) {
        top: 8px;
        width: 100%;
    }

    header #HamburgerMenu span:nth-child(3) {
        top: 16px;
    }

    header #HamburgerMenu.open span:nth-child(1) {
        top: 8px;
        left: -2px;
        width: 130%;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    header #HamburgerMenu.open span:nth-child(2) {
        opacity: 0;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.5);
        width: 125%;
    }

    header #HamburgerMenu.open span:nth-child(3) {
        top: 8px;
        left: -2px;
        width: 130%;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        border-radius: 0px;
        background: #8e258d;
        margin: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    header #myNavbar .find-clinic {
        float: none;
    }

    /* Navigation Wrapping on large menu*/
    .Juvederm_Brochure .navbar-header {
        width: auto;
    }

    .Juvederm_Brochure header .navbar-inverse .navbar-collapse {
        width: 100%;
    }

    .Juvederm_Brochure header .navbar-inverse .navbar-collapse ul.navbar-nav {
        float: none;
    }

    /*Navigation Wrapping on large menu*/
}

@media only screen and (min-width: 768px) and (max-width: 1041px) {
    header .find-clinic {
        display: block !important;
    }

    header .find-clinic .find-a-clinic-container {
        text-align: center;
    }

    header .find-clinic .find-a-clinic-container img {
        display: none;
    }

    header .find-clinic.hidden-lg .find-a-clinic-container {
        text-align: left;
    }

    header .find-clinic.hidden-lg .find-a-clinic-container img {
        display: inline-block;
        right: 0px;
        left: auto;
    }

    header .navbar-brand {
        padding: 12px 20px 11px;
    }

    header .navbar-brand>img {
        width: 139px;
        object-fit: contain;
        margin-left: 0px;
        height: auto;
    }

    .Juvederm_Mastersite_Unbranded header .navbar-brand>img {
        width: 186px;
    }

    header .sel-lang {
        padding: 15px 0px 11px 0px !important;
        margin-right: 83px !important;
        float: right;
        display: block !important;
    }

    header .sel-lang a {
        display: inline-block;
    }

    header .navbar-inverse .navbar-nav {
        float: none;
        margin-right: 0px !important;
    }

    header .navbar-inverse .navbar-nav>li {
        float: none;
        text-align: center;
        margin: 7px 0px !important;
        padding: 7px 0px;
        border-bottom: 1px solid #e5e5e5;
    }

    header .navbar-inverse .navbar-nav>li>a {
        text-align: center;
    }

    header .navbar-inverse .navbar-nav>li.offers {
        margin: 0px 0px !important;
    }

    header .navbar-inverse .navbar-nav>li:last-child {
        margin: -7px 0px !important;
        padding: 0px !important;
    }

    header .navbar-inverse .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    header .navbar-inverse .navbar-collapse ul.navbar-nav {
        margin-right: 0px;
        display: block;
    }

    header .navbar-inverse .navbar-collapse.collapse {
        display: none !important;
        height: auto;
    }

    header .navbar-inverse .navbar-collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    header .navbar-inverse .navbar-toggle {
        display: block;
        margin-bottom: 0px;
        float: none;
    }

    header .navbar-inverse .navbar-header {
        float: none;
        height: 59px;
        border: 1px solid #e5e5e5;
    }

    header .navbar-inverse .navbar-header .header-right-block {
        position: relative;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        padding: 14px 0px;
        border: none;
        padding: 14px 0px !important;
        display: inline-block;
        margin: 0px;
        width: 100%;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        display: none;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink {
        padding: 0px 22px 0px 19px !important;
        display: block;
        line-height: 16px;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink span {
        padding: 9px 5px;
        display: inline-block;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        display: inline-block;
        margin: 6px 0px;
    }

    .navbar-nav {
        margin-bottom: -7px;
    }

    li.hidden-xs.hidden-sm.language {
        display: none !important;
    }
}

/* Mobile view */
@media screen and (max-width: 767px) {
    header .sel-lang {
        padding: 15px 0px 11px 0px !important;
        float: right;
    }

    header .sel-lang a {
        display: inline-block;
    }

    header .find-clinic .find-a-clinic-container {
        text-align: center;
    }

    header .find-clinic .find-a-clinic-container img {
        display: none;
    }

    header .find-clinic.hidden-lg .find-a-clinic-container {
        text-align: left;
    }

    header .find-clinic.hidden-lg .find-a-clinic-container img {
        display: inline-block;
        right: 0px;
        left: auto;
    }

    header .navbar-collapse {
        padding: 0px;
    }

    header .navbar-brand {
        padding: 12px 19px 11px;
    }

    header .navbar-brand>img {
        width: 134px;
        height: auto;
        object-fit: contain;
        margin-left: 4px;
    }

    .Juvederm_Mastersite_Unbranded header .navbar-brand>img {
        width: 194px;
    }

    header .find-clinic {
        display: block;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        border: none;
        margin: 0px;
        width: 100%;
        padding: 14px 0px !important;
        display: inline-block;
    }

    header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        display: none;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink {
        padding: 0px 22px 0px 19px !important;
        display: block;
        line-height: 16px;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink span {
        padding: 9px 5px;
        display: inline-block;
    }

    header .find-clinic.hidden-lg .nav.navbar-nav.navbar-right.nav-clinicLink>img {
        display: inline-block;
        margin: 6px 0px;
    }

    header .navbar-inverse .navbar-header {
        height: 59px;
        border-bottom: 1px solid #e5e5e5;
    }

    header .navbar-inverse .navbar-header .header-right-block {
        position: relative;
    }

    header .navbar-inverse .navbar-header .navbar-toggle {
        margin-bottom: 0px;
        float: none;
    }

    header .navbar-inverse .navbar-nav>li {
        margin: 7px 0px !important;
        padding: 7px 0px;
        border-bottom: 1px solid #e5e5e5;
    }

    header .navbar-inverse .navbar-nav>li.offers {
        margin: 0px 0px !important;
    }

    header .navbar-inverse .navbar-nav>li:last-child {
        margin: -7px 0px !important;
        padding: 0px !important;
    }

    header .navbar-inverse .navbar-collapse ul.navbar-nav {
        margin-right: 0px;
        display: block;
        overflow-y: scroll;
    }

    .navbar-nav {
        margin: 0px -15px -7px;
        margin-right: 0px !important;
    }
}

/* Header Ends*/
/*banner css*/
.hmbanner {
    position: relative;
    /*background:url("../assets/homepage_desktop.png")no-repeat;
                                width:100%;
                                height:944px;
                                background-size:cover;
                                */
}

.hmbanner img {
    width: 100%;
}

.hmbanner .banner-top-slide {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.64);
    position: absolute;
    top: 0;
    padding: 9px 0px;
}

.hmbanner .banner-top-slide>p {
    min-width: 540px;
    color: #8e258d;
    text-align: center;
}

.hmbanner .banner-info {
    right: 4%;
    padding-bottom: 30px;
    top: 254px;
    position: absolute;
}

.hmbanner .banner-info .bannertxt {
    width: 539.7px;
    text-align: center;
    color: #5a789a;
}

.hmbanner .banner-info .bannertxt sup {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.21;
    letter-spacing: 0px;
    text-align: center;
    color: #5a789a;
    bottom: 16px;
    right: 0px;
    position: relative;
    display: inline-block;
}

.hmbanner .banner-info .bannertxt .sup-orange {
    color: #91301d;
}

.hmbanner .banner-info .bannertxt .sup-purple {
    color: #945b8e;
}

.hmbanner .banner-info .banner-subtxt {
    width: 495.7px;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}

.hmbanner .banner-info .orange-bannertxt {
    color: #91301d;
    text-transform: uppercase;
}

.hmbanner .banner-info .purple-bannertxt {
    color: #945b8e;
}

.hmbanner #home-Carousel {
    position: absolute;
    bottom: 63px;
    left: 275px;
}

.hmbanner #home-Carousel .banner-inner-carousel {
    width: 888px;
    background-color: #53284f;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
    max-width: 424px;
    padding: 4% 57px 0 53px;
    float: left;
}


.hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt1 {
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0px;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt2 {
    width: 319px;
    text-align: left;
    color: #ffffff;
    text-transform: none;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-result {
    background-color: #bacee3;
    float: left;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-image,
.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-image {
    width: 233px;
    height: 280px;
    object-fit: cover;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-image {
    width: 231px;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result .img-desc-bg,
.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result .img-desc-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 14px;
    text-transform: capitalize;
    height: 34px;
    background-color: #f6f4f6;
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result,
.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result {
    position: relative;
    display: inline-block;
    float: left;
    border-left: 1px solid #e6e6e8;
}

/*Master Site*/
.hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .after-image,
.hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .before-image {
    width: 231px;
    height: auto;
}

.hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .courtesyTxt-bg {
    background: #FFFFFF;
    padding: 5px 0px 10px;
}

.hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .courtesyTxt-bg .img-desc-bg {
    width: 49%;
    display: inline-block;
    position: static;
    background-color: transparent;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    padding: 0px;
}

.hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .courtesyTxt-bg .courtesyTxt {
    font-family: Lato;
    font-size: 11px;
    color: #a7a7a7;
    letter-spacing: 1px;
}

/*Master Site*/

/*** Juvederm-UAE ***/
.Juvederm-UAE .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
    max-width: 426px;
    padding: 4% 85px 0 61px;
}

.Juvederm-UAE .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result,
.hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result {
    border-left: none;
}

/*** Juvederm-UAE ***/
.mobile-banner {
    display: none;
}

.Rectangle-3 {
    display: inline-block;
    width: 280px;
    height: 48px;
    border: solid 1px #ffffff;
    background: transparent;
    text-align: center;
    margin: 30px 0px 0px 0px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px;
}

.Juvederm-UAE .Rectangle-3 {
    height: 135px;
    margin: 30px 0px 0px 0px;
}

.Juvederm-UAE .Rectangle-4 a {
    color: white;
}

.Juvederm-UAE .Rectangle-3 {
    height: 75px;
    margin: 60px 0px 0px 0px;
}

.Rectangle-3.cta-copy.consultation-tool:focus,
.Rectangle-3.cta-copy.consultation-tool:hover {
    outline: 1px dotted #FFFFFF !important;
}

.white {
    width: 260px;
    height: 16px;
}

.Download-PDF,
.Download-PDF:hover {
    width: 260px;
    height: 16px;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.Juvederm-UAE .Download-PDF:hover {
    width: 280px !important;
}

/*promo code css*/
.Rectangle-7-Copy {
    width: 100%;
    background-color: #654053;
}

.voucher-hm {
    width: 55%;
    height: auto;
    font-family: Lato;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 2.5px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.7% 0px 1.7% 0px;
    margin-bottom: 0px;
    margin-left: 31%;
    text-transform: uppercase;
}

.voucher-hm a {
    color: rgba(255, 255, 255, 0.8);
}

.text-style-1,
.voucher-hm b {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
}

.promo-code {
    position: relative;
}

.promo-offer {
    position: absolute;
    bottom: 0px;
    left: 20%;
}

/*promo code css*/
/*media queries*/
@media only screen and (min-width: 1042px) and (max-width: 1199px) {
    .hmbanner {
        background-size: 100%;
    }

    .hmbanner .banner-info {
        left: 50%;
        top: 20%;
    }

    .hmbanner .banner-info .bannertxt,
    .hmbanner .banner-info .banner-subtxt {
        width: 100%;
    }

    .hmbanner #home-Carousel {
        left: 0px;
        width: 100%;
    }

    .hmbanner #home-Carousel .banner-inner-carousel {
        width: 100%;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
        width: 50%;
        max-width: none;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result img,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result img {
        width: 100%;
        height: 280px;
        object-fit: initial;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result {
        width: 50%;
    }

    /*Master Site*/
    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .after-image,
    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .before-image {
        width: 100%;
        height: auto;
    }

    /*Master Site*/
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
        max-width: initial;
    }

    .voucher-hm {
        margin-left: 33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1041px) {
    .hmbanner {
        /*background:url("../assets/homepage_tablet.png")no-repeat;
         background-size: 100%;
         */
    }

    .hmbanner .show-title-text {
        display: none;
    }

    .hmbanner .banner-top-slide {
        position: absolute;
        top: 0px;
    }

    .hmbanner .banner-info {
        width: 53%;
        top: 20%;
        right: 0;
    }

    .hmbanner .banner-info .bannertxt {
        width: 100%;
    }

    .hmbanner .banner-info .bannertxt sup {
        bottom: 10px;
    }

    .hmbanner .banner-info .banner-subtxt {
        width: 61.5%;
        margin: 0 auto;
        margin-top: 24px;
    }

    .hmbanner #home-Carousel {
        position: static;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .hmbanner #home-Carousel .banner-inner-carousel {
        width: 100%;
        height: auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
        max-width: initial;
        width: 48.5%;
        float: left;
        padding: 6% 55px 0px 36px;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt1 {
        margin-bottom: 0px;
        height: auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt2 {
        width: 70%;
        height: auto;
        margin: 10px 0px 14px;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result {
        float: left;
        width: 51.5%;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-image,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-image {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result img,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result {
        width: 50%;
    }

    /*Master Site*/
    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .after-image,
    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .before-image {
        width: 100%;
        height: auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-look-section {
        padding: 6% 55px 0px 36px;
    }

    /*Master Site*/
    .Rectangle-3 {
        width: 100%;
        height: auto;
        padding: 13px;
        margin-top: 0px;
    }

    .promo-offer {
        left: 10%;
    }

    .Rectangle-7-Copy {
        width: 100%;
        height: auto;
        padding-bottom: 1px;
    }

    .voucher-hm {
        width: 50%;
        height: auto;
        text-align: left;
    }

    .voucher-hm {
        font-family: Lato;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.33;
        letter-spacing: 2.5px;
        text-align: left;
        padding: 5% 0px 5% 0px;
    }

    /*.voucher-hm .text-style-1 {
         font-weight: @font-weight-bold;
    }
     */
    /*banner css*/
    .Juvederm-UAE .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
        max-width: 497px
    }
}

@media only screen and (max-width: 767px) {
    .hmbanner {
        background: none;
        background-size: initial;
        width: 100%;
        height: auto;
        position: relative;
    }

    .hmbanner .show-title-text {
        display: none;
    }

    .hmbanner .banner-top-slide {
        height: auto;
    }

    .hmbanner .banner-top-slide>p {
        width: 100%;
        height: auto;
        min-width: initial;
    }

    .hmbanner .banner-info {
        background-color: #f6f5f4;
        padding: 5% 2% 15%;
        position: static;
    }

    .hmbanner .banner-info .bannertxt {
        width: 100%;
        margin-top: 0px;
    }

    .hmbanner .banner-info .bannertxt sup {
        bottom: 10px;
    }

    .hmbanner .banner-info .banner-subtxt {
        width: 100%;
        padding: 0% 12%;
        padding-top: 14px;
    }

    .hmbanner #home-Carousel {
        position: relative;
        left: 0;
        bottom: 0px;
        left: 0px;
    }

    .hmbanner #home-Carousel .toggle-arrow {
        background: #8e258d;
        width: 48px;
        height: 48px;
        z-index: 1;
        position: absolute;
        left: 43%;
        border: none;
        top: -5%;
        background-size: 48px 48px;
        outline: none;
        display: block;
        padding: 13px;
    }

    .hmbanner #home-Carousel .toggle-arrow img {
        width: 22px;
        height: 22px;
    }

    .hmbanner #home-Carousel .banner-inner-carousel {
        width: auto;
        height: auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section {
        width: 100%;
        max-width: initial;
        padding: 37px 20px 40px;
        order: 2;
        -webkit-order: 2;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt1,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt2 {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-look-section .txt2 {
        width: 58%;
        margin: 0px auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result {
        width: 100%;
        max-width: initial;
        order: 1;
        -webkit-order: 1;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-image,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-image {
        width: 100%;
        height: 363px;
        object-fit: initial;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result img,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .after-look-result,
    .hmbanner #home-Carousel .banner-inner-carousel .visualise-result .before-look-result {
        width: 50%;
    }

    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .after-image,
    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-result .before-image {
        width: 100%;
        height: auto;
    }

    .hmbanner #home-Carousel .banner-inner-carousel.inner-Imgwhitebg .visualise-look-section {
        padding: 37px 20px 40px;
    }

    .mobile-banner {
        display: block;
        width: 100%;
    }

    .cflex {
        display: flex;
        flex-flow: column;
    }

    .Rectangle-7-Copy {
        width: 100%;
        height: auto;
    }

    .Rectangle-2-Copy {
        width: auto;
        height: auto;
    }

    .Rectangle-3 {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .voucher-hm {
        width: 95%;
        margin-left: 15px;
        height: auto;
    }

    .promo-offer {
        left: 3%;
        width: 30%;
    }

    .Juvederm-UAE .Download-PDF:hover {
        width: 100% !important;
    }

    .Juvederm-UAE .Rectangle-4 {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    /*promo*/
    .voucher-hm {
        font-family: Lato;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.55;
        letter-spacing: 2.1px;
        text-align: left;
        padding: 15px 0px 15px 0px;
        margin-bottom: 0px;
    }

    .voucher-hm .text-style-1 {
        letter-spacing: 2.3px;
    }

    .voucher-hm .text-style-2 {
        font-weight: bold;
    }
}

/*footer css*/
footer {
    width: 100%;
    background-color: #f6f5f4;
    border-top: 1px solid #e5e5e5;
    border-bottom: 2px solid #8e258d;
    padding-top: 57px;
    /*div[class^="col-"] {
         padding-left:0px;
         padding-right: 0px;
    }
     */
}

footer .container {
    width: 88.5%;
}

footer .social-icon-section {
    float: left;
    width: 40%;
}

footer .social-icon-section h2 {
    margin-top: 8px;
    margin-bottom: 0px;
}

footer .footer-logo-allergan {
    float: left;
    width: 60%;
    text-align: right;
}

footer .footer-logo-allergan .navbar-brand {
    display: block;
}

footer .footer-logo-juvederm {
    width: 50%;
    float: left;
}

footer .search-clinc-sec {
    width: 50%;
    float: left;
    padding: 0px 6% 0px 0%;
}

footer .navbar-brand {
    float: none;
    height: auto;
    padding: 0px;
    line-height: normal;
}

footer .navbar-brand>img {
    display: inline-block;
}

footer .clinic-search-box:focus {
    border: 1px solid #8e258d;
}

footer .find-a-clinic {
    /*width: 288px;
     height: 25px;
     */
    font-family: lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: #333333;
    margin: 0px 0 12px 0;
}

footer .social,
footer .footer-links li {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: left;
    color: #333333;
}

footer .social a,
footer .footer-links li a {
    text-transform: uppercase;
}

footer #ftrclincSearch {
    width: 48px;
    padding: 0px 16px;
}

footer #ftrclincSearch img {
    vertical-align: top;
}

footer .footer-links {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
    background-color: #f6f5f4;
}

footer .footer-links li {
    float: none;
    padding-right: 3.3%;
    display: block;
    padding-bottom: 5px;
}

footer .footer-links a {
    display: block;
    text-decoration: none;
    color: #333333 !important;
}

footer .footer-logo-text {
    width: 100%;
    display: block;
    margin-top: 12px;
    text-align: right;
    height: 48px;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #797979;
    display: inline-block;
}



footer .footer-logo-juvederm img {
    width: 172px;
}

.Juvederm_Mastersite_Unbranded footer .footer-logo-juvederm img {
    width: 220px;
}

footer .footer-logo-allergan img {
    float: right;
    max-width: 86%;
}

footer .search-code {
    width: 100%;
    height: 48px;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #6c6c6c;
    padding-left: 20px;
    border: none;
}

footer .footer-social-icons {
    margin-top: 18px;
}

footer .footer-social-icons span:first-child {
    padding-right: 18px;
}

footer .footer-terms {
    font-family: Lato;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #a7a7a7;
    margin-top: 15px;
    margin-bottom: 21px;
    line-height: normal;
}

footer .footer-terms p {
    margin: 0px 0px 7px;
    font-family: Lato;
    font-size: 11px;
    line-height: 20px;
}

footer .footer-terms p span sup {
    font-size: 10px;
}

@media only screen and (min-width: 1042px) and (max-width: 1100px) {
    .container {
        width: auto !important;
    }
}

/* tablet View*/
@media only screen and (min-width: 768px) and (max-width: 1041px) {
    footer {
        width: 100%;
        background-color: #f6f5f4;
        border-bottom: 2px solid #8e258d;
        padding-top: 19px;
        /*.order-1 {
             order: 1;
             -webkit-order: 1;
        }
         .order-2 {
             order: 2;
             -webkit-order: 2;
        }
         */
    }

    footer .container {
        width: 100%;
    }

    footer .col-md-1,
    footer .col-md-2,
    footer .col-md-3,
    footer .col-md-4,
    footer .col-md-5,
    footer .col-md-6,
    footer .col-md-7,
    footer .col-md-8,
    footer .col-md-9,
    footer .col-md-10,
    footer .col-md-11,
    footer .col-md-12 {
        width: 100%;
    }

    footer .footer-logo-text {
        display: none;
    }

    footer .social-icon-section,
    footer .footer-logo-allergan,
    footer .footer-logo-juvederm,
    footer .search-clinc-sec {
        width: 100%;
    }

    footer .search-clinc-sec {
        padding: 0px;
    }

    footer .footer-logo-juvederm {
        margin-top: 6px;
    }

    footer .footer-logo-juvederm img {
        display: none;
    }

    footer .footer-logo-allergan {
        display: none;
    }

    footer .footer-logo-device {
        display: block !important;
        text-align: center;
        margin-top: 31px;
        margin: 31px 0px 14px 0px;
    }

    footer .footer-logo-device a:first-child {
        padding-right: 15%;
    }

    footer .footer-logo-device a:first-child .clearfix {
        display: none !important;
    }

    .Juvederm_Mastersite_Unbranded footer .footer-logo-device a:first-child {
        padding-right: 0;
    }

    /*** remove this class after Footer Allergan link provided ***/

    .Juvederm-UAE footer .footer-logo-device img {
        width: 25%;
        display: unset !important;
    }

    /*** remove this class after Footer Allergan link provided ***/

    footer .footer-logo-device .navbar-brand>img {
        width: 156px;
    }

    .Juvederm_Mastersite_Unbranded footer .footer-logo-device .navbar-brand>img {
        width: 296px;
    }

    footer .find-a-clinic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .search-code {
        width: 100%;
    }

    footer .input-group {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    footer .social {
        display: none;
    }

    footer .footer-social-icons {
        text-align: center;
        padding-top: 16px;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 16px;
        margin-top: 0px;
        margin: 0px -15px;
    }

    footer .footer-social-icons span:first-child {
        padding-right: 63px;
    }

    footer .footer-links {
        margin: 20px 0 0 0;
    }

    footer .footer-links li {
        float: none;
        padding: 16px 0 16px 0px;
        text-align: center;
        border-top: solid 1px #e5e5e5;
        margin: 0px -15px;
    }

    footer .footer-links li:last-child {
        border-bottom: solid 1px #e5e5e5;
    }

    footer .flex-parent {
        display: flex;
        flex-flow: column;
    }

    footer .footer-terms {
        margin-bottom: 25px;
    }
}

/* Mobile view */
@media screen and (max-width: 767px) {
    footer {
        width: 100%;
        background-color: #f6f5f4;
        border-bottom: 2px solid #8e258d;
        padding-top: 18px;
        /*& .order-1 {
             order: 1;
             -webkit-order: 1;
        }
         & .order-2 {
             order: 2;
             -webkit-order: 2;
        }
         */
    }

    footer .container {
        width: 100%;
    }

    footer .social-icon-section,
    footer .footer-logo-allergan,
    footer .footer-logo-juvederm,
    footer .search-clinc-sec {
        width: 100%;
    }

    footer .search-clinc-sec {
        padding: 0px;
    }

    footer .footer-logo-text {
        display: none;
    }

    footer .footer-logo-juvederm {
        margin-top: 10px;
    }

    footer .footer-logo-juvederm img {
        display: none;
    }

    footer .footer-logo-juvederm .footer-links {
        margin-top: 6px;
    }

    footer .footer-logo-allergan {
        display: none;
    }

    footer .footer-logo-device {
        display: block;
        text-align: center;
        margin-top: 40px;
    }

    footer .footer-logo-device a:first-child {
        padding-right: 14px;
    }

    footer .footer-logo-device img {
        width: 40%;
        /*&:first-child{
                padding-right: 14px;
                }*/
    }

    /*** remove this class after Footer Allergan link provided ***/

    .Juvederm-UAE footer .footer-logo-device img {
        width: 40%;
        display: unset !important;
    }

    /*** remove this class after Footer Allergan link provided ***/

    .Juvederm_Mastersite_Unbranded footer .footer-logo-device img {
        width: 75%;
        /*&:first-child{
             padding-right: 14px;
        }
         */
    }


    footer .find-a-clinic {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    footer .search-code {
        width: 100%;
    }

    footer .input-group {
        width: 100%;
    }

    footer .social {
        display: none;
    }

    footer .footer-social-icons {
        text-align: center;
        padding-top: 16px;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 16px;
        margin-top: 0px;
        margin: 0px -15px;
    }

    footer .footer-social-icons span:first-child {
        padding-right: 53px;
    }

    footer .footer-links li {
        float: none;
        padding: 16px 0 16px 0px;
        text-align: center;
        border-top: solid 1px #e5e5e5;
        margin: 0px -15px;
    }

    footer .footer-links li:last-child {
        border-bottom: solid 1px #e5e5e5;
    }

    footer .footer-terms p:first-child {
        padding-left: 11px;
        padding-right: 11px;
    }

    footer .footer-terms p:last-child {
        padding-top: 3px;
        width: 65%;
        margin: auto;
    }

    footer .flex-parent {
        display: flex;
        flex-flow: column;
    }

    footer .footer-terms {
        margin: 32px 0px 22px;
    }
}

@media screen and (min-width: 0) and (max-width: 319px) {
    body {
        min-width: 320px;
        overflow-x: scroll;
    }

    header .navbar-brand {
        padding: 12px 0px 0px !important;
    }

    header .sel-lang {
        padding: 15px 0px 11px 0px !important;
        float: right !important;
        margin-right: 18% !important;
    }

    header .navbar-inverse.affix .navbar-header .navbar-toggle {
        margin-right: 0px !important;
    }
}

/*footer css Ends*/
/*Find a Clinic Styles Start****/
.fcwidth {
    width: 100%;
}

.clinc-search-box input[type=text] {
    border-radius: 0px;
}

#location-search .form-control.clinic-search-box {
    line-height: 24px;
}

.individual-clinic-banner-txt {
    padding-bottom: 44px;
}

.quick-search {
    font-size: 11px;
    line-height: 16px;
    font-family: Lato;
    letter-spacing: 2.2px;
    font-weight: bold;
    color: #8e258d;
    text-decoration: none;
    display: block;
    margin: 21px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}

.quick-search ul {
    padding-left: 5px;
    list-style: none;
    float: left;
    color: #9b9b9b;
    margin-bottom: 0px;
}

.quick-search ul li {
    float: left;
}

.quick-search a,
.quick-search:hover {
    color: #8e258d;
}

.quick-search a:hover {
    color: #8e258d;
    text-decoration: underline;
}

.quick-search span {
    color: #9b9b9b;
    float: left;
}

.quick-search span:hover {
    color: #9b9b9b;
    border-bottom: 1px solid 9b9b9b;
}

.jbtn.map-view {
    padding: 14px 16px;
}

.jbtn.map-view img {
    vertical-align: top;
}

.jbtn.list-view {
    padding: 14px 13px;
}

.jbtn.list-view img {
    vertical-align: top;
}

.top-clinics {
    margin-top: 15px !important;
}

#list .listView-bg {
    background-color: #fdfcfd;
    margin-bottom: 15px;
    border-left: 20px solid #e3dce3;
    /*& .brilliant-logo:after{
                                                content:"";
                                                background: url("../assets/brilliant-distinction-logo.png")no-repeat;
                                                background-size: 50px 50px;
                                                position: absolute;
                                                width: 50px;
                                                height: 50px;
                                                right: 0;
                                                top:0;
                                }
                                */
}

#list.no-border .listView-bg {
    border-left: none;
    background-color: #f6f4f6;
}

#list .listView-bg:last-child {
    margin-bottom: 0px;
}

#list .listView-bg .clinic-detail-list {
    padding: 18px 40px 18px 40px !important;
}

#list .listView-bg .listContent {
    padding: 18px 40px 18px 40px;
    position: relative;
}

#list .listView-bg .listContent>div {
    display: inline-block;
}

#list .listView-bg .listContent>div.addressDetail {
    position: relative;
}

#list .listView-bg .listContent>div.addressDetail address {
    margin-bottom: 0px;
}

#list .listView-bg .listContent>div.addressDetail h2 a {
    color: #333333;
}

#list .listView-bg .listContent>div.addressDetail .doctorDetails {
    display: inline-block;
    padding-top: 30px;
}

#list .listView-bg .listContent>div.addressDetail .doctorDetails .docName {
    font-size: 16px;
    color: #532757;
    font-family: Lato;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
}

#list .listView-bg .listContent>div.addressDetail .doctorDetails .docImg {
    padding-left: 40px;
}

/*** Hide docName for Juvederm UAE version ***/
.Juvederm-UAE #list .listView-bg .listContent>div.addressDetail .doctorDetails {
    display: none;
}

.Juvederm-UAE #list .listView-bg .listContent>div.addressDetail .doctorDetails .docName {
    display: none;
}

.Juvederm-UAE #list .listView-bg .listContent>div.addressDetail .doctorDetails img {
    display: none;
}

.Juvederm-UAE #map .listView-bg .listContent>div.addressDetail .doctorDetails {
    display: none;
}

.Juvederm-UAE #map .listView-bg .listContent>div.addressDetail .doctorDetails .docName {
    display: none;
}

.Juvederm-UAE #map .listView-bg .listContent>div.addressDetail .doctorDetails img {
    display: none;
}

.Juvederm-UAE #map .listView-bg .listContent>div.addressDetail .doctorDetails {
    border-top: none;
}

/*** Hide docName for Juvederm UAE version ***/

#list .listView-bg .listContent>div.contactDetail {
    border-left: 1px solid #e5e5e5;
    padding-left: 40px;
    padding-top: 20px;
}

#list .listView-bg .listContent>div.contactDetail a.cta-copy {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #797979 !important;
}

#list .listView-bg .listContent>div.contactDetail a.cta-copy span {
    width: 45%;
    display: inline-block;
}

#list .listView-bg .listContent>div.contactDetail a.cta-copy img {
    vertical-align: top;
    padding-left: 10px;
}

#list .listView-bg .listContent>div.contactDetail a.cta-copy:before,
#list .listView-bg .listContent>div.contactDetail a.cta-copy:after {
    content: "";
    clear: both;
    display: table;
}

#list .listView-bg .listContent>div.contactDetail a.jbtn {
    text-align: left;
}

#list .listView-bg .listContent>div.contactDetail a.jbtn img {
    float: right;
    margin-top: 16px;
    padding-left: 10px;
}

#list .listView-bg .listContent>div.contactDetail a:focus,
#list .listView-bg .listContent>div.contactDetail a:hover {
    color: inherit;
}

#list .listView-bg .listContent>div.contactDetail a:hover,
#list .listView-bg .listContent>div.contactDetail a:focus {
    text-decoration: underline;
}

#list .listView-bg .listContent>div.contactDetail a:nth-child(3):hover {
    color: #333333;
}

#list .listView-bg .listContent>div.contactDetail a:last-child {
    margin-top: 10px;
}

#list .listView-bg .listContent>div.contactDetail a:last-child:focus,
#list .listView-bg .listContent>div.contactDetail a:last-child:hover {
    color: #ffffff;
}

#list .listView-bg .listContent.list-with-img {
    padding: 0px;
}

#list .listView-bg .listContent.list-with-img>div {
    display: inline-block;
}

#list .listView-bg .listContent.list-with-img>div.contact-bg {
    background-color: #fdfcfd;
}

#list .listView-bg .listContent.list-with-img>div .clinicImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

        #list .listView-bg .listContent.list-with-img > div img[alt].clinicImg:after, #list .listView-bg .listContent.list-with-img .docImg img[alt]:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fdfcfd;
            text-align: center;
            content: attr(alt);
        }

#list .listView-bg .listContent.list-with-img .docImg img[alt]:after {
    background-color: #f6f4f6;
}

#list .listView-bg .listContent.list-with-img>div .addressDetail {
    position: relative;
    padding-left: 25px;
    padding-top: 30px;
}

#list .listView-bg .listContent.list-with-img>div .addressDetail address {
    margin-bottom: 0px;
}

#list .listView-bg .listContent.list-with-img>div .addressDetail h2 a {
    color: #333333;
}

#list .listView-bg .listContent.list-with-img>div .timingDetail {
    padding-left: 25px;
    padding-top: 10px;
}

#list .listView-bg .listContent.list-with-img>div .timingDetail .btm-brdr {
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail {
    padding-left: 25px;
    padding-top: 20px;
    margin-bottom: 18px;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #797979 !important;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy span {
    width: 45%;
    display: inline-block;
}

.Juvederm_Mastersite_Branded #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy span,
.Juvederm_Mastersite_Unbranded #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy span {
    width: 130px;
    display: inline-block;
    word-break: break-all;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy img {
    vertical-align: top;
    padding-left: 10px;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy:before,
#list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy:after {
    content: "";
    clear: both;
    display: table;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.jbtn {
    text-align: left;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.jbtn img {
    float: right;
    margin-top: 16px;
    padding-left: 10px;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a.jbtn.jbtn-primary {
    border: 1px solid #8e258d;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a:focus,
#list .listView-bg .listContent.list-with-img>div .contactDetail a:hover {
    color: inherit;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a:hover {
    text-decoration: underline;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a:nth-child(3):hover {
    color: #333333;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a:last-child {
    margin-top: 20px;
}

#list .listView-bg .listContent.list-with-img>div .contactDetail a:last-child:focus,
#list .listView-bg .listContent.list-with-img>div .contactDetail a:last-child:hover {
    color: #ffffff;
}

#list .listView-bg .listContent.list-with-img>div.dr-det-bg {
    background: #f6f4f6;
    padding: 30px 40px 30px 40px;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails {
    display: inline-block;
    width: 100%;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .docName {
    font-size: 16px;
    color: #333333;
    font-family: Lato;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 15px;
    display: inline-block;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg {
    text-align: center;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg~div {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control {
    background-image: none;
    top: 40px;
    bottom: auto;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-left-arrow {
    transform: rotate(180deg);
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control img {
    width: 50px;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.left {
    left: -15px;
}

#list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.right {
    right: -15px;
}

/*** Hide docName for Juvederm UAE version ***/
.Juvederm-UAE #list .listView-bg .listContent>div.addressDetail .doctorDetails .docName {
    display: none;
}

.Juvederm-UAE #list .listView-bg .listContent>div.addressDetail .doctorDetails img {
    display: none;
}

/*** Hide docName for Juvederm UAE version ***/

#map .listView-bg {
    background-color: #fdfcfd;
    border-top: 20px solid #e3dce3;
    border-left: none;
    /*& .brilliant-logo:after{
                                                content:"";
                                                background: url("../assets/brilliant-distinction-logo.png")no-repeat;
                                                background-size: 50px 50px;
                                                position: absolute;
                                                width: 50px;
                                                height: 50px;
                                                right: -15px;
                                                top:0;
                                }
                                */
}

#map.no-border .listView-bg {
    border-top: none;
}

#map .listView-bg .listContent {
    padding: 40px 0px 25px 0px;
    position: relative;
    display: inline-block;
}

#map .listView-bg .listContent>div.addressDetail {
    position: relative;
    border-right: none;
    border-bottom: 1px solid #e3dce3;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#map .listView-bg .listContent>div.addressDetail h2 a {
    color: #333333;
}

#map .listView-bg .listContent>div.addressDetail .doctorDetails {
    display: inline-block;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #e3dce3;
    width: 100%;
    clear: both;
}

#map .listView-bg .listContent>div.addressDetail .doctorDetails>div:first-child {
    display: block;
    float: none;
}

#map .listView-bg .listContent>div.addressDetail .doctorDetails .docName {
    font-size: 16px;
    color: #532757;
    font-family: Lato;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 85%;
    float: left;
}

#map .listView-bg .listContent>div.addressDetail .doctorDetails .docImg {
    padding-top: 20px;
    padding-left: 0px;
}

#map .listView-bg .listContent>div.addressDetail .doctorDetails>img {
    float: left;
}

#map .listView-bg .listContent>div.contactDetail {
    padding-left: 15px;
    text-align: center;
}

#map .listView-bg .listContent>div.contactDetail a:hover {
    text-decoration: underline !important;
}

#map .listView-bg .listContent>div.contactDetail a:first-child:hover,
#map .listView-bg .listContent>div.contactDetail a:first-child:focus {
    color: #333333;
}

#map .listView-bg .listContent>div.contactDetail a.cta-copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #797979;
}

#map .listView-bg .listContent>div.contactDetail a.cta-copy span {
    display: inline-block;
    width: 65%;
}

#map .listView-bg .listContent>div.contactDetail a.cta-copy img {
    padding-left: 10px;
}

#map .listView-bg .listContent>div.contactDetail a.cta-copy:before,
#map .listView-bg .listContent>div.contactDetail a.cta-copy:after {
    content: "";
    clear: both;
    display: table;
}

#map .listView-bg .listContent>div.contactDetail a.jbtn {
    width: 100%;
    text-align: left;
}

#map .listView-bg .listContent>div.contactDetail a.jbtn:focus,
#map .listView-bg .listContent>div.contactDetail a.jbtn:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

#map .listView-bg .listContent>div.contactDetail a.jbtn:last-child:hover,
#map .listView-bg .listContent>div.contactDetail a.jbtn:last-child:focus {
    color: #333333;
}

#map .listView-bg .listContent>div.contactDetail a.jbtn img {
    float: right;
    margin-top: 16px;
    padding-left: 10px;
}

#map .listView-bg .listContent.list-with-img {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#map .listView-bg .listContent.list-with-img .addressDetail {
    margin-bottom: 0px;
}

#map .listView-bg .listContent.list-with-img .addressDetail address {
    margin-bottom: 0px;
}

#map .listView-bg .listContent.list-with-img .timingDetail {
    padding-top: 10px;
    margin-bottom: 20px;
    font-family: Lato;
    font-size: 12px;
    line-height: 22px;
}

#map .listView-bg .listContent.list-with-img .timingDetail .btm-brdr {
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#map .listView-bg .listContent.list-with-img .doctorDetails {
    background: #f6f4f6;
    padding: 20px 40px;
    margin-top: 20px;
}

#map .listView-bg .listContent.list-with-img .doctorDetails .docName {
    font-size: 16px;
    color: #333333;
    font-family: Lato;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 85%;
    float: left;
}

#map .listView-bg .listContent.list-with-img .doctorDetails .docImg {
    float: left;
    display: inline-block;
}

#map .listView-bg .listContent.list-with-img .doctorDetails .docImg img {
    vertical-align: text-top;
    width: 65px;
    height: 65px;
}

#map .listView-bg .listContent.list-with-img .doctorDetails .docImg~div {
    display: inline-block;
    padding-left: 20px;
    width: 65%;
    word-break: break-word;
    text-align: left;
}

#map .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control {
    background-image: none;
    top: 30%;
    bottom: auto;
}

#map .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control img {
    width: 40px;
}

#map .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-left-arrow {
    transform: rotate(180deg);
}

#map .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.left {
    left: 0px;
}

#map .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.right {
    right: 0px;
}

@media screen and (min-width: 1160px) and (max-width: 1300px) {
    #location-search {
        width: 85%;
    }

    .btn-location {
        padding-left: 40px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .clinc-search-box {
        padding-top: 3px;
    }

    #location-search {
        width: 85%;
    }

    .quick-search {
        text-align: center;
        margin-top: 19px;
    }

    .quick-search span {
        display: inline-block;
        float: none;
    }

    .quick-search ul {
        float: none;
        display: inline-block;
    }

    .quick-search ul li {
        float: none;
        display: inline-block;
    }

    .hero-banner .clinic-locator-banner {
        height: 20px;
    }

    individual-clinic-banner-txt {
        padding-bottom: 30px;
    }

    .clinic-banner {
        padding-top: 45px;
    }

    .clinic-banner h1 {
        margin-bottom: 10px !important;
    }

    .clinic-banner p.sub-heading-1 {
        font-size: 16px;
        line-height: 26px;
        padding-top: 0px;
    }

    .tclininc-btn {
        padding-botttom: 47px;
    }

    #list .listView-bg {
        margin-bottom: 21px;
    }

    #list .listView-bg .listContent {
        padding: 19px 36px 22px 25px !important;
    }

    #list .listView-bg .listContent>div.addressDetail h2 a {
        margin-bottom: 4px;
        display: inline-block;
    }

    #list .listView-bg .listContent>div.addressDetail .doctorDetails {
        display: inline-block;
        padding-top: 30px;
        clear: both;
    }

    #list .listView-bg .listContent>div.addressDetail .doctorDetails img {
        float: left;
    }

    #list .listView-bg .listContent>div.contactDetail {
        padding-left: 25px;
        border-left: 1px solid #e3dce3;
    }

    #list .listView-bg .listContent>div.contactDetail a.cta-copy {
        display: inline-block;
    }

    #list .listView-bg .listContent>div.contactDetail a.cta-copy span {
        float: left;
        max-width: 88%;
        margin-top: 3px;
    }

    #list .listView-bg .listContent>div.contactDetail a.cta-copy:before,
    #list .listView-bg .listContent>div.contactDetail a.cta-copy:after {
        content: "";
        clear: both;
        display: table;
    }

    #list .listView-bg .listContent>div.contactDetail a:first-child {
        display: inline-block;
        margin-top: 39px;
        margin-bottom: 30px;
    }

    #list .listView-bg .listContent>div.contactDetail a:last-child {
        margin-bottom: 20px;
    }

    #list .listView-bg .listContent.list-with-img {
        padding: 0px !important;
    }

    #list .listView-bg .listContent.list-with-img>div .addressDetail {
        padding-left: 25px;
    }

    #list .listView-bg .listContent.list-with-img>div .addressDetail h2 a {
        margin-bottom: 4px;
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail {
        padding-left: 25px;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy {
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy span {
        float: left;
        max-width: 88%;
        margin-top: 3px;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy:before,
    #list .listView-bg .listContent.list-with-img>div .contactDetail a.cta-copy:after {
        content: "";
        clear: both;
        display: table;
    }

    #list .listView-bg .listContent.list-with-img>div.dr-det-bg {
        background: #f6f4f6;
        padding: 20px 40px 20px 40px;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails {
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-inner {
        width: 80%;
        margin: 0px auto;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docName {
        font-size: 16px;
        color: #333333;
        font-family: Lato;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 15px;
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg {
        float: left;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg~div {
        float: left;
        padding-left: 0px;
        width: 75%;
    }

    #map .listView-bg .listContent>div.addressDetail {
        margin-bottom: 31px;
    }

    #map .listView-bg .listContent>div.contactDetail a:first-child {
        margin-top: 0px;
        display: block;
    }

    #map .listView-bg .listContent.list-with-img .doctorDetails .docImg {
        float: none;
    }

    #map .listView-bg .listContent.list-with-img .doctorDetails .docName {
        padding-left: 0px;
        width: 100%;
    }

    #map .listView-bg .listContent.list-with-img .doctorDetails .docImg~div {
        text-align: center;
        width: 100%;
        padding-left: 0px;
    }

    .tabbtn {
        padding-top: 10px;
        padding-bottom: 52px;
    }
}

@media screen and (max-width: 767px) {
    .hero-banner .clinic-locator-banner {
        height: 52px;
    }

    .tabbtn {
        padding-top: 10px;
    }

    .top-clinics {
        margin-top: 0px !important;
    }

    .clinc-search-box {
        padding-top: 20px;
    }

    .individual-clinic-banner-txt {
        padding: 8px 0px 10px;
    }

    .individual-clinic-banner-txt .clinic-banner {
        padding-top: 30px;
    }

    .individual-clinic-banner-txt .clinic-banner p {
        width: 65%;
    }

    .clinic-banner {
        padding-top: 14px;
    }

    .clinic-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .clinic-banner p.sub-heading-1 {
        font-size: 16px;
        line-height: 26px;
        padding-top: 0px;
    }

    .clinic-banner .clinc-search-box {
        padding-top: 5px;
    }

    .clinic-banner .clinc-search-box button {
        margin-bottom: 20px;
    }

    .quick-search {
        text-align: center;
        margin: 16px 0px 0px;
    }

    .quick-search span {
        display: block;
        float: none;
    }

    .quick-search ul {
        float: none;
    }

    .quick-search ul li {
        display: inline-block;
        float: none;
        margin-top: 4px;
    }

    #list .listView-bg {
        border-top: 20px solid #e3dce3;
        border-left: none;
    }

    #list.no-border .listView-bg {
        border-top: none;
    }

    #list .listView-bg .listContent {
        padding: 24px 22px 24px 21px !important;
    }

    #list .listView-bg .listContent>div.addressDetail {
        border-right: none;
        padding-bottom: 9px;
        margin-bottom: 20px;
    }

    #list .listView-bg .listContent>div.addressDetail h2 a {
        display: inline-block;
        margin-bottom: 12px;
    }

    #list .listView-bg .listContent>div.addressDetail .doctorDetails {
        border-top: 1px solid #e3dce3;
        width: 100%;
        padding-top: 25px;
        padding: 25px 0px 30px;
        margin-top: 25px;
        border-bottom: 1px solid #e3dce3;
        /*& .docName{
                                padding-bottom: 28px;
                                border-bottom:1px solid @color-neutral-purple;
                                }
                                q*/
    }

    #list .listView-bg .listContent>div.addressDetail .doctorDetails>div:first-child {
        display: block;
        float: none;
    }

    #list .listView-bg .listContent>div.addressDetail .doctorDetails .docImg {
        padding-top: 20px;
        padding-left: 0px;
    }

    #list .listView-bg .listContent>div.contactDetail {
        padding-left: 15px;
        text-align: center;
        border-left: none;
    }

    #list .listView-bg .listContent>div.contactDetail a:first-child {
        display: inline-block;
        margin-bottom: 22px;
        margin-top: 0px;
    }

    #list .listView-bg .listContent>div.contactDetail a.jbtn-wired {
        margin-bottom: 0px;
    }

    #list .listView-bg .listContent>div.contactDetail a:last-child {
        margin-top: 10px;
    }

    #list .listView-bg .listContent.list-with-img {
        padding: 0px !important;
        text-align: center;
    }

    #list .listView-bg .listContent.list-with-img>div .addressDetail {
        padding-left: 0;
    }

    #list .listView-bg .listContent.list-with-img>div .addressDetail h2 a {
        margin-bottom: 4px;
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail {
        padding-left: 0;
        text-align: center;
        border-left: none;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a:first-child {
        display: inline-block;
        margin-bottom: 22px;
        margin-top: 0px;
        text-align: center;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a.jbtn-wired {
        margin-bottom: 0px;
    }

    #list .listView-bg .listContent.list-with-img>div .contactDetail a:last-child {
        margin-top: 10px;
    }

    #list .listView-bg .listContent.list-with-img>div.dr-det-bg {
        background: #f6f4f6;
        padding: 20px 40px 20px 40px;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.left {
        left: -15%;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.right {
        right: -15%;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control img {
        width: 40px;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails {
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docName {
        font-size: 16px;
        color: #333333;
        font-family: Lato;
        letter-spacing: 1px;
        padding-top: 0px;
        padding-bottom: 15px;
        display: inline-block;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg {
        float: left;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg img {
        width: 60px;
        height: 60px;
    }

    #list .listView-bg .listContent.list-with-img>div .doctorDetails .docImg~div {
        float: left;
        padding-left: 20px;
        width: 60%;
        word-break: break-word;
        text-align: left;
    }
}

ul.all-clinicList {
    list-style: none;
}

ul.all-clinicList li {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 30px;
}

ul.all-clinicList li a {
    color: #8f1e8f;
}

/*Find a Clinic Styles Ends****/
/*Testimonials Styles Start****/
.testi-content .btm-brdr {
    clear: both;
    border-bottom: 1px solid rgba(167, 167, 167, 0.4);
    margin-bottom: 30px;
    margin-top: 10px;
}

.testi-content .trans-link {
    color: #8e258d;
    font-family: Lato;
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .testi-content .btm-brdr {
        margin-top: 10px;
    }

    .testi-content .trans-link {
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .content-area .testi-content .btm-brdr {
        margin: 10px -15px;
    }

    .content-area .testi-content .trans-link {
        float: left !important;
        margin-top: 0px !important;
        margin-bottom: 20px;
        display: inline-block !important;
    }

    .content-area .testi-content .playpause {
        width: 40px;
    }
}

/*Testimonials Styles Ends****/
/*BD Styles Ends****/
.banner-txt h1 {
    margin-bottom: 19px;
}

.banner-txt sup {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    position: relative;
    top: -25px;
    letter-spacing: 0px;
}

.banner-txt .join-now-section .jbtn {
    float: none;
    width: 260px;
    margin-top: 30px;
}

.banner-txt .join-now-section .link-text {
    color: #8e258d;
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.banner-txt .join-now-section .block-link {
    margin-top: 17px;
    display: block;
}

.bd-banner-txt {
    margin-top: 30px;
}

.bd-content {
    text-align: center;
}

.bd-content .link-text {
    color: #8e258d;
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.bd-content .first-subtitle {
    margin-top: 65px;
}

.bd-content .bd-how-works {
    margin-top: 54px;
}

.bd-content .bd-how-works .bd-how-works-label {
    margin-top: 18px;
    font-family: Lora;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 3.3px;
    font-weight: normal;
    text-transform: uppercase;
    color: #945b8e;
}

.bd-content .bd-how-works .bd-how-works-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    width: 78%;
    margin: 0 auto;
}

.bd-content span {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 18px;
}

.bd-content .Download-PDF {
    display: inline;
    margin: 0px 0px 14px !important;
}

.bd-content hr {
    color: #cbcbcb !important;
}

.bd-content .second-subtitle {
    margin-top: 34px;
    margin-bottom: 24px;
}

.bd-content .second-section-text {
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    width: 75%;
    margin: auto;
}

.bd-content .images-section {
    margin-top: 26px;
}

.bd-content .images-section img {
    max-width: 137px;
    margin: 0px 20px 20px;
}

.bd-content .Rectangle-2-Copy {
    width: 50%;
    background-color: #53284f;
}

.bd-content .promo-section {
    margin-top: 83px;
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
    background-color: #53284f;
}

.bd-content .promo-section .promo-image {
    float: left;
    display: flex;
    max-width: 50%;
}

.bd-content .promo-section .promo-content {
    float: left;
    display: flex;
    flex-direction: column;
}

.bd-content .promo-section .promo-content .wrapper {
    color: #ffffff;
    margin-top: 56px;
    margin-bottom: 56px;
    margin-left: 46px;
    text-align: left;
}

.bd-content .promo-section .promo-content .wrapper :first-child {
    margin-bottom: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .banner-txt h1 {
        margin-bottom: 19px;
        margin-top: -22px;
    }

    .banner-txt p {
        width: 77%;
        margin: 0 auto;
    }

    .banner-txt sup {
        top: -20px;
    }

    .banner-txt .join-now-section .block-link {
        margin-top: 19px;
    }

    .bd-banner-txt {
        margin-top: 10px;
    }

    .bd-content {
        margin-left: 35px;
        margin-right: 35px;
    }

    .bd-content .first-subtitle {
        margin-top: 63px;
    }

    .bd-content .bd-how-works {
        margin-top: 41px;
    }

    .bd-content .bd-how-works .bd-how-works-label {
        margin-top: 25px;
        font-family: Lora;
        font-size: 22px;
        line-height: 42px;
        letter-spacing: 3px;
        font-weight: normal;
        text-transform: uppercase;
        color: #945b8e;
    }

    .bd-content .bd-how-works .bd-how-works-text {
        font-family: Lato;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        width: 100%;
        margin: 0 auto;
    }

    .bd-content span {
        margin-top: 17px;
        margin-bottom: 7px;
    }

    .bd-content .second-subtitle {
        margin-top: 62px;
        margin-bottom: 23px;
    }

    .bd-content .second-section-text {
        font-family: Lato;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        width: 100%;
        margin: auto;
    }

    .bd-content .images-section {
        margin-top: 33px;
    }

    .bd-content .images-section img {
        width: 137px;
    }

    .bd-content .promo-section {
        margin-top: 35px;
        margin-bottom: 14px;
        margin-left: 0px;
    }

    .bd-content .promo-section .promo-image {
        float: left;
        width: 47%;
    }

    .bd-content .promo-section .promo-image img {
        width: 100%;
    }

    .bd-content .promo-section .promo-content {
        float: left;
        width: 53%;
    }

    .bd-content .promo-section .promo-content .wrapper {
        color: #ffffff;
        margin-top: 34px;
        margin-right: 46px;
        margin-left: 25px;
        text-align: left;
    }

    .bd-content .promo-section .promo-content .wrapper :first-child {
        margin-bottom: 16px;
    }

    .bd-content .promo-section .promo-content .wrapper :last-child {
        margin-top: 18px;
    }
}

@media screen and (max-width: 767px) {
    .banner-txt {
        /*& h1{
             margin-bottom: 10px;
             width: 95%;
        }
         & p{
             width: 95%;
             margin: 0 auto;
             padding-top: 0px;
        }
         */
    }

    .banner-txt sup {
        top: -20px;
    }

    .banner-txt .join-now-section button {
        float: none;
        width: 260px;
    }

    .banner-txt .join-now-section .block-link {
        margin-top: 13px;
    }

    .bd-banner-txt {
        margin-top: 20px;
    }

    .bd-content .first-subtitle {
        margin-top: 53px;
    }

    .bd-content .bd-how-works {
        margin-top: 23px;
    }

    .bd-content .bd-how-works .bd-how-works-label {
        margin-top: 16px;
    }

    .bd-content .bd-how-works .bd-how-works-text {
        font-family: Lato;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        width: 84%;
        margin: 0 auto;
    }

    .bd-content .bd-how-works img {
        margin-top: 40px;
    }

    .bd-content .bd-how-works:first-of-type img {
        margin-top: 0px;
    }

    .bd-content .second-section-text {
        font-family: Lato;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1px;
        width: 95%;
        margin: auto;
    }

    .bd-content .images-section img {
        width: 130px;
    }

    .bd-content .Rectangle-2-Copy {
        height: 279px;
    }

    .bd-content .promo-section {
        margin-top: 49px;
        margin-bottom: 1px;
        margin-left: 0px;
        display: block;
    }

    .bd-content .promo-section .promo-image {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .bd-content .promo-section .promo-image img {
        width: 100%;
    }

    .bd-content .promo-section .promo-content {
        float: left;
        width: 100%;
    }

    .bd-content .promo-section .promo-content .wrapper {
        color: #ffffff;
        margin-top: 30px;
        margin-right: 35px;
        margin-left: 31px;
        text-align: center;
    }
}

/*BD Styles Ends****/
/*product Styles Starts****/
.JUVDERM-has-a-range {
    width: 78%;
    margin: 0 auto;
}

.prduct-content .txt-upper {
    text-transform: uppercase;
}

.prduct-content .mrgn-bot-20 {
    margin-bottom: 20px !important;
}

.prduct-content .no-right-padding {
    padding-left: 20px;
}

.prduct-content .no-left-padding {
    padding-right: 20px;
}

.prduct-content sup {
    font-size: 12px;
    bottom: 10px;
    right: 0px;
    position: relative;
    display: inline-block;
}

.prduct-content .sub-heading-2 sup,
.prduct-content p sup {
    bottom: 10px;
}

.prduct-content .cnt-list-title {
    color: #67386a;
    margin-bottom: 10px;
}

.prduct-content .list-desc {
    margin-bottom: 35px;
    text-align: left;
    font-weight: normal;
}

.prduct-content .cnt-list-item {
    margin: 22px 0px 8px;
}

.prduct-content .product-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prduct-content .product-flex>div {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 450px;
    flex: 1 1 450px;
    max-width: 50%;
    border-bottom: 1px solid rgba(167, 167, 167, 0.4);
    padding-bottom: 39px;
    margin-bottom: 40px;
}

.prduct-content .product-flex>div:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.prduct-content .product-flex>div:nth-last-child(2):not(:nth-child(even)) {
    border-bottom: none;
    margin-bottom: 0px;
}

.prduct-content .product-flex>div:nth-child(odd) {
    padding-right: 20px;
}

.prduct-content .product-flex>div:nth-child(odd) .testi-content.pull-right {
    float: left !important;
}

.prduct-content .product-flex>div:nth-child(even) {
    padding-left: 20px;
}

.prduct-content .product-flex>div .productimg {
    margin-bottom: 22px;
}

.res-border {
    border-bottom: 1px solid rgba(167, 167, 167, 0.4);
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width:1620px) {
    .prduct-content .product-flex>div {
        -webkit-flex: 1 1 600px;
        flex: 1 1 600px;
        max-width: 50%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1041px) {
    .prouduct-header .heading-h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .prouduct-header .JUVDERM-has-a-range {
        font-size: 16px;
        line-height: 26px;
    }

    .prduct-content .product-flex>div {
        -webkit-flex: 1 1 350px;
        flex: 1 1 350px;
        max-width: 50%;
    }

    .prduct-content .res-border {
        border-bottom: 1px solid rgba(167, 167, 167, 0.4);
        margin: 15px -40px 20px;
    }

    .prduct-content .no-left-padding {
        padding-right: 12px;
        padding-left: 0px;
    }

    .prduct-content .no-right-padding {
        padding-left: 12px;
        padding-right: 0px;
    }

    .prduct-content .list-desc {
        line-height: 23px;
        margin-bottom: 30px;
    }

    .prduct-content .cnt-list-title {
        color: #67386a;
        margin-bottom: 15px;
        text-transform: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .prouduct-header .heading-h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .prouduct-header .JUVDERM-has-a-range {
        font-size: 16px;
        line-height: 26px;
    }

    .prduct-content .product-flex>div {
        -webkit-flex: 1 1 250px;
        flex: 1 1 250px;
        max-width: 50%;
    }

    .prduct-content .res-border {
        border-bottom: 1px solid rgba(167, 167, 167, 0.4);
        margin: 15px -40px 20px;
    }

    .prduct-content .no-left-padding {
        padding-right: 12px;
        padding-left: 0px;
    }

    .prduct-content .no-right-padding {
        padding-left: 12px;
        padding-right: 0px;
    }

    .prduct-content .list-desc {
        line-height: 23px;
        margin-bottom: 30px;
    }

    .prduct-content .cnt-list-title {
        color: #67386a;
        margin-bottom: 15px;
        text-transform: none;
    }
}

@media screen and (max-width: 767px) {

    /*.no-mobile-padd{
         padding-left:0px;
         padding-right: 0px;
    }
     */
    .prouduct-header .heading-h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .prouduct-header .JUVDERM-has-a-range {
        font-size: 16px;
        line-height: 26px;
    }

    .prduct-content .res-border {
        border-bottom: 1px solid rgba(167, 167, 167, 0.4);
        margin: 15px -15px 20px;
    }

    .prduct-content .no-right-padding,
    .prduct-content .no-left-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .prduct-content .list-desc {
        line-height: 23px;
        margin-bottom: 30px;
    }

    .prduct-content .cnt-list-title {
        color: #67386a;
        margin-bottom: 15px;
        text-transform: none;
    }

    .prduct-content .product-flex>div {
        max-width: 100%;
    }

    .prduct-content .product-flex>div:nth-last-child(2) {
        border-bottom: 1px solid rgba(167, 167, 167, 0.4);
        margin-bottom: 40px;
    }

    .prduct-content .product-flex>div:nth-child(odd) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prduct-content .product-flex>div:nth-child(odd) .testi-content.pull-right {
        float: left !important;
    }

    .prduct-content .product-flex>div:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prduct-content .product-flex>div:nth-child(even) .testi-content.pull-right {
        float: left !important;
    }
}

/*product Styles Ends****/
.contact-txt {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

br.newline {
    display: none;
}

.Juvederm_UK br.newline {
    display: block;
}


.Juvederm_UK .address-details {
    text-align: center;
    line-height: 2;
    font-family: 'FreightSans-Book';
}

.Juvederm_UK .contact-txt .hdr {
    color: #C936E8;
    font-size: 28px;
    font-family: 'FreightSans-Bold';
    position: initial;
}

.contact-txt .hdr {
    color: #8e258d;
    left: -30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contact-txt {
        padding-left: 15%;
    }

    .Juvederm_UK .contact-txt {
        padding-left: 0;
    }
}

/*BandF Styles Starts****/
.before-after-banner-txt {
    padding-bottom: 18px;
}

.content-wrapper {
    padding-top: 40px;
}

.content-wrapper-bg {
    background-color: #f6f5f4;
    padding: 40px 0px;
}

.content-area .description-txt {
    color: #797979;
    margin: 12px auto 39px auto;
    text-align: center;
    width: 55%;
}

.content-area .icon-links {
    margin-bottom: 3px;
}

.content-area .before-img-sec {
    margin-right: 16px;
}

.content-area .before-img-sec,
.content-area .after-img-sec {
    float: left;
    width: 46.6%;
}

.content-area .before-img-sec img,
.content-area .after-img-sec img {
    width: 100%;
    height: auto;
}

.content-area .trans-link {
    color: #8e258d;
    font-family: Lato;
    font-size: 14px;
    margin-top: 0px;
    text-decoration: underline;
}

.content-area .img-courtesy-txt {
    font-size: 11px;
    color: #a7a7a7;
    margin: 13px 0px 19px;
    display: inline-block;
}

.content-area .icon-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #8e258d;
    margin: 0px 37px 0px 8px;
    font-weight: bold;
    font-family: Lato;
    text-transform: uppercase;
}

.content-area .icon-links a {
    text-decoration: none;
}

.content-area #jsonsideText {
    margin-bottom: 0px;
}

.content-area .video-content {
    text-align: center;
}

.video-content .trans-link {
    margin-left: 455px;
}

.content-area video {
    width: 50%;
}

.content-area .video-content-image video {
    width: 100%;
}

.video-content-image .trans-link {
    margin-left: 437px;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .tfont16 {
        font-size: 16px;
        line-height: 26px;
    }

    .rhtext {
        margin-bottom: 35px;
    }

    p.banner-heading-desc {
        width: 84%;
        margin: 0 auto;
        letter-spacing: 1.1px;
        font-size: 16px;
        line-height: 26px;
    }

    .content-wrapper {
        padding-top: 30px;
    }

    .before-after-paddt60 {
        padding-top: 50px;
    }

    .before-after-banner-txt {
        padding-bottom: 10px;
    }

    .content-wrapper-bg {
        padding: 30px 0px;
    }

    .beforeAfter-header h1 {
        margin-bottom: 0px;
    }

    .content-area {
        padding: 0px 11px;
    }

    .content-area .description-txt {
        width: 64%;
        margin: 12px auto 28px auto;
    }

    .content-area .img-courtesy-txt {
        margin: 9px 0px 33px;
    }

    .content-area .before-img-sec,
    .content-area .after-img-sec {
        width: 46%;
    }

    .content-area .before-img-sec img,
    .content-area .after-img-sec img {
        width: 100%;
        height: auto;
    }

    .video-content .trans-link {
        margin-left: 200px;
    }
}

@media screen and (max-width: 767px) {
    .before-after-banner-txt {
        padding: 0px 0px 10px;
    }

    .before-after-paddt60 {
        padding-top: 40px;
    }

    .tfont16 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 24px;
        text-align: center;
        width: 72%;
        margin: 24px auto 10px;
    }

    .beforeAfter-header {
        padding: 0px 20px;
    }

    .beforeAfter-header h1 {
        margin: 0px 11px 10px;
        letter-spacing: 3.8px;
    }

    .beforeAfter-header p.banner-heading-desc {
        width: 87%;
        margin: 0 auto;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 26px;
    }

    .content-wrapper-bg {
        padding: 40px 0px 42px;
    }

    .content-wrapper-bg .content-area .icon-links a {
        margin: 18px 0px 0px;
    }

    .content-wrapper-bg .content-area .icon-links a:last-child {
        margin: 18px 0px 8px;
    }

    .content-area {
        margin-bottom: 0px;
    }

    .content-area .description-txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-area .before-img-sec,
    .content-area .after-img-sec {
        width: 48%;
        margin-bottom: 10px;
    }

    .content-area .before-img-sec img,
    .content-area .after-img-sec img {
        width: 100%;
        height: auto;
    }

    .content-area .before-img-sec {
        margin-right: 4%;
    }

    .content-area .rhtext {
        margin-bottom: 0px;
    }

    .content-area .trans-link {
        float: none !important;
        text-align: center;
        display: block;
        margin-top: 11px;
    }

    .content-area .icon-links a {
        display: block;
        text-align: center;
        margin: 18px 0px 0px;
    }

    .content-area .icon-links a:last-child {
        margin: 18px 0px 8px;
    }

    .content-area .img-courtesy-txt {
        margin: 10px auto 10px;
        width: 50%;
        display: block;
    }

    .video-content .trans-link {
        margin-left: 0px;
    }
}

/*BandF Styles Ends****/
/*FAQs Styles Starts****/
.faq-text {
    width: 78%;
    margin: 0 auto;
}

.faq-search {
    width: 70%;
    margin: 0 auto;
}

.faq-search .form-control#accordion_search_bar {
    line-height: 24px;
}

.mrgr20 {
    margin-right: 20px;
}

.mrgr30 {
    margin-right: 30px;
}

.mrgl30 {
    margin-left: 30px;
}

.mrgb30 {
    margin-bottom: 30px;
}

.mrgt30 {
    margin-top: 30px;
}

.mrgb10 {
    margin-bottom: 10px;
}

.faq-content .txt-upper {
    text-transform: uppercase;
}

.faq-content .faq-content-title {
    font-family: Lato;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.86;
    letter-spacing: 6px;
    text-align: center;
    color: #333333;
}

.faq-content-title div sup {
    font-size: 16px;
    bottom: 16px;
    right: 2px;
}

.panel-group>.panel.panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #a7a7a7;
}

.panel-group>.panel.panel-default>.panel-heading {
    border-color: #a7a7a7;
    background: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.panel-group>.panel.panel-default>.panel-heading>.panel-title {
    display: inline-block;
    width: 100%;
}

.panel-group>.panel.panel-default>.panel-heading>.panel-title>a {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: left;
    color: #8e258d;
    display: block;
}

.panel-group>.panel.panel-default>.panel-heading>.panel-title>a:focus {
    text-decoration: none;
}

.panel-group>.panel.panel-default>.panel-heading>.panel-title>a:hover {
    text-decoration: none;
}

.panel-group>.panel.panel-default>.panel-heading.active img.expand {
    display: inline-block;
    padding-top: 5px;
}

.panel-group>.panel.panel-default>.panel-heading.active img.collapse {
    display: none;
}

.panel-group>.panel.panel-default>.panel-heading img.collapse {
    display: inline-block;
    padding-top: 5px;
}

.panel-group>.panel.panel-default>.panel-heading img.expand {
    display: none;
}

.panel-group mark {
    padding: 0;
    background: -webkit-linear-gradient(right, #ded7df 50%, transparent 50%);
    background: linear-gradient(to right, #ded7df 50%, transparent 50%);
    background: -moz-linear-gradient(right, #ded7df 50%, transparent 50%);
    background: -o-linear-gradient(right, #ded7df 50%, transparent 50%);
    background-image: -ms-linear-gradient(right, #ded7df 50%, #BDBDBD 50%);
    background: #ded7df;
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all .5s ease;
    color: #fff;
}

.panel-group mark.animate {
    background-position: left bottom;
    color: #000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding-top: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body a {
    text-decoration: underline;
    color: #333333;
}

.panel-body {
    text-align: left;
    color: #333333;
}

.choose-from-topic-heading {
    color: #797979;
    font-family: Lora;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
}

.choose-from-topic-look .choose-from-topic-look-content {
    /*width: 47%;
                                height: 130px;
                                */
    /*.sub-heading-1{
                                                line-height: 52px;
                                                letter-spacing: 2.6px;
                                }
                                */
}

.choose-from-topic-look .boxlink-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.choose-from-topic-look .boxlink-flex>div {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 450px;
    flex: 1 1 450px;
    max-width: 50%;
}

.choose-from-topic-look .choose-from-topic-look-content:nth-child(odd) {
    padding-right: 20px;
}

.choose-from-topic-look .choose-from-topic-look-content:nth-child(even) {
    padding-left: 20px;
}

.choose-from-topic-look .choose-from-topic-look-content:last-child:nth-child(odd) {
    margin: auto 25%;
    /*.choose-from-topic-looks{
                                                padding: 39px 15px;
                                                margin-bottom: 0px;
                                }
                                */
}

.choose-from-topic-look .choose-from-topic-look-content a {
    display: block;
}

.choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-looks {
    background-color: #f6f4f6;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
}

.Juvederm_UK .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-looks {
    background-color: #FF585D;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
}

.choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title {
    text-align: left;
    color: #797979;
}

.Juvederm_Mastersite_Unbranded .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title {
    font-size: 18px;
}

.choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title>i.glyphicon.glyphicon-menu-right,
.choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title>span>img {
    float: right;
    color: #8e258d;
    margin: 7px 0px;
}

.choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title sup {
    font-size: 16px;
    bottom: 10px;
    right: 0px;
    position: relative;
    display: inline-block;
}

.choose-from-topic-look .center-hold {
    margin: auto 25%;
}

.brochure {
    background: #e3dce3;
    min-height: 300px;
    margin: 0px 15px;
}

.brochure-text .brochure-heading {
    text-align: left;
    text-transform: none;
    color: #53284f;
    margin-top: 55px;
    width: 40%;
    font-size: 28px;
    line-height: 33px;
    font-family: Lora;
    font-weight: 400;
}

.brochure-text .brochure-content {
    text-align: left;
    color: #333333;
}

.brochure-image {
    padding: 31px 0px 31px 45px;
}

.brochure-image .brochure-image-content {
    float: left;
    width: 191px;
    margin-right: 18px !important;
    position: relative;
}

.brochure-image .brochure-image-content img {
    width: 191px;
    height: 235px;
}

.brochure-image .brochure-image-text {
    letter-spacing: 2.3px;
    color: #333333;
    background: #ffffff;
    opacity: 0.75;
    position: absolute;
    bottom: -10px;
    text-transform: uppercase;
    padding: 9px 10px;
}

.brochure-image .brochure-image-text span {
    display: block;
    width: 75%;
}

.brochure-image .brochure-image-icon {
    background-color: #8e258d;
    border: none;
    padding: 13px 13px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 48px;
    height: 48px;
}

.brochure-image .brochure-image-icon img {
    width: 22px !important;
    height: 22px !important;
}

.brochure-image .brochure-image-icon:hover,
.brochure-image .brochure-image-icon:focus {
    outline: 1px dotted #FFFFFF !important;
}

@media only screen and (min-width: 1042px) and (max-width: 1100px) {
    .brochure-text .brochure-heading {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .brochure {
        padding-top: 40px;
        margin: 0;
    }

    .faq-header .heading-h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .faq-header .faq-text {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-content .faq-content-title {
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 4.9px;
    }

    .panel-group>.panel.panel-default>.panel-heading {
        padding-left: 0px;
        padding-right: 0px;
    }

    .panel-group>.panel.panel-default>.panel-heading>.panel-title>a {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .panel-group>.panel.panel-default>.panel-heading img.collapse {
        display: inline-block;
        padding-top: 2px;
    }

    .panel-body {
        font-size: 14px;
        line-height: 1.53;
        letter-spacing: 1px;
    }

    .choose-from-topic-heading {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .choose-from-topic-look {
        padding-bottom: 0px;
    }

    .Juvederm_Mastersite_Unbranded .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title {
        font-size: 11px;
    }

    .choose-from-topic-look .boxlink-flex>div {
        -webkit-flex: 1 1 250px;
        flex: 1 1 250px;
        max-width: 50%;
    }

    .choose-from-topic-look .choose-from-topic-look-content:nth-child(odd) {
        padding-right: 10px;
    }

    .choose-from-topic-look .choose-from-topic-look-content:nth-child(even) {
        padding-left: 10px;
    }

    .choose-from-topic-look .choose-from-topic-look-content:last-child:nth-child(odd) {
        margin: auto 25%;
        /*.choose-from-topic-looks{
             padding: 21px 15px;
             margin-bottom: 0px;
        }
         */
    }

    .choose-from-topic-look .choose-from-topic-look-content:last-child:nth-child(even) {
        margin: auto auto;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-looks {
        background-color: #f6f4f6;
        margin-bottom: 21px;
        padding: 20px;
        text-align: center;
        position: relative;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title {
        margin: 0px 0px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title>i.glyphicon.glyphicon-menu-right {
        position: absolute;
        top: 26%;
        right: 20px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title .layer {
        font-size: 14px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .brill-dist {
        font-size: 18px;
        line-height: 20px !important;
        letter-spacing: 6px !important;
    }

    .choose-from-topic-look .choose-from-topic-look-content .brill-dist>i.glyphicon.glyphicon-menu-right {
        margin: 0px 0px !important;
    }

    .choose-from-topic-look .center-hold {
        margin: auto 25%;
    }

    .Dwn_Brouchurebg {
        background: #e3dce3;
    }

    .brochure-text {
        width: 87%;
        margin-left: 6%;
        margin-top: 0px;
    }

    .brochure-text .brochure-heading {
        margin-top: 0px;
        width: 100%;
        line-height: 33px;
        text-align: center;
        text-transform: none;
    }

    .brochure-text .brochure-content {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.9px;
        text-align: center;
        width: 91%;
        margin-bottom: 0px;
    }

    .brochure-image {
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0px 0px 12px;
    }

    .brochure-image .brochure-image-content {
        width: 33%;
        height: 235px;
        margin-bottom: 0px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .brochure-image .brochure-image-content img {
        width: 100%;
    }

    .brochure-image .brochure-image-text {
        letter-spacing: 4.3px;
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        bottom: -11px;
    }
}

@media screen and (max-width: 767px) {
    .Dwn_Brouchurebg {
        background: #e3dce3;
    }

    .brochure {
        margin: 0;
        padding-bottom: 20px;
    }

    .faq-header .heading-h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .faq-header .faq-text {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-content {
        padding-top: 0px;
    }

    .faq-content .faq-content-title {
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 4.9px;
        margin-top: 0px;
    }

    .faq-content .panel-group {
        padding: 0;
        margin: 0;
    }

    .panel-group>.panel.panel-default {
        margin: 0px -15px;
        padding: 0px 20px;
        border-radius: 0px;
    }

    .panel-group>.panel.panel-default>.panel-heading {
        padding-left: 0px;
        padding-right: 0px;
    }

    .panel-group>.panel.panel-default>.panel-heading>.panel-title>a {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.9px;
        text-align: left;
        width: 99%;
        display: block;
    }

    .panel-group>.panel.panel-default>.panel-heading img.collapse {
        display: inline-block;
        padding-top: 2px;
    }

    .panel-group>.panel.panel-default>.panel-heading>.panel-title>a>span.panel-title_txt {
        display: inline-block;
        width: 92%;
    }

    .panel-group>.panel.panel-default>.panel-heading .accordion-toggle:after {
        margin-top: -15px;
        display: inline-block;
    }

    .panel-body {
        font-size: 14px;
        line-height: 1.63;
        letter-spacing: 0.9px;
    }

    .choose-from-topic-heading {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
        margin: 48px 0px 6px;
    }

    .choose-from-topic-look {
        padding-bottom: 0px;
    }

    .choose-from-topic-look .boxlink-flex>div {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1 1 450px;
        flex: 1 1 450px;
        max-width: 100%;
    }

    .choose-from-topic-look .choose-from-topic-look-content {
        width: 100%;
        margin-left: 0px;
        padding: 0px !important;
    }

    .choose-from-topic-look .choose-from-topic-look-content:last-child {
        margin: 0px !important;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-looks {
        background-color: #f6f4f6;
        padding: 14px 16px 14px 16px;
        text-align: center;
        margin-bottom: 16px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title {
        margin: 7px 0px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title>i.glyphicon.glyphicon-menu-right {
        position: absolute;
        top: 20%;
        right: 20px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-look-title .layer {
        font-size: 14px;
    }

    .choose-from-topic-look .choose-from-topic-look-content .brill-dist {
        font-size: 18px;
        line-height: 20px !important;
        letter-spacing: 6px !important;
        margin: 14px 0px !important;
    }

    .choose-from-topic-look .choose-from-topic-look-content .brill-dist>i.glyphicon.glyphicon-menu-right {
        margin: -8px 0px !important;
    }

    .choose-from-topic-look .center-hold {
        margin: auto 0%;
    }

    .brochure-text {
        margin-top: 0px;
    }

    .brochure-text .brochure-heading {
        width: 100%;
        line-height: 33px;
        text-align: center;
        text-transform: none;
        margin-top: 0px;
    }

    .brochure-text .brochure-content {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.9px;
        text-align: center;
    }

    .brochure-image {
        width: 100%;
        padding: 0px 20px;
        margin: 0px;
    }

    .brochure-image .brochure-image-content {
        width: 280px;
        float: none;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .brochure-image .brochure-image-content img {
        width: 100%;
        height: 202px;
    }

    .brochure-image .brochure-image-text {
        letter-spacing: 2.3px;
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        bottom: -11px;
        width: 100%;
    }

    .content-area .video-content {
        text-align: center;
    }

    .content-area video {
        width: 100%;
    }
}

/*FAQs Styles Ends****/
/*Cookie Styles Starts****/
.cookie-section.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2000;
}

.cookie-section.affix-top {
    position: static;
    top: -35px;
}

.cookie-section {
    width: 100%;
    background: #e3dce3;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    max-width: 1440px;
}

.cookie-section .close {
    top: 16px;
    right: 44px;
}

.cookie-section .cookie-text {
    text-align: left;
    color: #333333;
    width: 90%;
}

.cookie-section .accept-cookie {
    text-align: center;
    color: #ffffff;
    background: #333333;
    border: none;
    padding: 18px 17px;
    margin: 10px 30px 40px;
}

.cookie-section .cookie-close {
    text-align: center;
    color: #333333;
    position: absolute;
    right: 30px;
    top: 39px;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .cookie-section .close {
        top: 16px;
        right: 36px;
    }

    .cookie-section .cookie-text {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 0 2%;
        padding-left: 0px;
    }

    .cookie-section .accept-cookie {
        margin: 30px 38%;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
    }

    .cookie-section .cookie-close {
        font-size: 20px;
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .cookie-section .close {
        top: -10px;
        right: 20px;
        display: block;
    }

    .cookie-section .cookie-text {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 0 6%;
        padding-left: 0px;
    }

    .cookie-section .accept-cookie {
        width: 85%;
        margin: 30px 6%;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
        padding: 18px 35px;
    }


    .cookie-section .cookie-close {
        font-size: 20px;
        top: 20px;
        right: 20px;
    }
}

/*Cookie Styles Ends****/
.mrgr30 {
    margin-right: 30px;
}

.mrgl30 {
    margin-left: 30px;
}

/*404 Styles Starts****/
.banner-404 {
    background-color: #ffffff;
}

.banner-404 .banner-txt {
    text-align: center;
}

.banner-404 .banner-txt .header-404 {
    padding-top: 20px;
}

.banner-404 p {
    color: #797979;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .banner-txt h1 {
        margin-top: 0px;
    }

    .banner-txt .header-404 {
        padding-top: 0px !important;
    }

    .banner-txt p {
        width: 60%;
    }

    .header-404 .heading-h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .header-404 .text-404 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .header-404 {
        padding-top: 0px !important;
    }

    .header-404 .heading-h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .header-404 .text-404 {
        font-size: 16px;
        line-height: 26px;
    }
}

/*404 Styles Ends****/
/* Savings Styles Starts*/
#myModal {
    z-index: 5000;
}

.consultation-content-bg {
    background-color: #f6f5f4;
    padding: 60px 0px 61px;
}

.consultation-content {
    background-color: #ffffff;
    padding: 24px 0px 50px;
    text-align: center;
    box-shadow: 0 1px 17px 0 rgba(216, 216, 216, 0.61);
}

.consultation-content .layer {
    font-size: 12px;
    font-family: Lora;
    line-height: 32px;
    bottom: 6px;
    right: 7px;
    position: relative;
    display: inline-block;
}

.consultation-content .next-step-panel .Oval-3 {
    margin-bottom: 24px;
}

.consultation-content .consult-heading-3 {
    line-height: 20px;
    text-transform: none;
    letter-spacing: 1px;
}

.consultation-content .consult-icon-divider {
    height: 30px;
}

.consultation-content .Oval-3 {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #f6f5f4;
}

.consultation-content .Oval-3 img {
    margin: 22px 32px 30px 32px;
}

.consultation-content .purple-txt {
    color: #53284f;
}

.consultation-content .To-help-your-practit {
    color: #797979;
    width: 70%;
    margin: 10px auto 28px;
}

.consultation-content .privacy-policy {
    background-color: #e3dce3;
    padding: 22px 0px 36px;
    min-height: 445px;
}

.consultation-content .circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    background: #ffffff;
    border-radius: 50%;
    color: #9f9f9f;
    text-align: center;
    line-height: 50px;
}

.consultation-content .modal-body .privacy-policy {
    min-height: auto;
}

.consultation-content .modal-body .privacy-policy .circle {
    display: none;
}

.consultation-content .Save-your-visualisat {
    width: 70%;
    margin: 0 auto;
}

.consultation-content .Simply-download-it-t {
    margin: 9px 0px 11px;
    text-transform: none;
}

.consultation-content .email-box {
    width: 60%;
    margin: 0 auto;
    /*.email-submit-btn{
         position:relative;
         input{
             width:40px;
        }
    }
     .email-submit-btn:after{
         content: "";
         background: url(../assets/icons/white/chevron-right.png) no-repeat;
         width: 12px;
         height: 20px;
         position: absolute;
         top: 15px;
         left: 15px;
    }
     */
}

.consultation-content .email-box input {
    border-radius: 0px;
}

.consultation-content .email-box .sumbit-email-btn,
.consultation-content .email-box .sumbit-email-btn-done {
    width: 40px;
}

.consultation-content .email-box .sumbit-email-btn-done {
    background: #777777;
    cursor: default;
}

.consultation-content .email-box .sumbit-email-btn:focus {
    outline: 1px dotted !important;
}

.consultation-content .email-box .emailBtn,
.consultation-content .email-box .emailBtn-done {
    position: absolute;
    top: 15px;
    left: 15px;
}

.consultation-content .email-box .emailBtn-done {
    cursor: default;
}

.consultation-content .Use-our-clinic-locat {
    margin: 22px auto 26px;
    width: 65%;
}

.consultation-content .checkbox {
    margin: 16px 0px 0px;
}

.consultation-content .agree-txt {
    width: 85%;
    text-align: left;
}

.consultation-content .agree-txt a {
    color: #8e258d;
    text-decoration: underline;
    display: inline-block;
}

.consultation-content .find-clinic {
    background-color: #f6f4f6;
    padding: 22px 0px 36px;
    min-height: 445px;
}

.consultation-content .explore-more-panel {
    padding: 42px 0px 50px;
}

.consultation-content .explore-more-panel .Oval-3 {
    width: 80px;
    height: 80px;
}

.consultation-content .explore-more-panel .Oval-3 img {
    margin: 24px 24px 25px 22px;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.consultation-content .explore-more-panel .media-body {
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

.consultation-content .explore-more-panel .media-body .body-style2 {
    cursor: pointer;
    display: inline-block;
}

.consultation-content .find-a-clinic-container-consultation {
    position: relative;
}

.consultation-content .find-a-clinic-container-consultation a {
    width: 76%;
}

.consultation-content .find-a-clinic-container-consultation a span {
    word-wrap: break-word;
    width: 70%;
    line-height: normal;
    padding: 15px 0px;
    text-align: left;
}

.banner-txt sup .consultation-content .find-a-clinic-container-consultation a img {
    top: 25%;
    position: absolute;
    left: 80%;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .consultation-content-bg {
        padding: 30px 33px 40px;
    }

    .consultation-content {
        padding: 29px 0px 41px;
    }

    .consultation-content .find-clinic {
        min-height: initial;
    }

    .consultation-content .Email-hygiene-lorem {
        color: #a7a7a7;
        line-height: 18px;
        letter-spacing: 1px;
        margin-top: 34px;
        padding-top: 24px;
        border-top: 1px solid #e5e5e5;
    }

    .consultation-content .consult-heading-3 {
        font-size: 14px !important;
    }

    .consultation-content .To-help-your-practit {
        margin: 10px auto 46px;
    }

    .consultation-content .circle {
        margin: 0 auto 34px;
    }

    .consultation-content .Save-your-visualisat {
        width: 45%;
        line-height: 20px;
    }

    .consultation-content .Simply-download-it-t {
        margin: 14px 0px 14px;
    }

    .consultation-content .checkbox {
        margin: 16px auto 0px;
        width: 70%;
    }

    .consultation-content .explore-more-panel {
        padding: 40px 0px 0px;
    }

    .consultation-content .find-a-clinic-container-consultation a {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .consultation-content-bg {
        padding: 0px;
    }

    .consultation-content {
        padding: 30px 0px 0px;
    }

    .consultation-content .find-clinic,
    .consultation-content .privacy-policy {
        min-height: initial;
        padding: 20px 20px 40px;
    }

    .consultation-content .jbtn-primary .btn-location {
        padding-left: 0px;
    }

    .consultation-content.Save-your-visualisat {
        width: 91%;
    }

    .consultation-content .Email-hygiene-lorem {
        color: #a7a7a7;
        line-height: 18px;
        letter-spacing: 1px;
        margin: 7px 0px 0px;
        padding-top: 24px;
        border-top: 1px solid #e5e5e5;
    }

    .consultation-content .email-box,
    .consultation-content .agree-txt {
        width: 100%;
    }

    .consultation-content .consult-heading-3 {
        font-size: 14px !important;
    }

    .consultation-content .explore-more-panel {
        padding: 30px 0px 28px;
    }

    .consultation-content .explore-more-panel .media {
        margin-bottom: 23px;
    }

    .consultation-content .explore-more-panel .Oval-3 {
        width: 60px;
        height: 60px;
    }

    .consultation-content .explore-more-panel .Oval-3 img {
        margin: 20px;
        width: 25px;
        height: 25px;
    }
}

.mrgt20 {
    margin-top: 20px;
}

.modal-content .consultation-content {
    box-shadow: none;
    padding: 0px;
}

.modal-content .consultation-content .consult-heading-2 {
    color: #333333;
    margin: 0 11%;
}

.modal-content .consultation-content .modal-header {
    border: none;
}

.modal-content .consultation-content .modal-header .next-step-panel {
    margin-top: 50px;
}

.modal-content .consultation-content .modal-body {
    width: 80%;
    margin: 0 auto;
}

.modal-content .consultation-content .modal-body .email-box {
    width: 54.4%;
}

.modal-content .consultation-content .modal-body .download-btn {
    width: auto;
    margin: 0 auto;
}

.modal-content .consultation-content .modal-footer {
    border: none;
    text-align: center;
}

.modal-content .consultation-content .modal-footer>p {
    line-height: 24px;
    cursor: pointer;
    color: #8e258d;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .modal-content .consultation-content .purple-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-content .consultation-content .consult-heading-2 {
        font-size: 14px;
        line-height: 24px;
    }

    .modal-content .consultation-content .modal-footer .cta-copy {
        font-size: 12px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .modal-content .consultation-content .purple-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-content .consultation-content .consult-heading-2 {
        font-size: 14px;
        line-height: 24px;
    }

    .modal-content .consultation-content .modal-body {
        width: 100%;
        padding: 11px 9px 0px 9px;
    }

    .modal-content .consultation-content .modal-body .email-box {
        width: 100%;
    }

    .modal-content .consultation-content .modal-footer .cta-copy {
        font-size: 12px;
        line-height: 24px;
    }
}

/* Savings Styles Ends*/
/* Transcript Styles Start*/
.transcript-wrapper {
    padding: 0px 40px 20px 40px;
    line-height: 30px;
}

.transcript-wrapper .transcript-time {
    float: left;
    width: 15%;
}

.transcript-wrapper .transcript-txt {
    float: left;
    width: 85%;
}

.browser-wrapper {
    padding: 30px 20px 20px 40px;
    line-height: 30px;
}

.modal-title {
    display: inline-block;
}

#transcriptModal.modal .modal,
#moreModal.modal .modal,
ieModal.modal .modal {
    display: block !important;
}

#transcriptModal.modal .modal-dialog,
#moreModal.modal .modal-dialog,
ieModal.modal .modal-dialog {
    overflow: initial !important;
}

#transcriptModal.modal .modal-body,
#moreModal.modal .modal-body,
ieModal.modal .modal-body {
    height: 300px;
    overflow-y: auto;
}

#transcriptModal.modal .modal-header,
#moreModal.modal .modal-header,
ieModal.modal .modal-header {
    text-align: center;
}

.martopng30 {
    margin-top: -30px;
}

/* Transcript Styles Ends*/
.pac-container {
    box-shadow: none;
    border: 1px solid #777;
    border-top: none;
}

.scrltooffset {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

/* Zoom-BandF Styles Starts*/
.zoomButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px !important;
    background: #c7c7c7;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.zoomAction {
    position: relative;
}

.zoomAction~.img-desc-bg {
    position: static;
    background: transparent;
    display: block !important;
}

@media screen and (max-width:767px) {
    .zoomButton {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 30px !important;
    }

    .zoomAction~.img-desc-bg {
        text-align: left;
        padding-left: 0px;
    }
}

.dragTxt,
.dragTxtMobi {
    position: absolute;
    display: none;
    color: #2c5596;
    font-size: 12px;
    font-family: lato;
}

.dragTxtMobi {
    position: static;
    text-align: center;
    padding: 20px 0px;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

/* Zoom-BandF Styles Ends*/
/* News page with Products List Ends */

.prduct-content .container.NewsCarousel {
    max-width: 100% !important;
}

.NewsCarousel .col-centered {
    margin-left: -20px;
    width: 100%;
}

.NewsCarousel .carousel-control {
    width: 5%;
    margin-right: -15px;
    top: 150px;
}

.NewsCarousel .carousel-control.left,
.NewsCarousel .carousel-control.right {
    margin-right: -50px;
    margin-left: -50px;
    background-image: none;
    opacity: 1;
}

.NewsCarousel .carousel-left-arrow {
    transform: rotate(180deg);
}

.NewsCarousel .carousel-control>a>span {
    color: white;
    font-size: 29px !important;
}

.NewsCarousel .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.NewsCarousel .active>div {
    display: none;
}

.NewsCarousel .active>div:first-child {
    display: block;
}

/*xs*/
@media (max-width: 767px) {
    .NewsCarousel .carousel-inner .active.left {
        left: -50%;
    }

    .NewsCarousel .carousel-inner .active.right {
        left: 50%;
    }

    .NewsCarousel .carousel-inner .next {
        left: 50%;
    }

    .NewsCarousel .carousel-inner .prev {
        left: -50%;
    }

    /*.carousel-col                { width: 50%; }*/
    .NewsCarousel .active>div:first-child+div {
        display: block;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .NewsCarousel .carousel-inner .active.left {
        left: -50%;
    }

    .NewsCarousel .carousel-inner .active.right {
        left: 50%;
    }

    .NewsCarousel .carousel-inner .next {
        left: 50%;
    }

    .NewsCarousel .carousel-inner .prev {
        left: -50%;
    }

    /*.carousel-col                { width: 50%; }*/
    .NewsCarousel .active>div:first-child+div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .NewsCarousel .carousel-inner .active.left {
        left: -33%;
    }

    .NewsCarousel .carousel-inner .active.right {
        left: 33%;
    }

    .NewsCarousel .carousel-inner .next {
        left: 33%;
    }

    .NewsCarousel .carousel-inner .prev {
        left: -33%;
    }

    /*.carousel-col                { width: 33%; }*/
    .NewsCarousel .active>div:first-child+div {
        display: block;
    }

    .NewsCarousel .active>div:first-child+div+div {
        display: block;
    }
}

/*lg*/
@media (min-width: 1200px) {
    .NewsCarousel .carousel-inner .active.left {
        left: -25%;
    }

    .NewsCarousel .carousel-inner .active.right {
        left: 25%;
    }

    .NewsCarousel .carousel-inner .next {
        left: 25%;
    }

    .NewsCarousel .carousel-inner .prev {
        left: -25%;
    }

    /*.carousel-col                { width: 25%; }*/
    .NewsCarousel .active>div:first-child+div {
        display: block;
    }

    .NewsCarousel .active>div:first-child+div+div {
        display: block;
    }

    .NewsCarousel .active>div:first-child+div+div+div {
        display: block;
    }
}

/*.block {
    width: 306px;
    height: 230px;
}*/


@media screen and (max-width: 1023px) and (min-width: 768px) {

    .NewsCarousel .carousel-control.left,
    .NewsCarousel .carousel-control.right {
        margin-top: -50px;
        /*** added this ***/
    }

    .NewsCarousel .col-centered {
        margin-left: -20px;
        width: 100%
    }
}


@media screen and (max-width: 767px) {
    .NewsCarousel .col-centered {
        margin-left: 0px;
        width: 100%;
        /**** added this ***/
    }

    .NewsCarousel .carousel-control.left,
    .NewsCarousel .carousel-control.right {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -50px;
    }
}

/* News page with Products List Ends */

/*Brochure Implemtation*/

/* Text With Image Section */

.TWImgPadd {
    padding: 100px 0 100px 0;
}

.imgBackgroundfix {
    background-clip: padding-box;
    width: 100%;
}

.imgBackgroundfix img {
    width: 100%;
}

.TWImgPadd .para {
    font-weight: 600;
}

.fullScreenImg {
    padding: 0 !important;
}

.fullScreenImg .content-area.mrgb20 {
    margin-bottom: 0 !important;
}

.fullScreenImg .padd0 {
    padding: 0 !important;
}

.fullScreenImg .imgBackgroundfix {
    border-radius: 0;
    width: 100%;
}

.fullScreenImg .imgBackgroundfix img {
    width: 100%;
}

.imgBackgroundfix .imgNonround {
    width: 400px;
    top: 20px;
    position: relative;
    left: 0;
}

.textAlignCenter,
.textAlignLeft {
    width: 80%;
    margin: 0 auto;
}

.textAlignLeft {
    width: 80%;
    margin: 0;
}

.textAlignCenter h2,
.textAlignLeft h2,
.mobiletextAlignLeft h2 {
    font-family: Lora;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    color: #8e258d;
    margin: 50px 0 0 0;
}

.textAlignCenter h3,
.textAlignLeft h3 {
    font-family: Lora;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: 1.3px;
    color: #333333;
    margin: 40px 0 0 0;
}

.textAlignCenter h2,
.textAlignLeft h2 sup {
    bottom: 20px;
    right: 2px;
}

.textAlignCenter .para,
.textAlignLeft .para {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 40px;
}

.fullScreenImg .textAlignCenter,
.fullScreenImg .textAlignLeft {
    padding: 12.5% 0px;
}

.fullScreenImg .textAlignCenter h2,
.fullScreenImg .textAlignLeft h2 {
    margin-top: 0px;
}

.TWImgPadd .bottom-buttons {
    float: left;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.TWImgPadd .bottom-buttons a {
    background: transparent;
}

.TWImgPadd ul {
    padding: 0 0 0 15px;
}

.TWImgPadd ul li {
    padding: 0px 0px 5px 0px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 1px;
    color: #333333;
}

.TWImgPadd ul.bottom-buttons {
    margin-bottom: -30px;
}

.TWImgPadd ul li.bottom-buttons-item {
    line-height: normal;
    padding: 0;
    display: block;
}

.TWImgPadd ul li.bottom-buttons-item .jbtn {
    margin-bottom: 0px;
}

.wrapReverse {
    display: flex;
    flex-flow: wrap-reverse;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .TWImgPadd {
        padding: 50px 0 50px 0;
    }

    .imgBackgroundfix {
        width: 265px;
    }

    .textAlignCenter,
    .textAlignLeft {
        width: 100%;
    }

    .textAlignCenter h2,
    .textAlignLeft h2,
    .mobiletextAlignLeft h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.33;
        letter-spacing: 3px;
        margin: 0;
    }

    .textAlignCenter h3,
    .textAlignLeft h3 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 1.3px;
        margin: 25px 0 0 0;
    }

    .textAlignCenter h2,
    .textAlignLeft h2 sup {
        bottom: 14px;
        right: 2px;
    }

    .textAlignCenter .para,
    .textAlignLeft .para {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.29;
        letter-spacing: 0.9px;
        margin-top: 30px;
    }

    .fullScreenImg .content-area {
        padding: 0;
    }

    .fullScreenImg .textAlignCenter,
    .fullScreenImg .textAlignLeft {
        width: 85%;
    }

    .TWImgPadd ul li {
        padding: 0 0 5px 0;
        font-family: Lato;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.29;
        letter-spacing: 0.9px;
    }
}

@media screen and (max-width: 767px) {
    .TWImgPadd {
        padding: 40px 0 40px 0;
    }

    .imgBackgroundfix {
        width: 235px;
        margin: 0 auto;
        float: none !important;
    }

    .textAlignCenter,
    .textAlignLeft {
        width: 100%;
    }

    .textAlignCenter h2,
    .textAlignLeft h2,
    .mobiletextAlignLeft h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.27;
        text-align: center;
        margin-top: 30px;
    }

    .mobiletextAlignLeft h2 {
        margin-top: 0px;
    }

    .textAlignCenter h3,
    .textAlignLeft h3 {
        font-size: 20px;
        font-weight: normal;
        margin: 20px 0 0 0;
    }

    .textAlignCenter h2,
    .textAlignLeft h2 sup {
        bottom: 12px;
        right: 2px;
    }

    .textAlignCenter .para,
    .textAlignLeft .para {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.57;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .TWImgPadd .bottom-buttons {
        float: none;
    }

    .TWImgPadd ul.bottom-buttons li:last-child span {
        display: none;
    }

    ul.bottom-buttons li:last-child span {
        display: none;
    }

    .bottom-buttons-item {
        display: inline-block;
        width: 100%;
    }

    .contentDesc-Text~.container-fluid ul.bottom-buttons li:last-child a,
    .heading-main .container-fluid ul.bottom-buttons li:last-child a {
        margin-bottom: 0;
    }

    .contentDesc-Text~.container-fluid ul.bottom-buttons,
    .heading-main .container-fluid ul.bottom-buttons {
        margin-bottom: 0;
    }
}

/* Text With Image */

/*Head Line*/

.heading-main {
    width: 100%;
    padding-top: 60px;
}

.heading-main h2,
.heading-main h3 {
    font-family: Lora;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    text-align: center;
    color: #333333;
    margin-top: 0;
}

.heading-main h3 {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #797979;
}

.heading-main h2 sup {
    font-size: 20px;
}


.heading-text {
    width: 49%;
    margin: 0 auto;
    position: relative;
}

.heading-text-img {
    left: 0%;
    position: absolute;
    top: 9%;
    z-index: -1;
}

.heading-text-img[data-isEEditor="1"] {
    z-index: 999;
}

.heading-text-img img {
    max-width: 80%;
}

.heading-text-header,
.heading-text-content {
    /*width: 61%;*/
    /*height: 21%;*/
    font-family: Lora;
    font-size: 108px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.heading-text-content {
    /*width: 45%;*/
    /*height: 27%;*/
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 4px;
    color: #784c81;
    margin-top: 30px;
    padding-bottom: 40px;
}

body[data-patienttype="positiveageing"] .heading-main .heading-text-content,
body[data-patienttype="positiveageing"] .heading-main .heading-text-header {
    color: #5a789a;
}

body[data-patienttype="Beautification"] .heading-main .heading-text-content,
body[data-patienttype="Beautification"] .heading-main .heading-text-header {
    color: #91301d !important
}

body[data-patienttype="Transformation"] .heading-main .heading-text-content,
body[data-patienttype="Transformation"] .heading-main .heading-text-header {
    color: #784c81;
}

/** Mobile **/
@media screen and (max-width:767px) {
    .heading-main {
        padding-top: 40px;
    }

    .heading-text {
        width: 100%;
    }

    .heading-text-img {
        left: 0%;
        position: absolute;
        top: 5%;
        z-index: -1;
    }


    .heading-text-img img {
        max-width: 50%;
    }


    .heading-text-header {
        font-size: 88px;
        padding-top: 20px;
    }

    .heading-text-content {
        font-size: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    .heading-main h2 {
        font-size: 22px;
        line-height: 1.27;
        letter-spacing: 5px;
        margin-top: 0px;
    }

    .heading-main h3 {
        font-family: Lora;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.29;
        letter-spacing: 0.6px;
        text-align: center;
        color: #797979;
    }

    .heading-main h2 sup {
        font-size: 14px !important;
    }
}

/*** Tab - potrait ***/
@media (min-width: 768px) and (max-width: 1041px) {

    .heading-main h2 {
        font-size: 26px;
        line-height: 1.38;
        letter-spacing: 4.1px;
        text-align: center;
    }

    .heading-main h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        letter-spacing: 1px;
        text-align: center;
        color: #797979;
        padding-bottom: 20px;
    }

    .heading-main h2 sup {
        font-size: 18px !important;
    }

    .heading-text {
        width: 60%;
    }


    .heading-text-img {
        left: 0%;
        position: absolute;
        top: 5%;
        z-index: -1;
    }

    .heading-text-img img {
        max-width: 50%;
    }

    .heading-text-header {
        font-size: 83px;
        padding-top: 0px;
    }

    .heading-text-content {
        font-size: 20px;
        margin-top: 0px;
    }
}

/*Head Line*/

/*product-multiimages*/

.multi-images-main {
    width: 100%;
}

.multi-images-main h2 {
    text-align: center;
    padding-bottom: 23px;
}

.multi-images-main h3 {
    text-align: center;
    width: 61%;
    margin: 0 auto;
}

.multi-images-section {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    flex-wrap: wrap;
}

.multi-images-col {
    margin: 0 auto;
    webkit-flex-direction: column;
    flex-direction: column;
    max-width: 50%;
    -webkit-flex: 1 1 300px;
    flex: 1 1 300px;
    margin-bottom: 40px;
}

.multi-images-section img {
    margin-right: 5%;
    margin-bottom: 40px;
}

.multi-images-section img {
    margin-left: 8%;
}

/* .multi-images-section img:last-child {
                                                margin-right: 6%;
                                }*/

.multi-images-label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #8e258d;
}

.multi-images-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}


.multi-images-bottom-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    width: 77%;
    margin: 0 auto;
    padding-bottom: 40px;
    display: block !important;
}


/** Mobile **/
@media screen and (max-width:767px) {
    .multi-images-main h2 {
        width: 87%;
        margin: 0 auto;
    }

    .multi-images-main h3 {
        text-align: center;
        width: 93%;
        margin: 0 auto;
    }

    .multi-images-section {
        text-align: center;
    }

    .multi-images-col {
        flex: 1 1 250px;
    }

    .multi-images-section img {
        max-width: 85%;
        margin-bottom: 10%;
    }

    .multi-images-label {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .multi-images-text {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
        /*height: 12%;*/
    }

    .multi-images-bottom-text {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.9px;
        width: 85%;
    }
}


/*** Tab - potrait ***/

@media (min-width: 768px) and (max-width: 1024px) {
    .multi-images-main h2 {
        width: 70%;
        margin: 0 auto;
    }

    .multi-images-main h3 {
        text-align: center;
        width: 72%;
        margin: 0 auto;
    }

    .multi-images-section img {
        max-width: 85%;
        margin-bottom: 10%;
    }

    .multi-images-label {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .multi-images-text {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .multi-images-bottom-text {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .multi-images-col {
        flex: 1 1 200px;
    }
}

@media (min-width: 768px) and (max-width: 829px) {
    .multi-images-col {
        flex: 1 1 180px;
    }
}

/*product-multiimages*/
/*hero-with-text*/
.hero-with-text-main {}

.hero-with-text-main img {
    width: 100%;
}

.hero-banner-text {
    width: 424px;
    position: absolute;
    top: 12rem;
    left: 160px;
    text-align: left;
}


.hero-banner-text h1 {
    font-family: Lora;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    color: #5a789a;
    margin-bottom: 0px;
}

.hero-banner-text .para {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 40px;
}

body [data-patienttype="positiveageing"] .hero-with-text-main .hero-banner-text h1 {
    color: #5a789a;
}

body[data-patienttype="Beautification"] .hero-with-text-main .hero-banner-text h1 {
    color: #91301d !important
}

body[data-patienttype="Transformation"] .hero-with-text-main .hero-banner-text h1 {
    color: #784c81;
}

.hero-banner-text ul {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #333333;
    margin-left: -25px;
    margin-top: 40px;
}

hr {
    height: 1px;
    background-color: #a7a7a7;
}

.Juvederm_Brochure hr {
    width: 93%;
}

/** Mobile **/
@media screen and (max-width:767px) {
    .hero-banner-text {
        position: static;
        width: 100%;
        padding: 3% 6.5% 1% 6.2%;
    }

    .hero-banner-text h1 {
        font-size: 22px;
        line-height: 1.27;
        text-align: center;
        margin-bottom: 0px;
    }

    .hero-banner-text .para {
        font-family: Lato;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 1px;
        text-align: left;
        margin-bottom: 20px;
        color: #333333;
    }

    .hero-banner-text ul {
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 1px;
        margin-left: -25px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .Juvederm_Brochure hr {
        width: 87%;
    }
}


/*** Tab - potrait ***/
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-banner-text {
        width: 312px;
        position: absolute;
        top: 104px;
        left: 72px;
        text-align: left;
    }

    .hero-banner-text h1 {
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 0px;
    }

    .hero-banner-text .para {
        font-family: Lato;
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.9px;
        text-align: left;
        margin-top: 20px;
        color: #333333;
    }

    .hero-banner-text ul {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.9px;
        margin-left: -25px;
        margin-top: 20px;
    }

    .Juvederm_Brochure hr {
        width: 90%;
    }
}

/*hero-with-text*/
/*3col-text-with-video*/
.col3-txt-video {
    width: 100%;
}

.col3-txt-video h1 {
    text-align: center;
    padding-bottom: 12px;
}

.col3-txt-video h2 {
    text-align: center;
    margin: 0 auto;
    color: #797979;
}

.col3-txt-video .video {
    width: 60%;
    margin: 0px auto;
}

.col3-txt-video .trans-link {
    margin-left: 15px;
    margin-top: 3px;
    color: #8e258d;
    text-decoration: underline;
}



.col3-Text div span {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .8px;
    text-align: center;
    color: #8e258d;
}

.col3-Text div {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: .8px;
    text-align: center;
    color: #333333;
}

.col3-Text div img {
    margin: 0px auto;
}

.col3-txt-video-bottom-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    margin: 0 auto;
    padding-bottom: 50px;
}

.col3-Text {
    margin: 0 auto;
    margin-bottom: 40px;
}

/** Mobile **/
@media screen and (max-width:767px) {
    .col3-txt-video h1 {
        margin: 0 auto;
    }

    .col3-txt-video h2 {
        text-align: center;
        margin: 0 auto;
    }

    .col3-txt-video .video {
        width: auto;
        margin: 0 -15px;
    }

    .col3-Text div span {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .col3-Text div {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
        /*height: 12%;*/
    }

    .col3-txt-video-bottom-text {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }
}


/*** Tab - potrait ***/

@media (min-width: 768px) and (max-width: 1041px) {
    .col3-txt-video h1 {
        margin: 0 auto;
    }

    .col3-txt-video h2 {
        text-align: center;
        margin: 0 auto;
    }

    .col3-txt-video .video {
        width: 100%;
        margin: 0px auto;
    }

    .col3-Text div span {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .col3-Text div {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }

    .col3-txt-video-bottom-text {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.9px;
    }
}

@media (min-width: 768px) and (max-width: 829px) {}

/*3col-text-with-video*/



/*Home Carousel*/
.hmbanner .home-Carousel-br {
    position: absolute;
    bottom: 63px;
    left: 275px;
}

.hmbanner .home-Carousel-br .banner-inner-carousel {
    width: 888px;
    background-color: #53284f;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
    display: table;
    height: 100%;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section {
    max-width: 50%;
    display: table-cell;
    text-align: center;
    width: 50%;
    vertical-align: middle;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result {
    background-color: #bacee3;
    display: table-cell;
    width: 50%;
}

.hmbanner .home-Carousel-br .banner-inner-carousel.inner-Imgwhitebg .visualise-look-section {
    padding: 0;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section .home-inner-personna-txt {
    font-family: Lato;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    width: 75%;
    margin: 0px auto;
    padding-bottom: 15px;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section .home-inner-personna-link {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.14;
    letter-spacing: 2.3px;
    text-align: center;
    color: #ffffff;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section .home-inner-personna-link img {
    width: auto;
}

.hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result .home-inner-personna-imgTxt {
    position: absolute;
    top: 7rem;
    font-family: Lora;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.27;
    letter-spacing: 3.4px;
    text-align: center;
    color: #5a789a;
    width: 59%;
    right: 5%;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Positive-Ageing"] .bannertxt {
    color: #496488;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Positive-Ageing"] .banner-subtxt {
    color: #496488;
    width: auto;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Positive-Ageing"] .home-inner-personna-imgTxt {
    color: #5a789a;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Beautification"] .bannertxt,
.carousel .carousel-inner .hmbanner.item[data-header-text="Beautification"] .banner-info .bannertxt sup {
    color: #91301d !important;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Beautification"] .banner-subtxt {
    color: #91301d;
    width: auto;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Beautification"] .home-inner-personna-imgTxt {
    color: #91301d;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Transformation"] .bannertxt,
.carousel .carousel-inner .hmbanner.item[data-header-text="Transformation"] .banner-info .bannertxt sup {
    color: #784c81;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Transformation"] .banner-subtxt {
    color: #784c81;
    width: auto;
}

.carousel .carousel-inner .hmbanner.item[data-header-text="Transformation"] .home-inner-personna-imgTxt {
    color: #784c81;
}

/*media queries*/
@media only screen and (min-width: 1042px) and (max-width: 1199px) {

    .hmbanner .home-Carousel-br {
        left: 10%;
        width: 100%;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel {
        width: 888px;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result,
    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section {
        width: 50%;
        max-width: none;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section {
        max-width: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1041px) {

    .hmbanner .home-Carousel-br {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel {
        width: 100%;
        height: auto;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-look-section {
        max-width: initial;
        width: 50%;
        padding: 0;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result {
        width: 50%;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result .home-inner-personna-imgTxt {
        font-size: 1.8rem;
        top: 7rem;
    }

    .carousel-indicators {
        bottom: 27%;
    }

    .carousel .carousel-inner .hmbanner.item[data-header-text="Positive-Ageing"] .banner-subtxt {
        width: 80%;
    }

    .carousel .carousel-inner .hmbanner.item[data-header-text="Beautification"] .banner-subtxt {
        width: 80%;
    }

    .carousel .carousel-inner .hmbanner.item[data-header-text="Transformation"] .banner-subtxt {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {

    .hmbanner .home-Carousel-br {
        position: relative;
        left: 0;
        bottom: 0px;
        left: 0px;
    }

    .hmbanner .home-Carousel-br .toggle-arrow {
        background: #8e258d;
        width: 48px;
        height: 48px;
        z-index: 1;
        position: absolute;
        left: 43%;
        border: none;
        top: -5%;
        background-size: 48px 48px;
        outline: none;
        display: block;
        padding: 13px;
    }

    .hmbanner .home-Carousel-br .toggle-arrow img {
        width: 22px;
        height: 22px;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel {
        width: auto;
        height: auto;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel.inner-Imgwhitebg .visualise-look-section {
        width: 100%;
        max-width: initial;
        padding: 10% 0;
        order: 2;
        -webkit-order: 2;
        display: inline-block;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result {
        width: 100%;
        max-width: initial;
        order: 1;
        -webkit-order: 1;
        display: inline-block;
    }

    .hmbanner .home-Carousel-br .banner-inner-carousel .visualise-result .home-inner-personna-imgTxt {
        font-size: 1.6rem;
        top: 5rem;
    }


    .carousel-indicators {
        top: 10px;
        bottom: auto;
    }

    .homepage .carousel-indicators {
        top: 26%;
        /*display: flex;
        flex-direction: column;
        left: 35%;*/
    }

    .homepage .carousel-indicators .active {
        background-color: #8e258d;
    }
}

/*Home Carousel*/


/*Product Carousel*/

.product-carousel-main {
    width: 100%;
    padding-bottom: 40px;
}

.product-carousel-main h1 {
    text-align: center;
    padding-bottom: 23px;
}

.product-carousel-main h1.heading-h2 sup {
    top: -20px;
}

.product-carousel-main .carousel-outer .caption-text sup {
    top: -20px
}

.product-carousel-main h2 {
    text-align: center;
    width: 66%;
    margin: 0 auto;
}

#carousel-custom {
    margin-top: 64px;
    /*width: 70%;*/
}

#carousel-custom .carousel-outer {
    position: relative;
    margin-left: 207px;
}

#carousel-custom .carousel-control.left {
    top: 80px;
    left: -100px;
    width: 0%;
    background-image: none;
}

#carousel-custom .carousel-control.right {
    top: 80px;
    background-image: none;
}

#carousel-custom .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {}

#carousel-custom .carousel-left-arrow {
    transform: rotate(180deg);
}

#carousel-custom .carousel-col p {
    font-family: Lora;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 4px;
    /*text-align: center;*/
    color: #945b8e;
    margin-bottom: 21px;
}

#carousel-custom .carousel-col span {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    /*text-align: center;*/
    color: #333333;
}

#carousel-custom .carousel-col .caption-text {
    text-align: center;
    margin-left: 40px;
}

#carousel-custom .carousel-control.left:hover,
.carousel-control.right:hover {
    outline: 0 !important;
}

#carousel-custom .carousel-control.left:focus,
.carousel-control.right:focus {
    outline: 0 !important;
}

#carousel-custom .carousel-control.left:focus img,
#carousel-custom .carousel-control.right:focus img {
    outline: 1px dotted #8e258d !important;
}

#carousel-custom .carousel-indicators {
    position: static;
    width: 100%;
    margin: 90px 0 0 0px;
}

#carousel-custom .carousel-indicators li {
    list-style: none;
    display: inline-block;
    /*width: 182px;*/
    width: 15%;
    height: auto;
    margin-left: 22px;
    margin-right: 22px;
    vertical-align: top;
    text-indent: 0;
}

#carousel-custom .carousel-indicators li img {
    margin-bottom: 15px;
}

#carousel-custom .carousel-indicators li p {
    font-family: Lora;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 1.1px;
    text-align: center;
    color: #333333;
    /*width: 140px;
                                margin: 0 auto;/**/
}

#carousel-custom .carousel-indicators li p sup {
    font-family: Lora;
    font-size: 10px;
    bottom: 5px;
}

#carousel-custom .carousel-indicators hr {
    background-color: #8e258d;
    height: 2px;
    width: 70px;
    margin-top: 0;
    display: none;
}

#carousel-custom .carousel-indicators li.active hr {
    display: block;
}



/*** Tab - potrait ***/
@media (min-width: 768px) and (max-width: 1024px) {

    .product-carousel-main h1 {
        width: 75%;
        margin: 0 auto;
    }

    .product-carousel-main h1.heading-h2 sup {
        top: -12px;
    }

    .product-carousel-main .carousel-outer .caption-text sup {
        top: -12px
    }

    .product-carousel-main h2 {
        width: 75%;
    }

    #carousel-custom {
        margin-top: 50px;
    }

    #carousel-custom .carousel-inner {
        padding-left: 5%;
    }

    #carousel-custom .carousel-outer {
        margin-left: 0px;
    }

    #carousel-custom .carousel-col p {
        width: 300px;
        font-family: Lora;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 3.1px;
        text-align: center;
        color: #945b8e;
    }

    #carousel-custom .carousel-col span {
        font-family: Lato;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.8px;
        text-align: center;
        color: #333333;
    }

    #carousel-custom .carousel-col .carousel-img img {
        max-width: 95%;
    }

    #carousel-custom .carousel-col .caption-text {
        margin-left: 0px;
    }

    #carousel-custom .carousel-indicators {
        margin: 60px 0 0 0;
    }

    #carousel-custom .carousel-indicators li {
        margin-left: 25px;
    }

    #carousel-custom .carousel-indicators hr {
        width: 36px;
        margin-top: 0;
        display: none;
        margin-top: 3px;
    }

    #carousel-custom .carousel-control.left {
        left: 0;
        width: 0%;
    }

    #carousel-custom .carousel-control.right {
        width: 0%;
        right: 25px;
    }
}


@media screen and (max-width:767px) {

    .product-carousel-main h1 {
        width: 87%;
        margin: 0 auto;
    }

    .product-carousel-main h1.heading-h2 sup {
        top: -12px;
    }

    .product-carousel-main .carousel-outer .caption-text sup {
        top: -12px
    }

    .product-carousel-main h2 {
        width: 87%;
        font-size: 14px;
    }

    #carousel-custom {
        margin-top: 30px;
    }

    #carousel-custom .carousel-outer {
        margin-left: 0px;
    }

    #carousel-custom .carousel-col .carousel-img img {
        max-width: 83%;
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .Juvederm_Germany #carousel-custom .carousel-col .carousel-img img {
        max-width: 88%;
        margin-left: 20px;
        margin-bottom: 30px;
    }

    #carousel-custom .carousel-col p {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 3.1px;
        text-align: center;
        color: #945b8e;
    }

    #carousel-custom .carousel-col span {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.8px;
        text-align: center;
        color: #333333;
    }

    #carousel-custom .carousel-col .caption-text {
        margin-left: 0px;
    }

    #carousel-custom .carousel-control.left {
        left: 0;
        top: auto;
        width: 15%;
    }

    #carousel-custom .carousel-control.right {
        top: auto;
    }

    #carousel-custom .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 100% !important;
        border: solid 1px #8e258d;
        margin-left: 15px;
        margin-right: 15px;
    }

    #carousel-custom .carousel-indicators li.active {
        background-color: #8e258d;
    }

    #carousel-custom .carousel-indicators li p {
        display: none !important;
    }

    #carousel-custom .carousel-indicators {
        margin: 40px auto;
        width: 75%;
    }

    .mobile-indicator {
        position: absolute;
        bottom: 4px !important;
    }
}

/* Product Carousel */

/* Content Variant */

.contentDesc-Text {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center;
    color: #797979;
    width: 75%;
    margin: 0px auto;
    padding-top: 20px;
}

/*** Tab - potrait ***/
@media (min-width: 768px) and (max-width: 1041px) {
    .contentDesc-Text {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 1px;
    }
}

/** Mobile **/
@media screen and (max-width:767px) {
    .contentDesc-Text {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.6px;
    }
}

/* Content Variant */

/* image-hotspot*/
rect.rectclass {
    fill: white !important;
    stroke: pink;
    stroke-width: 1;
    fill-opacity: 0.1;
    stroke-opacity: 0.9;
}


.image-hotspot-container {
    padding: 50px 0px 0px 0px;
    position: relative;
}

#image-hotspot {
    margin: 0 5%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.facial-filler_hdr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tablist-items button,
.tablist-items button:hover {
    display: block;
    float: left;
    border: solid 1px #d8d8d8;
    padding: 9px 0px 7px 0px;
    text-decoration: none;
    background: #ffffff;
    font-family: Lora;
    font-size: 14px;
    font-weight: normal;
    line-height: 3;
    letter-spacing: 0.8px;
    text-align: center;
    color: #333333;
}

.tablist-items button[aria-selected="true"] {
    background: #f6f4f6;
}

.tabpanel-content {
    padding-top: 50px;
}

.tabcontent-container h2 {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #797979;
    margin-top: 10px;
}

.tabcontent-container ul li {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    list-style: none;
    line-height: 1.86;
    letter-spacing: 0.9px;
    color: #333333;
}

.tabcontent-container ul {
    padding: 0px;
}

.tabcontent-container ul>li div {
    display: inline-block;
}

.tabcontent-container ul>li div:first-child {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    padding-right: 24px;
    line-height: normal;
    letter-spacing: 3.1px;
    text-align: center;
    color: #8e258d;
    vertical-align: top;
}

.listitem-text-mobile {
    color: #945b8e;
    font-family: Lora;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 20px 0px 0px;
    display: none;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1041px) {
    .tabcontent-container ul li {
        font-size: 10px;
        line-height: 2.6;
        letter-spacing: 0.6px;
        padding: 5px 0px 0px 10px;
        line-height: 26px;
    }

    .tabcontent-container ul>li div:first-child {
        font-size: 14px;
        letter-spacing: 2.2px;
        padding-right: 10px;
        line-height: 28px;
    }

    .tabcontent-container h2 {
        line-height: 0.78;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

    .facial-filler_hdr {
        width: 100%;
    }

    .listitem-text-mobile:first-child {
        display: block;
    }

    .tablist-items button,
    .tablist-items button:hover {
        line-height: 4.2;
        letter-spacing: 0.6px;
        font-size: 10px;
        padding: 5px 0px 5px 0px;
    }

    body .tabcontent-container ul>li {
        display: inline;
        padding: 10px 0;
    }

    body .tabcontent-container ul {
        list-style: none;
        margin: 0 2px;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

    .tabcontent-container ul>li div:last-child {
        position: absolute;
        width: 100%;
        left: 0px;
    }

    body .tabcontent-container ul {
        padding: 0px;
    }

    body .tabcontent-container ul>li .image-hotspot-before {
        font-family: Lato;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 3.1px;
        text-align: center;
        color: #8e258d;
        padding: 10px;
    }

    .tabcontent-container ul>li .image-hotspot-before.active {
        background-color: #8e258d;
        color: #ffffff;
    }

    body .tabcontent-container {
        padding: 0px
    }

    .tablist-items button,
    .tablist-items button:hover {
        font-size: 10px;
        line-height: 4.2;
        letter-spacing: 0.6px;
    }
}

.facial-filler-img {
    border: solid 1px #d8d8d8;
    background-color: #FFFFFF;
    padding: 0px
}

.image-hotspot-container div[role="tabpanel"]:first-child {
    display: block;
}

.image-hotspot-container div[role="tabpanel"] {
    display: none;
}

.image-hotspot-listitems {
    position: relative;
    height: auto;
}

.image-hotspot-listitems li.active {
    border: 1px dashed #8e258d;
}

.tabcontent-container ul>li div.draggingCoords div:first-child {
    color: inherit;
    font-size: inherit;
}

.image-hotspot-listitems .content-li {
    width: 85%;
}

/* image-hotspot*/

.facial-filler_hdr .contentDesc-Text {
    width: 100%;
}


/* Hero banner Inner Text */
.hero-banner-inTxt {
    position: absolute;
    top: 25%;
    right: 120px;
    font-family: Lora;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 4px;
    text-align: center;
    color: #496488;
    width: 42%;
}

/* hero banner text color change for different patient types*/
body[data-patienttype="positiveageing"] .hero-banner-inTxt {
    color: #496488;
}

body[data-patienttype="Beautification"] .hero-banner-inTxt {
    color: #91301d !important
}

body[data-patienttype="Transformation"] .hero-banner-inTxt {
    color: #784c81;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1041px) {
    .hero-banner-inTxt {
        font-family: Lora;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.33;
        letter-spacing: 3px;
        text-align: center;
        right: 6.5%;
        top: 8%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner-inTxt {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.33;
        letter-spacing: 2px;
        text-align: center;
        right: 6.5%;
        top: 10%;
    }
}

/* Hero banner Inner Text */

/*news*/
.newsmodule__hdr {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 30px;
}

.newsmodule_wrap__left,
.newsmodule_wrap__right {
    border: 1px solid #979797;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.newsmodule_wrap__left .video {
    margin: 0px -15px;
}

.newsmodule_wrap__left .trans-link {
    margin-left: 15px;
    margin-top: 3px;
    color: #8e258d;
    text-decoration: underline;
}

.newsmodule_wrap__left .newsmodule_Content {
    padding: 40px 40px 0px;
}

.newsmodule_wrap__left .newsmodule_Content h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    color: #8e258d;
    width: 60%;
    padding-bottom: 30px;
}

.newsmodule_wrap__left .newsmodule_Content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 0;
}

.newsmodule_wrap__left .newsmodule_Content .jbtn {
    margin-top: 10%;
}

.newsmodule_wrap__image {
    border-bottom: 1px solid #979797;
    padding: 30px;
}

.newsmodule_right__hdr1,
.newsmodule_right__link,
.newsmodule_right__link a {
    font-family: Lora;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: 1px;
    text-align: center;
    color: #784c81;
    margin: 10px 0px;
}

.newsmodule_right__link {
    margin: 20px 0px 0px 0px;
}

.newsmodule_right__link a {
    margin: 0px;
}

.newsmodule_right__hdr2 {
    font-family: Lora;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: 1px;
    text-align: center;
    color: #53284f;
    margin: 20px 0px;
    padding: 0px 40px;
}

.newsmodule_wrap__right p {
    font-family: Lora;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.9px;
    text-align: center;
    color: #797979;
    padding: 0px 40px;
}

.newsmodule_right__imgtxt {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.86;
    letter-spacing: 0.9px;
    text-align: center;
    color: #6c6c6c;
    margin: 20px 0px 0;
}

.news-btmLink {
    font-family: Lora;
    font-size: 14px;
    font-weight: normal;
    line-height: 3;
    letter-spacing: 0.4px;
    color: #333333;
    padding: 10px 0px;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1041px) {

    .newsmodule_wrap__left,
    .newsmodule_wrap__right {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .newsmodule_wrap__left .newsmodule_Content h2 {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 4.4px;
        width: auto;
    }

    .newsmodule_wrap__left .newsmodule_Content p {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.57;
        letter-spacing: 0.9px;
        color: #333333;
    }

    .newsmodule_right__hdr1 {
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
        letter-spacing: 0.7px;
        text-align: center;
        color: #784c81;
    }

    .newsmodule_right__imgtxt {
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        line-height: 1.86;
        letter-spacing: 0.9px;
        text-align: center;
    }

    .newsmodule_right__hdr2 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
        padding: 0px 12px;
    }

    .newsmodule_wrap__right p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.43;
        letter-spacing: 0.8px;
        text-align: center;
        padding: 0px 12px;
    }

    .newsmodule_right__link {
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
        letter-spacing: 0.7px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

    .newsmodule_wrap__left,
    .newsmodule_wrap__right {
        padding: 0px 15px 15px;
        margin: 0px -15px 15px;
    }

    .newsmodule_wrap__right {
        margin: 0px -15px 15px;
    }

    .newsmodule_wrap__left .newsmodule_Content {
        padding: 40px 0px;
    }

    .newsmodule_wrap__image {
        padding: 20px 0px;
    }

    .newsmodule_wrap__left .newsmodule_Content h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.27;
        letter-spacing: 3.4px;
        width: auto;
    }

    .newsmodule_wrap__left .newsmodule_Content p {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.29;
    }


    .newsmodule_right__hdr1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 2.8px;
        text-align: center;
    }

    .newsmodule_right__imgtxt {
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        line-height: 1.86;
        letter-spacing: 0.9px;
        text-align: center;
    }

    .newsmodule_right__hdr2 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.44;
        letter-spacing: 1px;
        padding: 0px 20px;
    }

    .newsmodule_wrap__right p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.29;
        letter-spacing: 0.8px;
        text-align: center;
        padding: 0px 20px;
    }

    .newsmodule_right__link {
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 2.8px;
    }

    .newsmodule_wrap__left:last-child {
        margin-bottom: 0px;
    }

    .news-btmLink {
        background: #f6f6f6;
        padding-left: 20px;
        margin: 0px -15px;
        text-align: center !important;
    }
}

/*news*/
/*FindyourLook*/

/*form styles*/
#FL-Journey {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#FL-Journey section {
    background: white;
    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#FL-Journey section:not(:first-of-type) {
    display: none;
}

/*inputs*/
#FL-Journey input,
#FL-Journey textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#FL-Journey hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*headings*/
.fs-title {
    color: #2C3E50;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 5px;
    text-align: center;
    color: #333333;
    margin-bottom: 25px;
    font-family: Lora;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.fs-subtitle {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: center;
    color: #797979;
    margin-bottom: 40px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    font-family: Lato, sans-serif;
    max-width: 699px;
    margin: 0 auto 30px;
    width: 100%;
}

#progressbar li {
    list-style-type: none;
    color: #333333;
    font-size: 15px;
    width: 24.5%;
    float: left;
    position: relative;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

#progressbar li:before {
    /*content: counter(step);
                                counter-increment: step;*/
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    font-size: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    z-index: -1
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 6px;
    background: #b3b3b3;
    position: absolute;
    left: -50%;
    top: 7.4px;
    z-index: -1;
    border-radius: 3.5px;
    /*put it behind the numbers*/
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08);
}


/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #8e258d;
    color: #8e258d;
}

#progressbar li:first-child:after {
    width: 50%;
    left: 0;
}

#progressbar li:last-child {
    width: 2%;
}

#progressbar li:last-child:before {
    content: none;
}

#progressbar li:last-child:after {
    width: 650%;
    left: -558%;
}


.fl-selection img,
.fs-image {
    border: 1px solid #c0c0c0;
}

/*Selected profile image */
.Selected {
    box-shadow: 0px 0px 20px 5px #c0c0c0;
}

/* Find your look panel */
#FL-Journey .panel {
    border: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

#FL-Journey .panel-heading {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #a7a7a7;
}

.jbtn-primary--disabled {
    cursor: not-allowed;
}

#FL-Journey .panel-heading:last-child {
    border-bottom: 0px solid #a7a7a7;
}

#FL-Journey a:hover,
#FL-Journey,
a:focus {
    text-decoration: none;
    outline: none;
}

#FL-Journey .panel-title a,
#FL-Journey .panel-title a:hover {
    display: block;
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #797979;
    padding: 17px 10px 17px 10px;
    position: relative;
}

#FL-Journey .panel-title a:before,
#FL-Journey .panel-title a:after {
    content: "";
    width: 2px;
    height: 10px;
    transform: rotate(-130deg);
    background-color: #797979;
    position: absolute;
    top: 20px;
    right: 36px;
}

#FL-Journey .panel-title a:after {
    right: 29px;
    transform: rotate(130deg);
}

#FL-Journey .panel-title a.collapsed:before {
    transform: rotate(-45deg);
}

#FL-Journey .panel-title a.collapsed:after {
    transform: rotate(45deg);
}

#FL-Journey .panel-body {
    border-top: none;
}

#FL-Journey .panel-body ul {
    padding: 0px;
    margin: 0px;
}

#FL-Journey .panel-body ul li {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.33;
    letter-spacing: 1px;
    color: #333333;
    list-style: none;
    cursor: pointer;
}

#FL-Journey .panel-body ul li .draggingCoords .inlineblock {
    display: inline-block;
    font-size: 1.5rem;
}

.fl-selection,
#FL-Journey .section {
    padding-bottom: 80px;
}

/* Profile para text */
.profile-text {
    font-family: Lora;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.63;
    letter-spacing: 0.9px;
    text-align: center;
    color: #945b8e;
    margin-top: 7px;
}

/* panel where selected areas and emotions are displayed*/
.selection-panel {
    display: none;
    text-align: left;
}

.selection-panel .selection-panel-text {
    font-family: Lora;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #333333;
}

.selection-panel hr {
    height: 1px;
    background-color: #9b9b9b;
    margin-top: 10px;
}

.selection-panel ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
}


.selected-areas ul li {
    font-family: Lora;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.33;
    letter-spacing: 1px;
    color: #8e258d;
}

.selected-areas ul li:nth-child(2) {
    color: #91301d;
}

.selected-areas ul li:nth-child(3) {
    color: #496488;
}

#FL-Journey .svg rect:first-child {
    stroke: #8e258d;
}

#FL-Journey .svg rect:nth-child(2) {
    stroke: #91301d;
}

#FL-Journey .svg rect:nth-child(3) {
    stroke: #496488;
}

#emotional-appearance ul li {
    font-family: Lora;
    font-weight: normal;
    line-height: 2.33;
    letter-spacing: 1px;
    color: #333333;
}


.selection-panel .cross-icon,
#FL-Journey .panel-body ul li .cross-icon {
    display: inline-block;
    transform: rotate(-315deg);
    color: #333333;
    margin-right: 10px;
    cursor: default;
}

#FL-Journey .panel-body ul li .cross-icon {
    transform: rotate(0deg);
}

.selection-panel .cross-icon {
    width: 5%;
    vertical-align: top;
}

.selection-panel .text-span {
    width: 90%;
    display: inline-block;
}

/*image upload */
.upload-image {
    display: table;
}

.upload-image>div {
    border: solid 1px #c0c0c0;
    background-color: #f6f4f6;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.upload-image span {
    display: block;
    position: relative;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    padding: 0px 5px;
}

.imgUpload {
    visibility: hidden;
}

.imgSection {
    max-width: 100%;
    display: none;
}

.finalstephr {
    margin-top: 60px;
    margin-bottom: 30px;
}

.startAgain {
    margin-right: 30px;
}

#FL-Journey section:last-child .bottom-buttons {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
    .fs-title {
        font-size: 26px;
        line-height: 1.62;
        letter-spacing: 4.1px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .fs-subtitle {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.8px;
        margin-bottom: 30px;
    }

    #FL-Journey .panel-title a,
    #FL-Journey .panel-title a:hover {
        font-family: Lora;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: 1px;
        color: #797979;
    }

    #FL-Journey .panel-body ul li {
        font-size: 18px;
        line-height: 2.33;
        letter-spacing: 1px;
        color: #333333;
    }

    /* selected area for tab view */
    .selection-panel .selection-panel-text {
        font-size: 14px;
    }

    .selection-panel ul {
        padding: 0;
    }

    .selection-panel hr {
        margin-bottom: 12px;
    }

    .selected-areas ul li {
        font-size: 12px;
    }

    #FL-Journey section:nth-of-type(4) {
        width: 95%;
        padding: 0;
        margin: 0 0 0 15px;
    }


    .upload-image span {
        font-size: 12px;
    }

    .fl-selection,
    #FL-Journey .section {
        padding-bottom: 40px;
    }

    #selected-areas .selected-areas,
    .selected-areas-clone .selected-areas {
        padding-left: 0px;
        padding-right: 15px;
        padding-top: 20px;
    }

    #emotional-appearance .selected-areas {
        padding-top: 20px;
        padding-left: 0;
    }

    .selection-panel .cross-icon {
        width: 1%;
    }

    .selection-panel .text-span {
        width: 88%;
    }
}

@media screen and (min-width:768px) and (max-width:1041px) and (orientation:portrait) {
    .selection-panel .selection-panel-text {
        font-size: .9rem;
    }
}

/* progress bar for mobile you */
@media screen and (max-width: 767px) {
    #progressbar {
        padding: 0 15px;
        margin: 0 auto;
    }

    #progressbar li {
        font-size: 10px;
    }

    #FL-Journey section {
        width: 100%;
        margin: 0px 0%;
        padding: 20px 0px;
    }

    .fs-title {
        font-size: 22px;
        line-height: 1.27;
        letter-spacing: 5px;
        text-align: center;
        width: 100%;
    }

    .fs-subtitle {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.6px;
        text-align: center;
        margin-bottom: 30px;
    }

    .fl-selection {
        padding-bottom: 50px;
    }


    #FL-Journey .panel-title a,
    #FL-Journey .panel-title a:hover {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.8px;
    }

    .Juvederm_Brochure #FL-Journey hr {
        width: 100%;
    }

    #FL-Journey .panel-body ul li {
        font-size: 12px;
        line-height: 3.5;
        letter-spacing: normal;
    }

    .profile-text {
        display: none;
    }

    /*selected areas for mobile view*/
    .selection-panel ul {
        padding: 0;
    }

    .selection-panel hr {
        margin-top: 5px;
    }

    .selection-panel .selection-panel-text {
        font-size: 1rem;
        margin-top: 10px;
    }

    .selection-panel hr {
        margin-bottom: 8px;
    }

    .selected-areas ul li {
        font-size: 10px;
    }

    #progressbar li:before {
        width: 10px;
        height: 10px;
    }

    #progressbar li:after {
        top: 3.4px;
        height: 4px;
    }

    .upload-section div {
        margin: 0px 0px 20px 0px;
    }

    .fl-selection,
    #FL-Journey .section {
        padding-bottom: 10px;
    }

    #selected-areas .selected-areas,
    .selected-areas-clone .selected-areas {
        padding-left: 0px;
        padding-right: 15px;
        padding-top: 20px;
    }

    #emotional-appearance .selected-areas {
        padding-top: 20px;
        padding-left: 0px;
    }

    #selected-areas .selected-areas hr,
    .selected-areas-clone .selected-areas hr,
    #emotional-appearance .selected-areas hr {
        width: 100%;
    }

    .selection-panel .cross-icon {
        width: 1%;
    }

    #FL-Journey .section .mobileMrg>div {
        margin: 0px -15px;
    }

    #FL-Journey .panel-group>.panel.panel-default {
        padding: 0px 15px;
    }

    #FL-Journey .panel-title a,
    #FL-Journey .panel-title a:hover {
        padding: 12px 0px;
    }

    #FL-Journey .panel-title a:before,
    #FL-Journey .panel-title a:after {
        top: 14px;
        right: 14px;
    }

    #FL-Journey .panel-title a:after {
        right: 7px;
    }

    .Fl-btnFlex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
    }

    .Fl-btnFlex .previous {
        order: 2;
    }

    .Fl-btnFlex .next {
        order: 1;
    }

    #FL-Journey section:last-child .bottom-buttons {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/*width of hr for Juvederm_Brochure Find your look page */
.Juvederm_Brochure #FL-Journey hr {
    width: 100%;
}

/*FindyourLook*/
nav .dropdown a sup {
    bottom: 5px;
    right: 1px;
}

hr {
    margin: 0px auto;
}

.content-wrapper .hero-with-text-main hr.hidden-lg.hidden-md.hidden-sm {
    margin-top: 0px;
}

/* SiteMap*/
.sitemap ul li {
    list-style: none;
}

.sitemap ul li ul {
    margin: 0;
    padding: 0 0 0px 30px;
}

.sm-title,
.sm-page {
    color: #8e258d;
    font-size: 18px;
    line-height: 28px;
    font-family: Lora;
    font-weight: 500;
}

.sm-page {
    color: #333333;
}

@media screen and (max-width: 767px) {
    .sitemap {
        padding-left: 0px;
    }
}


#list .listView-bg .listContent.list-with-img > div .clinicImg {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: none;
}

@media screen and (max-width: 767px) {
    #list .listView-bg .listContent.list-with-img > div .clinicImg {
        height: 280px !important;
    }
}

@media screen and (max-width: 1041px) and (min-width: 768px) {
    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.left {
        left: -40px;
    }
}

@media screen and (max-width: 767px) {
    #list .listView-bg .listContent.list-with-img>div .doctorDetails .carousel-control.left {
        left: -18%;
    }
}

@media screen and (max-width: 767px)and (orientation: landscape) {
    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.left {
        left: -13%;
    }

    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.right {
        right: -13%;
    }
}

#mapholder {
    min-height: 300px !important;
}


/*Global clinic locator fix*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #map .listView-bg .listContent {
        width: 100%;
    }
}

ul.event-ul {
    padding: 15px 0 0 30px;
}

span.event-p,
span.event-p .event-ul li {
    font-size: 16px;
}


@media screen and (max-width: 1041px) and (min-width: 768px) {
    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.left {
        left: -40px;
    }
}

@media screen and (max-width: 767px) {
    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.left {
        left: -18%;
    }
}

@media screen and (max-width: 767px)and (orientation: landscape) {
    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.left {
        left: -13%;
    }

    #list .listView-bg .listContent.list-with-img > div .doctorDetails .carousel-control.right {
        right: -13%;
    }
}

#mapholder {
    min-height: 300px !important;
}
.legal .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding-top: 0;
    padding-bottom: 50px;
}

/* Juvederm NL style start Here */

.Juvederm_NL #carousel-custom .carousel-indicators li img {
    display: inline-block;
}

.Juvederm_NL #carousel-custom .carousel-col span {
    text-align: left;
}

.Juvederm_NL .carousel-inner ul {
    padding-left: 20px;
}

.Juvederm_NL .carousel-inner ul li {
    text-align: left;
}

.Juvederm_NL .choose-from-topic-look .choose-from-topic-look-content .choose-from-topic-looks .choose-from-topic-look-title span {
    display: table-cell !important;
}

.Juvederm_NL .tablist-items button[aria-selected=true] {
    background: #8e258d;
    color: #fff !important;
    font-weight: 700 !important;
}

.Juvederm_NL #FL-Journey .panel-title a {
    padding-right: 20px;
}

.Juvederm_NL .content-wrapper-bg.multiImage-Section .multi-images-text,
.Juvederm_NL .multi-images-section img {
    margin-left: 14%;
}

.Juvederm_NL .video-bullet-content p {
    margin-bottom: 0px;
}

.Juvederm_NL .product-carousel-main .carousel-outer .caption-text span sup {
    top: -4px;
}

@media only screen and (max-width: 1300px) and (min-width: 1251px) {
    .Juvederm_NL header .navbar-inverse .navbar-nav>li>a {
        padding: 0 14px;
    }
}

@media screen and (min-width: 1441px) {
    .Juvederm_NL .banner_marked_text svg text {
        font-family: 'Realist-BlackItalic';
        font-size: 20px;
    }

    .Juvederm_NL .banner_marked_text h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1366px) {
    .Juvederm_NL .banner_marked_text svg text {
        font-family: 'Realist-BlackItalic';
        font-size: 20px;
    }

    .Juvederm_NL .banner_marked_text h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1024px) {

    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired,
    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired:focus,
    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired:hover {
        font-size: 16px;
    }

    .Juvederm_NL .tabcontent-container h2 {
        line-height: 100%
    }
}

@media screen and (max-width: 768px) {
    .Juvederm_NL .contentsectionBg .bottom-buttons-item {
        display: block;
        margin-top: 14px;
    }

    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired {
        width: 100%;
    }

    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired:focus,
    .Juvederm_NL .btmLinksBg a.jbtn.jbtn-wired:hover {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .Juvederm_NL .banner_marked_text svg text {
        font-size: 16px;
    }

    .Juvederm_NL .banner_marked_text h1 {
        font-size: 33px;
    }

    .Juvederm_NL .contentsectionBg .bottom-buttons-item {
        margin-top: 0;
    }

    .Juvederm_NL .heading-h1 {
        font-size: 22px;
    }

    .Juvederm_NL .banner_marked_text svg {
        display: none;
    }

    .Juvederm_NL footer .footer-terms p:last-child {
        padding-top: 3px;
        width: 100%;
        margin: 0 0 7px;
        padding-left: 11px;
        padding-right: 11px;
    }

    .Juvederm_NL .contact-txt {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Juvederm NL style end Here */
.btphone {
    background: #FF585D;
    font-family: 'Realist-BlackItalic' !important;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px 60px;
    border: 1px solid #FF585D;
    color: #FFFFFF !important;
}

a.jbtn.btphone {
    padding: 10px 60px;
}

.btphoneshow {
    display: none !important;
}

.importantRed {
    display: inline-block !important;
}

.btphone img {
    margin-top: 8px !important;
    width: 35px;
}

/* JUVEDERM ITALY */
.Juvederm_Italy .contactDetail .jbtn,
.Juvederm_Italy .contactDetail .jbtn:hover {
    font-size: 15px;
}
.Juvederm_Italy .btphone img {
    width: 25px;
}

.blog-article img,
.blog-preview img {
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}

.blog-preview__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.blog-preview {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-preview .blog-preview__textWrapper {
    padding: 0 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-preview .blog-preview__textWrapper p,
.related-article p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.blog-preview .jbtn {
    width: 100%;
    text-align: center;
    padding: 0
}

.blog-preview h3 {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: inherit !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-previews__wrapper {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap
}

.blog-article .btn-primary {
    padding-left: 0;
    display: flex;
}

.blog-article .date {
    color: #7579b3;
    font-weight: 700;
    font-style: italic;
    display: block;
}

.blog-article h1 {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.blog-article .tags {
    display: flex;
    flex-wrap: wrap
}

.blog-article .tags .tag {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #e8e8e8;
    color: inherit
}

.blog-article__contentWrapper {
    padding: 10px 15px 30px
}

.blog-article__contentWrapper ol,
.blog-article__contentWrapper ul {
    font-size: 19px;
    font-family: 'FreightSans-Book' !important;
    font-weight: 400;
}

.related-articles__wrapper {
    margin-top: 48px;
}

.related-article h3,
.related-articles__wrapper h2 {
    font-weight: 700;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 20px;
    color: inherit !important;
    text-transform: uppercase;
}

.related-article {
    display: flex
}

.related-article .related-article__btnWrapper {
    margin-top: auto;
}

.related-article__image {
    max-width: 150px
}

.related-article__content {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.related-article h3 {
    margin-top: 2px;
    margin-bottom: 4px
}

.related-article .jbtn {
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 36px;
    min-height: 36px
}

.related-articles__content {
    padding: 10px 10px 0;
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .36)
}

.Juvederm_Spain .hero-banner {
    padding-top: 80px;
}

@media screen and (max-width:1041px) {
    .related-article__content {
        flex-grow: inherit
    }

    .related-article .jbtn {
        padding: 0 38px;
        margin-bottom: 0;
        width: auto;
    }

    .blog-article__contentWrapper ol,
    .blog-article__contentWrapper ul {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    .related-article img {
        max-width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .blog-preview__wrapper {
        width: 100%;
    }

    .related-article {
        flex-direction: column;
    }

    .related-article img {
        max-width: 100%;
    }

    .related-article__content {
        margin-left: 0;
    }

    .related-articles__wrapper {
        margin-bottom: 30px;
    }

    .related-articles__wrapper {
        margin-top: 15px;
    }

    .Juvederm_Spain .hero-banner {
        padding-top: 40px;
    }

    .related-article .jbtn {
        width: 100%;
    }
}
.button-newline ul li.bottom-buttons-item a {
    width: 30%;
    padding: 10px 0px;
}

@media only screen and (max-width:767px) {
    .button-newline ul li.bottom-buttons-item a {
        width: 100%;
        padding: 10px 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .button-newline ul li.bottom-buttons-item a {
        width: 50%;
        padding: 10px 0px;
    }
}

body.Juvederm_Germany, .Juvederm_Germany header .navbar-inverse, .Juvederm_Germany .cookie-section {
    max-width: inherit;
}

@media only screen and (min-width:1440px) {
    .Juvederm_Germany .hmbanner .home-Carousel-br {
        left: 50%;
        top: auto;
        bottom: 140px;
        transform: translateX(-50%);
    }

    .Juvederm_Germany .carouselOuter.carousel.slide.homepage .carousel-inner {
        max-height: calc(100vh - 80px);
    }

    .Juvederm_Germany .carouselOuter.carousel.slide.homepage .carousel-inner .hmbanner {
        max-height: 100%;
    }

    .Juvederm_Germany .carouselOuter.carousel.slide.homepage .carousel-indicators {
        bottom: 10px !important;
    }
}

.Juvederm_Italy #footerMyLocation {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.Juvederm_Italy #footerMyLocation img {
    max-width: 16px;
}

.Juvederm_Italy .search-clinc-sec #footerMyLocation span {
    text-align: center;
    width: 88%;
}

.Juvederm_Italy .input-group-footer-findmylocation-wrapper {
    width: 100%;
    flex-direction: column;
    display: flex;
}

.Juvederm_Italy footer .input-group-footer-findmylocation-wrapper {
    width: 100%;
    display: block;
}

.Juvederm_Italy .input-group-footer-findmylocation-wrapper .jbtn.jbtn-primary {
    padding-top: 10px;
}

@media screen and (min-width: 1042px) {
    .Juvederm_Italy header .find-clinic .nav.navbar-nav.navbar-right.nav-clinicLink {
        font-size: 20px;
        width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .Juvederm_Italy header {
        position: fixed !important;
        width: 100%;
        border-bottom: 3px solid #fff;
        top: 0;
    }

    .Juvederm_Italy header + section {
        margin-top: 92px;
    }
}

.Juvederm_Italy header .navbar-inverse.affix {
    position: static !important;
    border-bottom: 0;
}

/*** new cliniq locator component ***/
.Juvederm_Italy section > .input-group, .Juvederm_Italy section > .input-group-footer-findmylocation-wrapper {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #3733ff;
}

.Juvederm_Italy .input-group-footer-findmylocation-wrapper .findmylocation-title {
    color: #fff !important;
    font-size: 25px;
    font-family: 'Realist-BlackItalic'!important;
    display: block;
    padding-bottom: 20px;
}

.Juvederm_Italy section > .input-group .input-group-btn, .Juvederm_Italy section > .input-group-footer-findmylocation-wrapper .input-group-btn {
    vertical-align: bottom;
}

.Juvederm_Italy section > .input-group #ftrclincSearch, .Juvederm_Italy section > .input-group-footer-findmylocation-wrapper #ftrclincSearch {
    width: 48px;
    padding-top: 5px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .Juvederm_Italy section > .input-group, .Juvederm_Italy section > .input-group-footer-findmylocation-wrapper {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 30px 50px;
    }


    .Juvederm_Italy .input-group-btn-mylocation {
        margin-bottom: 8px;
    }
}

/*** START HEADER COMPONENT ***/
.header-component {
    margin-left: -15px;
    margin-right: -15px;
}

.header-component-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.header-component-image,
.header-component-text {
    width: 100%;
    position: relative;
}

.header-component-image {
    overflow: visible;
    order: 2;
    height: 200px;
}

.header-component-text {
    padding: 25px;
}

.header-component-image img {
    height: 100%;
    position: relative;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.header-component-text h1,
.header-component-text h2,
.header-component-text h3 {
    font-family: 'Realist-BlackItalic';
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    text-align: center;
}

.header-component-text h1 sup,
.header-component-text h2 sup,
.header-component-text h3 sup {
    bottom: 12px;
    font-size: 14px !important;
}

.header-component-optional-box {
    padding: 25px;
    text-align: center;
    font-family: 'FreightSans-Bold';
    color: white;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .header-component-text {
        order: 2;
    }
    .header-component-image {
        order: 1;
        height: auto;
    }
    .header-component-image-right .header-component-text {
        order: 1;
    }
    .header-component-image-right .header-component-image {
        order: 2;
    }
    .header-component-image,
    .header-component-text {
        width: 50%;
    }
    .header-component-content {
        height: 200px;
        flex-direction: row;
    }
    .header-component-text {
        padding: 0 50px 0 0;
    }
    .header-component-image-right .header-component-text {
        padding: 0 0 0 50px;
    }
    .header-component-text h1,
    .header-component-text h2,
    .header-component-text h3 {
        font-size: 20px;
    }
    .header-component-text h1 sup,
    .header-component-text h2 sup,
    .header-component-text h3 sup {
        bottom: 6px;
        font-size: 12px !important;
    }
    .header-component-optional-box {
        font-size: 16px;
        padding: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .header-component-content {
        height: 300px;
    }
    .header-component-text h1,
    .header-component-text h2,
    .header-component-text h3 {
        font-size: 26px;
    }
    .header-component-text h1 sup,
    .header-component-text h2 sup,
    .header-component-text h3 sup {
        bottom: 10px;
        font-size: 12px !important;
    }
    .header-component-optional-box {
        font-size: 20px;
        padding: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .header-component-content {
        height: 350px;
    }
    .header-component-text {
        padding: 0 100px 0 0;
    }
    .header-component-image-right .header-component-text {
        padding: 0 0 0 100px;
    }
    .header-component-text h1,
    .header-component-text h2,
    .header-component-text h3 {
        font-size: 32px;
    }
    .header-component-text h1 sup,
    .header-component-text h2 sup,
    .header-component-text h3 sup {
        font-size: 16px !important;
        bottom: 12px;
    }
    .header-component-optional-box {
        font-size: 26px;
        padding: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .header-component-content {
        height: 400px;
    }
    .header-component-text {
        padding: 0 150px 0 0;
    }
    .header-component-image-right .header-component-text {
        padding: 0 0 0 150px;
    }
    .header-component-text h1,
    .header-component-text h2,
    .header-component-text h3 {
        font-size: 40px;
    }
    .header-component-text h1 sup,
    .header-component-text h2 sup,
    .header-component-text h3 sup {
        bottom: 16px;
    }
    .header-component-optional-box {
        font-size: 30px;
        padding: 25px;
    }
}

/*** END HEADER COMPONENT ***/

/*** START ANIMATED LIST  ***/
.animated-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    height: auto;
    background: #3634f5;
    transition: background-color 0.3s ease-out;
}

@media screen and (min-width: 768px) {
    .animated-list {
        flex-direction: row;
        align-items: flex-start;
        height: 400px;
    }
}

@media screen and (min-width: 1024px) {
    .animated-list {
        padding: 0 100px;
        height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    .animated-list {
        height: 585px;
    }
}

.animated-list-content {
    width: 100%;
    height: 400px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .animated-list-content {
        width: 55%;
        height: 100%;
    }
}

.animated-list-item-image {
    margin-right: 10px;
}

.animated-list-item-image,
.animated-list-item-logo {
    width: 50%;
}

@media screen and (min-width: 768px) {

    .animated-list-item-image,
    .animated-list-item-logo {
        width: 40%;
    }
}

.animated-list-item-logo--top {
    width: 280px;
    height: 100px;
    object-fit: contain;
}

.animated-list-item-logo--bottom {
    width: 280px;
    height: 180px;
    object-fit: contain;
}

.animated-list-link-items .animated-list-title {
    color: white;
    text-transform: uppercase;
    font-family: 'Realist-BlackItalic';
    text-align: center;
}

.animated-list-link-items {
    list-style: none;
}

.animated-list-menu-icons {
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding-left: 0;
    opacity: 0;
}

.animated-list-link-items:not(.animated-list--zero-state).animated-list--opened .active .icon--cross {
    opacity: 1;
}

.animated-list-link-items:not(.animated-list--zero-state):not(.animated-list--opened) .active .icon--menu {
    opacity: 1;
}

.animated-list-link-items:not(.animated-list--opened) .animated-list-link-item:not(.active) {
    display: none;
}

@media screen and (min-width: 768px) {
    .animated-list-link-items {
        width: 50%;
        padding: 0;
        margin-top: 5%;
    }
}

.animated-list-link-item {
    position: relative;
    font-family: 'FreightSans-Book';
    font-size: 18px;
    display: block;
    padding: 10px 25px;
    background-color: transparent;
    transition: background-color 0.3s ease-out;
    position: relative;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.animated-list-link-item a {
    margin-right: 20px;
}

.animated-list-link-item:first-of-type {
    border-top: 1px solid white;
}

@media screen and (min-width: 768px) {
    .animated-list-link-item {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .animated-list-link-item {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .animated-list-link-item {
        font-size: 26px;
    }
}

@media screen and (min-width: 1440px) {
    .animated-list-link-item {
        font-size: 30px;
    }
}

.animated-list-link-item:last-of-type {
    margin-bottom: 0;
}

.animated-list-link-item a {
    transition: color 0.3s ease-out;
    color: white;
}

.animated-list-link-item:hover {
    background: #c837e6;
}

.animated-list-link-items {
    display: flex;
    flex-direction: column;
}

.animated-list-link-item {
    order: 2;
}

.animated-list-link-items:not(.animated-list--opened) .animated-list-link-item.active {
    border-top: 1px solid white !important;
}

.animated-list-content-item {
    position: absolute;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 460px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .animated-list-content-item {
        left: auto;
        transform: none;
        max-width: none;
    }
}

.animated-list-content-item.active {
    opacity: 1;
    pointer-events: all;
}

.animated-list-item-image img,
.animated-list-item-logo img {
    width: 100%;
}
/*** END ANIMATED LIST  ***/

#ieModal[data-isExpEditor="1"] {
    position: relative;
    opacity: 1;
    display: block;
    width: 100%;
    z-index: 0;
    padding-top: 5%;
}

.Juvederm_Spain .hero-banner .bg-banner img {
    margin-top: -80px;
}

@media screen and (max-width: 767px) {
    .Juvederm_Spain .hero-banner .bg-banner img {
        margin-top: -40px;
    }
}