@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Exo2 Regular';
    src: url('font/Exo2-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo2 Light';
    src: url('font/Exo2-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo2 Bold';
    src: url('font/Exo2-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo2 SemiBold';
    src: url('font/Exo2-SemiBold.ttf');
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Exo2 Regular';
}

.stopscroll {
    overflow: hidden;
    position: fixed;
}

.container {
    max-width: 1274px;
}

p {
    margin: 0px;
    padding: 0;
    line-height: 25px;
    font-family: 'Exo2 Regular';
    color: #5C6E78;
    font-size: 17px;
}

label {
    margin: 0px;
    padding: 0;
    font-family: 'Exo2 Regular';
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    outline: none;
}

input {
    outline: none;
    text-indent: 12px;
}

    input[type=text], input[type=email] {
        height: 46px;
        width: 100%;
        border: 1px solid #9CA9B1;
        border-radius: 5px;
        background-color: #FFFFFF;
    }

    input[type=checkbox], input[type=radio] {
        width: 23px;
        height: 23px;
        vertical-align: middle;
    }



ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

button {
    border-radius: 5px;
    background-color: #E40428;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.23);
    border: 0;
    color: #fff;
    padding: 11px 18px;
    font-family: 'Exo2 Regular';
}

.btn-w-bg {
    border: 1px solid #E40428;
    border-radius: 100px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.23);
    padding: 4px 18px 8px;
    background-color: #fff;
    color: #E40428;
    font-size: 18px;
    line-height: 22px;
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.btn-org {
    background-color: #EE5340;
    line-height: 1;
    padding: 22px 40px;
}

.btn-w-bg:hover, .btn-pro:hover {
    background: #E40428 !important;
    color: #fff !important;
}


a {
    text-decoration: none;
    color: #5C6E78;
    outline: none;
}

    a:hover {
        color: #E40428;
        text-decoration: none;
    }

hr {
    height: 3px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
}
/* heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo2 Regular';
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    color: #5C6E78;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}
/* text styles */
.sml-text, .mid-text, .lrg-text {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Exo2 regular';
    letter-spacing: 0;
    line-height: 16px;
    font-size: 14px;
}

.mid-text {
    font-size: 12px;
}

.lrg-text {
    font-size: 13px;
}

.col-pd-0 {
    padding: 0
}

.col-lt-50 {
    padding-left: 50px;
}

.mrt-8 {
    margin-top: 8px;
}

.mrt-12 {
    margin-top: 12px;
}

.mrt-24 {
    margin-top: 24px;
}

.mrt-32 {
    margin-top: 32px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-24 {
    margin-bottom: 24px;
}

.mrb-18 {
    margin-bottom: 18px;
}

.mrb-8 {
    margin-bottom: 8px;
}
/**-------- Header CSS Here ------ */
.header {
    width: 100%;
    height: 109px;
    background-color: #fff;
    padding-top: 4px;
    position:relative;
}

.head-wrapper{position:relative;}

.logo a {
    display: inline-block;
    padding-top: 20px;
}

.logo img {
    width: 100%;
}

.logo span {
    color: #E40428;
    font-family: "Exo2 Regular";
    font-size: 26px;
    letter-spacing: 0;
    line-height: 31px;
    margin-left: 18px;
    display: inline-block;
    width: 60%;
    position: relative;
    top: 20px;
}

.input-group input {
    box-sizing: border-box;
    height: 34px;
    width: 560px;
    border: 1px solid #A6A8A9;
    border-radius: 3px !important;
    background-color: #F9FAFB;
}

.input-group > .form-control:focus {
    z-index: 1;
}

.select-lang {
    color: #5C6E78;
    font-weight: bold;
}

.right-top {
    text-align: right;
    position:inherit;
}

    .right-top a {
        font-family: "Exo2 Regular";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 7px;
        cursor: pointer;
    }

        .right-top a:hover {
            text-decoration: none;
        }

    .right-top .top-bar .col-auto {
        width: auto !important;
        display: inline-block;
        color: #5C6E78;
        font-family: "Exo2 Regular";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
    }

        .right-top .top-bar .col-auto:last-child a img {
            max-width: 11px;
            height: auto;
            margin-right: 4px;
            margin-top: -2px;
        }

.bottom-bar {
    margin-top: 28px;
    position: relative;
}

    .bottom-bar div {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        position: relative;
        margin-left: 22px;
    }

        .bottom-bar div.sty-inform {
            margin-top: 8px;
            margin-right:44%;
        }

            .bottom-bar div.sty-inform img {
                position: absolute;
                left: -40px;
            }

        .bottom-bar div a strong {
            display: block;
        }
       

.country-select {
    padding: 0;
    position: inherit;
}


    .country-select ul.dropdown-menu {
        padding: 24px;
        z-index: 99999;
        width: 99%;
        top:22px !important;
        left:0 !important;
        border-radius:0;
    }

        .country-select ul.dropdown-menu li {
            padding: 0 20px 0 5px;
            min-width: 200px;
            display: inline-block;
            text-align: left;
            float: left;
        }

            .country-select ul.dropdown-menu li a {
                color: #5C6E78;
                font-family: "Exo2 Bold";
                font-size: 17px;
                letter-spacing: 0;
                line-height: 25px;
            }

                .country-select ul.dropdown-menu li a:hover {
                    color:#E40428;
                    text-decoration:underline;
                }

            .country-select ul.dropdown-menu li ul li {
                padding: 0px;
                float:inherit;
                min-width:inherit;
                display:block;
                border: 0;
            }
  
            .country-select ul.dropdown-menu li ul li a {
                    border: 0;
                    font-family: "Exo2 Regular";
                }

    .country-select a.dropdown-toggle:after {
        font-family: FontAwesome;
        content: "\f107";
        padding: 0;
        margin: 0;
        border: none;
        vertical-align: middle;
        font-size: 20px;
    }

.show a.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    font-size: 20px;
}

.nav > li.dropdown.open {
    position: static;
}

    .nav > li.dropdown.open .dropdown-menu {
        display: table;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

.dropdown-menu > li {
    display: table-cell;
}


#autocompleteResultsCatalog {
    height: auto;
    width: 100%;
    border: 1px solid #ccc6c6;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    padding: 0;
    top: 37px;
    z-index: 99999;
}

    #autocompleteResultsCatalog ul li {
        border-top: 1px solid #ccc6c6;
        padding: 8px 16px;
        color: #9CA9B1;
    }

        #autocompleteResultsCatalog ul li:first-child {
            border: 0;
        }


.lusin-search {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.lusin-search div.search-bar input {
    height: 35px;
    width: 222px;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #9CA9B1;
    padding-right: 45px;
}

::-webkit-input-placeholder {
    color: #9CA9B1;
    font-size: 14px;
}

.lusin-search div.search-bar img {
    position: absolute;
    right: 14px;
    top: 5px;
    color: #E40428;
}
/**-------- Header CSS End ------ */
/**-------- TopNavBar CSS start ------ */
/**-------- TopNavBar CSS start ------ */
/**-------- TopNavBar CSS start ------ */
.topNav {
    width: 100%;
    border-bottom: 2px solid #9CA9B1;
    border-top: 2px solid #9CA9B1;
    margin-bottom: 0px;
}

.nav-link-show {
    position: absolute;
    background: white;
    visibility: hidden;
    border: 1px solid #5C6E78;
    -ms-flex-preferred-size: 100%;
    /* flex-basis: 100%;
     */
    z-index: 9999;
    left: 0px;
    top: 63px;
    padding-left: 25px;
    /* border-left-color: #5C6E78;
     */
    padding: 10px 45px;
}

.navbar {
    padding: 0px 0px;
}

.topNav .navbar {
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
    /* margin: 0 18px;
     */
    padding: 19px 18px;
}

.menu-border-right {
    border-right: 1px solid #9ca9b1;
}

.menu-border-right:last-child {
    border-right: 0px solid #9ca9b1;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #5C6E78;
    font-family: "Exo2 SemiBold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    position: relative;
}


    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #E40428;
    }

    .navbar-expand-lg .navbar-nav .nav-link .menu-arrow {
        position: absolute;
        margin: auto;
        top: 30px;
        z-index: 6;
        left: 0;
        right: 0;
        width: 14px;
        height: 14px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 225deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background: white;
        border-right: 1px solid #9ca9b1;
        border-bottom: 1px solid #9ca9b1;
        visibility: hidden;
    }

.nav-item:hover .nav-link .menu-arrow {
    visibility: visible;
}

.nav-item:hover .nav-link-show {
    color: #E40428;
    visibility: visible;
}

.navbar-expand-lg .navbar-nav .navactive {
    color: #E40428;
}

.navbar-expand-lg .navbar-nav .active {
    color: #E40428;
}

.submenus h4 {
    padding: 20px 12px;
    padding: 20px 0px 20px 0px;
}

.submenus ul li {
    list-style-type: none;
    margin: 0 0 9px;
    padding: 0;
}

.submenus h5 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
}

.top-menu-cards {
    width: 100%;
}

.heading-submenu {
    padding: 20px 0px;
}

.submenus .ul-submenu {
    padding: 4px 0px 10px 0px;
    display: block;
}

.submenus .li-submenu {
    list-style-type: none;
    padding: 0;
}

.menu-heading {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.menu-option {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.ul-submenu-heading {
    display: block;
    color: #5C6E78;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: bold;
}

.select-country {
    display: none;
}
/**-------- Carousel CSS ------ */
#home-carousel {
    max-width:1920px;
    height: 414px;
    display: block;
    clear: both;
    margin:0 auto;
}

    #home-carousel .carousel-inner {
        height: 376px;
        overflow: hidden;
    }

        #home-carousel .carousel-inner img {
            width: 100%;
            height: 100%;
        }

    #home-carousel .product-section {
        color: #5C6E78;
        font-family: "Exo2 Regular";
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
        text-align: right;
        position: sticky;
        float: right;
        width: 20%;
        bottom: 41px;
        right: 135px;
    }

.carousel-control-prev {
    left: 127px;
    height: 70px;
    width: auto;
    border-radius: 0 5px 5px 0;
    background-color: none;
    top: 85%;
}

.carousel-control-next {
    right: 143px;
    border-radius: 5px 0px 0px 5px;
    height: 70px;
    width: auto;
    background-color: none;
    top: 85%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    color: #000;
    font-size: 35px;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    background-color: #E40428;
    border: 10px;
    border-radius: 25px;
}

.product-section .btn-more {
    min-width: 222px;
    display: inline-block;
    margin-top: 38px;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    color: #5C6E78;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    background: none;
    padding: 8px 60px;
    box-shadow: none;
}
/**-------- CSS end ------ */
.banner {
    height: 376px;
    width: 100%;
    overflow: hidden;
}

.aboutus-banner{
    max-width:1920px; margin:0 auto;
}

.banner img {
    width: 100%;
    height: 100%;
}
/* Card Css */
.card, .card-white {
    width: 32%;
    min-height: 400px;
    margin: 0 auto;
    float: left;
    margin-left: 2%;
    text-align: left;
    border: 1px solid #9CA9B1;
    border-radius: 0;
    text-align: left;
}

.card-white {
    border: 1px solid #9CA9B1;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative
}

    .card:first-child, .card-white:first-child {
        margin-left: 0;
    }

    .card .content, .card-white .content {
        padding: 25px 26px;
        height: auto;
    }

        .card .content h2, .card-white .content h2 {
            font-family: 'Exo2 Regular';
            margin-bottom: 24px;
            color: #5C6E78;
        }

        .card .content p, .card-white .content p {
            line-height: 22px;
        }

.card .card-img {
    height: 224px;
}

.card-white .card-img {
    height: 222px;
}

    .card .card-img img, .card-white .card-img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
/* Card Css */
.products {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
}

    .products .card, .products .card-white {
        width: 32%;
        box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.07);
        border: 0;
        margin-left: 2%;
    }

        .products .card:first-child, .products .card-white:first-child {
            margin-left: 0;
        }

        .products .card .content, .products .card-white .content {
            background-color: #E40428;
            height: 206px;
        }

        .products .card .card-img, .products .card-white .card-img {
            height: 206px;
        }

        .products .card-white .content {
            background-color: #fff;
        }

            .products .card .content h2, .products .card-white .content h2 {
                font-family: 'Exo2 Regular';
                color: #fff;
                letter-spacing: normal;
            }

            .products .card-white .content h2 {
                color: #5C6E78;
            }

            .products .card .content p, .products .card-white .content p {
                color: #FFFFFF;
                font-size: 17px;
            }

            .products .card-white .content p {
                color: #5C6E78;
            }

.breadcrumbs {
    color: #5C6E78;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 35px;
    margin-bottom: 16px;
}

.mid-banner {
    height: 450px;
    width: 100%;
    margin-top: 63px;
    position: relative;
    overflow: hidden;
}

.bg-red .mid-banner {
    background-color: #E40428;
}

.bg-white .mid-banner {
}

.mid-banner img {
    width: 100%;
    height: 100%;
}

.mid-banner .banner-section {
    color: #5C6E78;
    font-family: "Exo2 Regular";
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: right;
    position: absolute;
    /* float: right;
     */
    width: 24%;
    bottom: 147px;
    right: 133px;
}

    .mid-banner .banner-section .btn-more {
        min-width: 222px;
        display: block;
        margin-top: 38px;
        border: 1px solid #5C6E78;
        border-radius: 100px;
        font-size: 18px;
        line-height: 22px;
        padding: 7px 60px;
        box-shadow: none;
        text-align: center;
        float: right;
    }

.bg-red .mid-banner .banner-section, .bg-red .mid-banner .banner-section h1 {
    color: #fff;
}

    .bg-red .mid-banner .banner-section .btn-more {
        border: 1px solid #fff;
        color: #fff;
    }
/******** ******/
.wherebuy {
    margin-bottom: 83px !important;
}
/*********/
.aboutus {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .aboutus h1 {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
        margin-bottom: 50px;
    }

    .aboutus p {
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 32px;
    }

    .aboutus .card, 
    .aboutus .card-white {
        width: 374px;
        height: auto;
        box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.07);
        border: 0;
        border-radius: 0;
        margin: 12px auto;
        display: inline-block;
        margin-left: 40px;
        text-align: left;
        float: right;
    }

        .aboutus .card .content {
            padding: 35px 10px 25px 25px;
            background-color: #E40428;
            min-height: 180px;
        }

            .aboutus .card .content h2 {
                color: #fff;
                font-family: 'Exo2 Regular';
                margin-bottom: 24px;
            }

            .aboutus .card .content p {
                color: #FFFFFF;
                font-size: 17px;
                letter-spacing: 0;
                line-height: 22px;
                margin-bottom: 0;
            }

        .aboutus .card .card-img,
        .aboutus .card-white .card-img {
            height: 230px;
        }

            .aboutus .card .card-img img {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

.productspage {
    display: block;
    position: relative;
    width: 100%;
}

    .productspage .row {
        margin-bottom: 82px;
    }

        .productspage .row:last-child {
            margin-bottom: 0px;
        }

    .productspage h1 {
        color: #5C6E78;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 48px;
    }

    .productspage h3 {
        font-size: 24px;
        color: #bbb7b7;
    }

    .productspage .card {
        width: 255px;
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.07);
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 10px;
    }

        .productspage .card:first-child {
            margin-left: 0;
        }

        .productspage .card .content {
            padding: 0px;
        }

            .productspage .card .content > div {
                color: #5C6E78;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 18px;
            }

            .productspage .card .content h3 {
                color: #5C6E78;
                font-family: 'Exo2 SemiBold';
                margin-bottom: 12px;
            }

            .productspage .card .content p {
                color: #9CA9B1;
                font-size: 13px;
                letter-spacing: 0;
                line-height: 22px;
            }

        .productspage .card .card-img {
            width: 100%;
            height: 209px;
            /*background-image: url(../images/Desktop_Product_BG.png);
    */
            background-repeat: no-repeat;
            background-position: top center;
            text-align: center;
            /* vertical-align: -webkit-baseline-middle;
     */
            padding-top: 18px;
            margin-bottom: 28px;
        }

            .productspage .card .card-img img {
                width: 160px;
                height: 149px;
            }
.home-pro{margin-top:24px; margin-bottom:0; overflow:auto; clear:both;}
.skin-sensative-solution .home-pro{padding-left:0; padding-right:0;}
/*****************/
.footer-wrapper {
    height: auto;
    width: 100%;
    clear: none;
    margin-top: 74px;
}

    .footer-wrapper p, .footer-wrapper ul li a {
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

        .footer-wrapper ul li a:hover {
            color: #E40428;
        }

.footer-content p.pd-right {
    padding-right: 50px;
}

.footer-content {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #9CA9B1;
    color: #fff;
}

    .footer-content h2 {
        color: #fff;
        margin-bottom: 25px;
        font-family: 'Exo2 Regular';
    }

    .footer-content img {
        height: 60px;
        width: 60px;
    }

    .footer-content ul li {
        padding: 8px 0;
    }

        .footer-content p, .footer-content ul li a {
            color: #FFFFFF;
        }

            .footer-content ul li a:hover {
                color: #fff !important;
                text-decoration: underline;
            }

    .footer-content ul li {
        padding: 8px 0;
    }

    .footer-content .service a {
        margin-right: 25px;
    }

.footer-nav {
    display: block;
    clear: both;
    padding-top: 25px;
}

    .footer-nav ul li {
        display: inline-block;
        margin-right: 60px;
    }

    .footer-nav .pd-b {
        padding-bottom: 25px;
    }

        .footer-nav .pd-b .copyright {
            text-align: right;
            padding-right: 36px;
        }

.border-top {
    border-top: 2px solid #9CA9B1 !important;
}

.footer-wrapper .est-logo {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 85px;
    margin-bottom: 85px;
}
/**************** Footer Css end **********************/
.mob-drop-btm {
    display: none;
}

.sm-screen {
    display: none;
}

a.read-more {
    margin-top: 15px;
    display: block;
}

    a.read-more:hover {
        text-decoration: none;
    }

.read-more span {
    color: #E40428;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    margin-right: 24px;
}

.read-more-text {
    color: #9CA9B1 !important;
    font-size: 13px !important;
    letter-spacing: 0;
    line-height: 22px;
    display: none;
}

.icon {
    font-size: 10px;
    padding-right: 5px;
}

.fa {
    transition: transform .2s;
}

    .fa.active {
        transform: rotateZ(-90deg);
    }

.return-home {
    border: 1px solid #E40428;
    border-radius: 100px;
    display: inline-block;
    padding: 8px 44px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 0px;
}

a.return-home .fa {
    margin-right: 8px;
}

.fa-chevron-left:before, .fa-chevron-right:before {
    font-size: 12px;
}

.categoryLanding h1 {
    line-height: 48px;
    margin-bottom: 45px;
}

.categoryLanding p {
    line-height: 25px;
}

.product-box {
    width: 30%;
    float: left;
    margin-right: 23px;
}

    .product-box:last-child {
        margin-right: 0;
    }

.lft-img {
    width: 40%;
    float: left;
}

.right-cont {
    width: 60%;
    float: left;
    margin-left: 26px;
}

    .right-cont p.sm-text {
        font-size: 15px;
        margin-top: 40px;
        line-height: 20px;
        margin-bottom: 60px;
    }

    .right-cont .btn-pro {
        background: #fff;
        width: 100%;
        border: 1px solid #E40428;
        border-radius: 100px;
        color: #E40428;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        padding: 4px 0 8px 0
    }

.show-product {
    background: none;
    width: 222px;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    color: #5C6E78;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-top: 60px;
}

.error-description {
    margin-top: 47px;
    margin-bottom: 23px;
    display: block;
}

.address-term {
    margin-top: 54px;
    margin-bottom: 18px;
    display: block;
}

    .address-term h2, .address-term h3 {
       
        color: #5C6E78;
        font-family: "Exo2 Regular";
        font-size:25px;
        letter-spacing: 0;
        line-height: 25px;
    }

    .news-text {
        margin-top: 48px;
        display: block;
    }
/******/
.umbraco-forms-page {
    width: 50%;
}

.newsletter .umbraco-forms-field {
    margin-top: 0px;
}

.newsletter input {border-radius:0 !important;}
.newsletter .submit-btn{border-radius:100px !important; text-indent:inherit;}

.umbraco-forms-field {
    margin-top: 18px;
}

    .umbraco-forms-field label {
        color: #5C6E78;
        font-size: 17px;
        font-weight: 600 !important;
        letter-spacing: 0;
        line-height: 22px;
    }

.umbraco-forms-container .termscondition label {
    margin-bottom: 16px;
}

.umbraco-forms-container .termscondition label {
    margin-bottom: 16px;
}

.umbraco-forms-container .termscondition .umbraco-forms-field-wrapper label {
    color: #5C6E78;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: normal !important;
    margin-left: 12px;
    width: 93%;
    float: right;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea, .umbraco-forms-form select {
    height: 50px;
    width: 400px;
    border: 1px solid #5C6E78 !important;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #9CA9B1;
}

.umbraco-forms-form select {
    padding-right: 121px;
}

.umbraco-forms-navigation .btn {
    min-width: 222px;
    display: inline-block;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    color: #5C6E78;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    background: none;
    padding: 8px 60px;
    box-shadow: none;
}

.Luekoplast-hide {
    display: none !important;
}
/* Wound-Care page css */
.Wound-Care h1 {
    color: rgb(92, 110, 120);
    line-height: 48px;
}

.Wound-Care .para {
    margin-top: 23px;
}

.Wound-Care {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .Wound-Care .card, .Wound-Care .card-white {
        width: 32%;
        box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.07);
        border: 0;
    }

        .Wound-Care .card .content, .Wound-Care .card-white .content {
            background-color: #E40428;
            min-height: 250px;
        }

        .Wound-Care .card-white .content {
            background-color: #fff;            
        }

        .Wound-Care .card .content h2 {
            font-family: 'Exo2 Regular';
            color: #fff;
            letter-spacing: normal;
        }

        .Wound-Care .card-white .content h2 {
            font-family: 'Exo2 Regular';
            color: #5C6E78;
            letter-spacing: normal;
        }

        .Wound-Care .card .content p {
            color: #ffffff;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 22px;
        }

        .Wound-Care .card-white .content p {
            color: #5C6E78;
            font-size: 17px;
        }

.mt-50 {
    margin-top: 51px;
}
/* wound-care-smaller-promos page css */

.bannerwidth{
    max-width:1920px; margin:0 auto;
}

.bannerwidth .img-fluid{
    width:100%;
}

.woundcaresmallepromos h1 {
    color: rgb(92, 110, 120);
    line-height: 48px;
}

.woundcaresmallepromos .para {
    margin-top: 23px;
}

.woundcaresmallepromos {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .woundcaresmallepromos .card,
    .woundcaresmallepromos .card-white {
        width: 32%;
        box-shadow: none;
        border: 0;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
        min-height: auto;
    }

        .woundcaresmallepromos .card-white .content {
            background-color: #fff;
        }

    .woundcaresmallepromos .Wound-Care {
        margin-bottom: 11px;
    }

    .woundcaresmallepromos .card-white .content p {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .woundcaresmallepromos .mt-52 {
        margin-top: 50px;
    }

    .woundcaresmallepromos .card .content,
    .woundcaresmallepromos .card-white .content {
        padding: 32px 26px 36px 27px;
        height: auto;
        min-height: 156px;
    }

    .woundcaresmallepromos .card, .card-white {
        width: 32%;
        min-height: auto;
    }
/* Caring-for-grazes page css */
.Caring-for-grazes {
    display: block;
    position: relative;
    margin-top: 85px;
    width: 100%;
}

    .Caring-for-grazes .para {
        margin-top: 23px;
    }

    .Caring-for-grazes .productForprof {
        display: block;
        margin-top: 24px;
        margin-bottom: 60px;
    }

        .Caring-for-grazes .productForprof .mrb-100 {
            margin-bottom: 100px;
        }

        .Caring-for-grazes .productForprof ul li {
            line-height: 24px;
            font-family: 'Exo2 Regular';
            color: #5C6E78;
            font-size: 17px;
        }

        .Caring-for-grazes .productForprof h3 {
            color: #5C6E78;
            font-size: 25px;
            letter-spacing: 0;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .Caring-for-grazes .productForprof .btn-order {
            margin-top: 100px;
        }

            .Caring-for-grazes .productForprof .btn-order .btn-w-bg {
                padding: 11px 24px;
                min-width: 220px;
            }

                .Caring-for-grazes .productForprof .btn-order .btn-w-bg:last-child {
                    border: 1px solid #5C6E78;
                    margin-left: 24px;
                    color: #5C6E78;
                }

                .Caring-for-grazes .productForprof .btn-order .btn-w-bg:hover {
                    border: 1px solid #5C6E78;
                    color: #5C6E78;
                }

        .Caring-for-grazes .productForprof .table thead th {
            border: none;
            background-color: #E40428;
            color: #fff;
        }

        .Caring-for-grazes .productForprof .table-striped tbody tr:nth-of-type(odd) {
            background-color: #E6EFF5
        }

        .Caring-for-grazes .productForprof .table-striped tbody tr:nth-of-type(even) {
            background-color: #D4E1E9
        }

        .Caring-for-grazes .productForprof .product-benifit {
            margin-top: 35px;
        }

        .Caring-for-grazes .productForprof .product-benifit {
            margin-bottom: 26px;
        }

            .Caring-for-grazes .productForprof .product-benifit .lft-img {
                width: 15%;
            }

            .Caring-for-grazes .productForprof .product-benifit .right-cont p:first-child {
                color: #E40428;
                font-weight: bold;
                margin-bottom: 18px;
            }

        .Caring-for-grazes .productForprof .how-to-use .use-box {
            float: left;
            width: 35%;
            height: 250px;
            border: 3px solid #6282ab;
            border-radius: 10px;
            margin: 20px 20px 0;
            position: relative;
        }

    .Caring-for-grazes .lft-img-wrap {
        margin-top: 19px;
    }

    .Caring-for-grazes .use-box span {
        width: 40px;
        height: 40px;
        color: #fff;
        border: 3px;
        border-radius: 5px;
        background-color: #E40428;
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: center;
        padding-top: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    .Caring-for-grazes .productForprof .how-to-use .use-text {
        margin-bottom: 26px;
    }

    .Caring-for-grazes .productForprof .product-benifit .lft-img {
        width: 17%;
    }

    .Caring-for-grazes .productForprof .how-to-use .use-text p:first-child {
        color: #E40428;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .Caring-for-grazes .productForprof .panel-heading {
        background-color: #5C6E78;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #fff;
    }

        .Caring-for-grazes .productForprof .panel-heading a {
            color: #FFFFFF;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 25px;
            display: block;
        }

            .Caring-for-grazes .productForprof .panel-heading a:hover {
                color: #eaebec !important;
            }

    .Caring-for-grazes .productForprof .panel-body {
        background-color: #E6EFF5;
        color: #5C6E78;
        min-height: 73px;
        padding-top: 12px;
        margin-bottom: 0 !important;
    }

    .Caring-for-grazes .productForprof .add-info .info {
        width: 19%;
        float: left;
        position: relative;
        padding-left: 40px;
        margin-right: 12px;
    }

        .Caring-for-grazes .productForprof .add-info .info img {
            position: absolute;
            left: 0;
            top: 0;
        }

    .Caring-for-grazes .productForprof .product {
        width: 30%;
        float: left;
        margin-right: 20px;
        text-align: center;
    }

    .Caring-for-grazes .productForprof .btm-banner {
        margin-top: 55px;
        position: relative;
    }

        .Caring-for-grazes .productForprof .btm-banner .recogniz-laceration {
            position: absolute;
            width: 100%;
            padding: 20px;
            background-color: #E40428;
            left: 0;
            bottom: 0;
        }

            .Caring-for-grazes .productForprof .btm-banner .recogniz-laceration h3 {
                color: #fff;
                margin-bottom: 16px;
            }

            .Caring-for-grazes .productForprof .btm-banner .recogniz-laceration p {
                color: #fff;
            }

    .Caring-for-grazes .card {
        width: 100%;
        box-shadow: none;
        border: 0;
        box-sizing: border-box;
        height: 412px;
        width: 374px;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
    }

.mt-37 {
    margin-top: 37px;
}

.Caring-for-grazes .card .content {
    background-color: #E40428;
    height: auto;
}

.Caring-for-grazes .card-white .content {
    background-color: #fff;
    height: auto;
}

.Caring-for-grazes .card .content h2 {
    font-family: 'Exo2 Regular';
    color: #fff;
    letter-spacing: normal;
}

.Caring-for-grazes .card-white .content h2 {
    font-family: 'Exo2 Regular';
    color: #5C6E78;
    letter-spacing: normal;
}

.Caring-for-grazes .card .content p {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 11px;
}

.Caring-for-grazes .card-white .content p {
    color: #5C6E78;
    font-size: 17px;
    margin-top: 11px;
}

.Caring-for-grazes .card .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 0px;
    color: #5C6E78;
}

.Caring-for-grazes .card-white .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 0px;
    color: #5C6E78;
}

.Caring-for-grazes .description ul li {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 34px;
}

.Caring-for-grazes .head {
    color: #5C6E78;
    font-size: 27px;
    margin-bottom: 21px;
}

.Caring-for-grazes .sub-head {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
}

.Caring-for-grazes .bullets-style li span {
    margin-right: 15px;
}

.Caring-for-grazes .description .description-footer {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0;
}

.Caring-for-grazes .product-info {
}

    .Caring-for-grazes .product-info .product {
        text-align: center;
    }

.Caring-for-grazes .product-tagline {
    color: #5C6E78;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 42px;
}

.Caring-for-grazes .product .productname {
    color: #5C6E78;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.Caring-for-grazes .product .productdescption {
    text-align: center;
}
/* first-aid-travel-kit page css */
.first-aid-travel-kit {
    display: block;
    position: relative;
    margin-top: 85px;
    width: 100%;
}

    .first-aid-travel-kit .para {
        margin-top: 23px;
    }

    .first-aid-travel-kit .productForprof {
        display: block;
        margin-top: 24px;
        margin-bottom: 60px;
    }

        .first-aid-travel-kit .productForprof .mrb-100 {
            margin-bottom: 100px;
        }

        .first-aid-travel-kit .productForprof ul li {
            line-height: 24px;
            font-family: 'Exo2 Regular';
            color: #5C6E78;
            font-size: 17px;
        }

        .first-aid-travel-kit .productForprof h3 {
            color: #5C6E78;
            font-size: 25px;
            letter-spacing: 0;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .first-aid-travel-kit .productForprof .btn-order {
            margin-top: 100px;
        }

            .first-aid-travel-kit .productForprof .btn-order .btn-w-bg {
                padding: 11px 24px;
                min-width: 220px;
            }

                .first-aid-travel-kit .productForprof .btn-order .btn-w-bg:last-child {
                    border: 1px solid #5C6E78;
                    margin-left: 24px;
                    color: #5C6E78;
                }

                .first-aid-travel-kit .productForprof .btn-order .btn-w-bg:hover {
                    border: 1px solid #5C6E78;
                    color: #5C6E78;
                }

        .first-aid-travel-kit .productForprof .table thead th {
            border: none;
            background-color: #E40428;
            color: #fff;
        }

        .first-aid-travel-kit .productForprof .table-striped tbody tr:nth-of-type(odd) {
            background-color: #E6EFF5
        }

        .first-aid-travel-kit .productForprof .table-striped tbody tr:nth-of-type(even) {
            background-color: #D4E1E9
        }

        .first-aid-travel-kit .productForprof .product-benifit {
            margin-top: 35px;
        }

        .first-aid-travel-kit .productForprof .product-benifit {
            margin-bottom: 26px;
        }

            .first-aid-travel-kit .productForprof .product-benifit .lft-img {
                width: 17%;
            }

            .first-aid-travel-kit .productForprof .product-benifit .right-cont p:first-child {
                color: #E40428;
                font-weight: bold;
                margin-bottom: 24px;
            }

        .first-aid-travel-kit .productForprof .how-to-use .use-box {
            float: left;
            width: 35%;
            height: 250px;
            border: 3px solid #6282ab;
            border-radius: 10px;
            margin: 20px 20px 0;
            position: relative;
        }

    .first-aid-travel-kit .lft-img-wrap {
        margin-top: 19px;
    }

    .first-aid-travel-kit .use-box span {
        width: 40px;
        height: 40px;
        color: #fff;
        border: 3px;
        border-radius: 5px;
        background-color: #E40428;
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: center;
        padding-top: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    .first-aid-travel-kit .productForprof .how-to-use .use-text {
        margin-bottom: 26px;
    }

    .first-aid-travel-kit .productForprof .product-benifit .lft-img {
        width: 17%;
    }

    .first-aid-travel-kit .productForprof .how-to-use .use-text p:first-child {
        color: #E40428;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .first-aid-travel-kit .productForprof .panel-heading {
        background-color: #5C6E78;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #fff;
    }

        .first-aid-travel-kit .productForprof .panel-heading a {
            color: #FFFFFF;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 25px;
            display: block;
        }

            .first-aid-travel-kit .productForprof .panel-heading a:hover {
                color: #eaebec !important;
            }

    .first-aid-travel-kit .productForprof .panel-body {
        background-color: #E6EFF5;
        color: #5C6E78;
        min-height: 73px;
        padding-top: 12px;
        margin-bottom: 0 !important;
    }

    .first-aid-travel-kit .productForprof .add-info .info {
        width: 19%;
        float: left;
        position: relative;
        padding-left: 40px;
        margin-right: 12px;
    }

        .first-aid-travel-kit .productForprof .add-info .info img {
            position: absolute;
            left: 0;
            top: 0;
        }

    .first-aid-travel-kit .productForprof .product {
        width: 30%;
        float: left;
        margin-right: 20px;
        text-align: center;
    }

    .first-aid-travel-kit .productForprof .btm-banner {
        margin-top: 55px;
        position: relative;
    }

        .first-aid-travel-kit .productForprof .btm-banner .recogniz-laceration {
            position: absolute;
            width: 100%;
            padding: 20px;
            background-color: #E40428;
            left: 0;
            bottom: 0;
        }

            .first-aid-travel-kit .productForprof .btm-banner .recogniz-laceration h3 {
                color: #fff;
                margin-bottom: 16px;
            }

            .first-aid-travel-kit .productForprof .btm-banner .recogniz-laceration p {
                color: #fff;
            }

    .first-aid-travel-kit .card {
        width: 100%;
        box-shadow: none;
        border: 0;
        box-sizing: border-box;
        height: 412px;
        width: 374px;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
    }

.mt-37 {
    margin-top: 37px;
}

.first-aid-travel-kit .card .content {
    background-color: #E40428;
    height: auto;
}

.first-aid-travel-kit .card-white .content {
    background-color: #fff;
    height: auto;
}

.first-aid-travel-kit .card .content h2 {
    font-family: 'Exo2 Regular';
    color: #fff;
    letter-spacing: normal;
}

.first-aid-travel-kit .card-white .content h2 {
    font-family: 'Exo2 Regular';
    color: #5C6E78;
    letter-spacing: normal;
}

.first-aid-travel-kit .card .content p {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 11px;
}

.first-aid-travel-kit .card-white .content p {
    color: #5C6E78;
    font-size: 17px;
    margin-top: 11px;
}

.first-aid-travel-kit .card .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 0px;
    color: #5C6E78;
}

.first-aid-travel-kit .card-white .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 0px;
    color: #5C6E78;
}

.first-aid-travel-kit .description ul li {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 34px;
}

.first-aid-travel-kit .head {
    color: #5C6E78;
    font-size: 27px;
    margin-bottom: 21px;
}

.first-aid-travel-kit .sub-head {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
}

.first-aid-travel-kit .bullets-style li span {
    margin-right: 15px;
}

.first-aid-travel-kit .bullets-style-two {
    margin-left: 26px;
}

.first-aid-travel-kit .description .description-footer {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0;
}

.first-aid-travel-kit .product-info {
    margin-top: 34px;
}

    .first-aid-travel-kit .product-info .product {
        text-align: center;
        padding: 0px 26px 0px 27px;
    }

.first-aid-travel-kit .product-tagline {
    color: #5C6E78;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 42px;
}

.first-aid-travel-kit .product .productname {
    color: #5C6E78;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.first-aid-travel-kit .product .productdescption {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.first-aid-travel-kit .description {
    margin-top: 34px;
}

.head-style {
    color: #5C6E78;
    /* font-family: "Exo 2";
     */
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.first-aid-travel-kit .descrption {
    display: block;
    position: relative;
    margin-top: 38px;
    width: 100%;
}

    .first-aid-travel-kit .descrption h1 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 14px;
        line-height: 30px;
    }

    .first-aid-travel-kit .descrption p {
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 32px;
    }

.first-aid-travel-kit .medical-descrption {
    display: block;
    position: relative;
    margin-top: 21px;
    width: 100%;
}

    .first-aid-travel-kit .medical-descrption h1 {
        color: #5C6E78;
        font-family: "Exo 2";
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .first-aid-travel-kit .medical-descrption p {
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 32px;
    }

.first-aid-travel-kit .mt-11px {
    margin-top: 11px;
    margin-bottom: 20px;
}

.first-aid-travel-kit .medical-descrption .mt-20px {
    margin-top: 20px;
}

.first-aid-travel-kit .main-heading {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
}
/* skin-sensative-solution page css */
.skin-sensative-solution {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .skin-sensative-solution .para {
        margin-top: 49px;
    }

    .skin-sensative-solution .productForprof {
        display: block;
        margin-top: 24px;
        margin-bottom: 60px;
    }

        .skin-sensative-solution .productForprof .mrb-100 {
            margin-bottom: 100px;
        }

        .skin-sensative-solution .productForprof ul li {
            line-height: 24px;
            font-family: 'Exo2 Regular';
            color: #5C6E78;
            font-size: 17px;
        }

    .skin-sensative-solution h2, .skin-sensative-solution h3 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 25px;
        margin-top: 35px;
    }

    .skin-sensative-solution .productForprof h3 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .skin-sensative-solution .productForprof .btn-order {
        margin-top: 100px;
    }

        .skin-sensative-solution .productForprof .btn-order .btn-w-bg {
            padding: 11px 24px;
            min-width: 220px;
        }

            .skin-sensative-solution .productForprof .btn-order .btn-w-bg:last-child {
                border: 1px solid #5C6E78;
                margin-left: 24px;
                color: #5C6E78;
            }

            .skin-sensative-solution .productForprof .btn-order .btn-w-bg:hover {
                border: 1px solid #5C6E78;
                color: #5C6E78;
            }

    .skin-sensative-solution .productForprof .table thead th {
        border: none;
        background-color: #E40428;
        color: #fff;
    }

    .skin-sensative-solution .productForprof .table-striped tbody tr:nth-of-type(odd) {
        background-color: #E6EFF5
    }

    .skin-sensative-solution .productForprof .table-striped tbody tr:nth-of-type(even) {
        background-color: #D4E1E9
    }

    .skin-sensative-solution .productForprof .product-benifit {
        margin-top: 35px;
    }

    .skin-sensative-solution .productForprof .product-benifit {
        margin-bottom: 26px;
    }
  

        .skin-sensative-solution .productForprof .product-benifit .right-cont p:first-child {
            font-family: 'Exo2 SemiBold';
            color: #E40428;
        }

    .skin-sensative-solution .productForprof .how-to-use .use-box {
        float: left;
        width: 35%;
        height: 250px;
        border: 3px solid #6282ab;
        border-radius: 10px;
        margin: 20px 20px 0;
        position: relative;
    }

    .skin-sensative-solution .lft-img-wrap {
        margin-top: 19px;
    }

    .skin-sensative-solution .use-box span {
        width: 40px;
        height: 40px;
        color: #fff;
        border: 3px;
        border-radius: 5px;
        background-color: #E40428;
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: center;
        padding-top: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    .skin-sensative-solution .productForprof .how-to-use .use-text {
        margin-bottom: 26px;
    }

    .skin-sensative-solution .productForprof .product-benifit .lft-img {
        width: 15%;
    }
    .skin-sensative-solution .productForprof .product-benifit .right-cont{
        margin-left:8px;
    }

    .skin-sensative-solution .productForprof .how-to-use .use-text p:first-child {
        color: #E40428;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .skin-sensative-solution .productForprof .panel-heading {
        background-color: #5C6E78;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #fff;
    }

        .skin-sensative-solution .productForprof .panel-heading a {
            color: #FFFFFF;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 25px;
            display: block;
        }

            .skin-sensative-solution .productForprof .panel-heading a:hover {
                color: #eaebec !important;
            }

    .skin-sensative-solution .productForprof .panel-body {
        background-color: #E6EFF5;
        color: #5C6E78;
        min-height: 73px;
        padding-top: 12px;
        margin-bottom: 0 !important;
    }

    .skin-sensative-solution .productForprof .add-info .info {
        width: 19%;
        float: left;
        position: relative;
        padding-left: 40px;
        margin-right: 12px;
    }

        .skin-sensative-solution .productForprof .add-info .info img {
            position: absolute;
            left: 0;
            top: 0;
        }

    .skin-sensative-solution .productForprof .product {
        width: 30%;
        float: left;
        margin-right: 20px;
        text-align: center;
    }

    .skin-sensative-solution .productForprof .btm-banner {
        margin-top: 55px;
        position: relative;
    }

        .skin-sensative-solution .productForprof .btm-banner .recogniz-laceration {
            position: absolute;
            width: 100%;
            padding: 20px;
            background-color: #E40428;
            left: 0;
            bottom: 0;
        }

            .skin-sensative-solution .productForprof .btm-banner .recogniz-laceration h3 {
                color: #fff;
                margin-bottom: 16px;
            }

            .skin-sensative-solution .productForprof .btm-banner .recogniz-laceration p {
                color: #fff;
            }

    .skin-sensative-solution .card, .skin-sensative-solution .card-white {
        width: 100%;
        box-shadow: none;
        border: 0;
        box-sizing: border-box;
        height: auto;
        margin-left: 21px;
        margin-top: 12px;
        margin-bottom: 6px;
        width: 374px;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
        min-height: auto;
    }

.mt-37 {
    margin-top: 37px;
}


.skin-sensative-solution .card .content {
    background-color: #E40428;
    height: auto;
}

.skin-sensative-solution .card-white .content {
    background-color: #fff;
    height: auto;
}

.skin-sensative-solution .productbtn, .productbtn {
    display: inline-block;
    min-width: 222px;
    margin: 30px auto 0;
    color: #E40428;
    /* font-family: "Exo 2";
     */
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 8px;
}

    .skin-sensative-solution .productbtn:hover {
        color: #fff;
        background: #E40428;
    }

.skin-sensative-solution .productimgbottom, .productimgbottom {
    margin-top: 21px;
    height: 294px;
    width: 294px;
}

.skin-sensative-solution .lft-img .left-product-image {
    height: 102px;
    width: 102px;
}

.skin-sensative-solution .mt-10 {
    margin-top: 10px;
}

.skin-sensative-solution .card .content h2, .skin-sensative-solution .card-white .content h2 {
    font-family: 'Exo2 Regular';
    color: #fff;
    letter-spacing: normal;
    margin-top: 0;
}

.skin-sensative-solution .card-white .content h2 {
    color: #5C6E78;
}

.skin-sensative-solution .card .content p {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 11px;
}

.skin-sensative-solution .card-white .content p {
    color: #5C6E78;
    font-size: 17px;
    margin-top: 11px;
}

.skin-sensative-solution .description ul li {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 34px;
}

.skin-sensative-solution .head {
    color: #5C6E78;
    font-size: 27px;
    margin-bottom: 21px;
}

.skin-sensative-solution .sub-head {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
}

.skin-sensative-solution .bullets-style li span {
    margin-right: 15px;
}

.skin-sensative-solution .description .description-footer {
    color: #5C6E78;
    font-family: "Exo 2";
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0;
}

.skin-sensative-solution .product-info, .product-info {
    margin-top: 84px;
}

    .skin-sensative-solution .product-info .product, .product-info .product {
        text-align: center;
        padding: 0px 26px 0px 27px;
    }

.skin-sensative-solution .product-tagline, .product-tagline {
    color: #5C6E78;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.skin-sensative-solution .product .productname, .productname {
    color: #5C6E78;
    font-size: 17px;
    font-family:'Exo2 SemiBold';
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    min-height: 44px;
}

.skin-sensative-solution .product .productdescption, .productdescption {
    color: #5C6E78;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    word-break:break-all;
}

.head-style {
    color: #5C6E78;
    /* font-family: "Exo 2";
     */
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.skin-sensative-solution .descrption {
    display: block;
    position: relative;
    margin-top: 38px;
    width: 100%;
}

    .skin-sensative-solution .descrption h1 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 14px;
        line-height: 30px;
    }

    .skin-sensative-solution .descrption p {
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 32px;
    }

.skin-sensative-solution .medical-descrption {
    display: block;
    position: relative;
    margin-top: 21px;
    width: 100%;
}

    .skin-sensative-solution .medical-descrption h1 {
        color: #5C6E78;
        font-family: "Exo 2";
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .skin-sensative-solution .medical-descrption p {
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 32px;
    }

.skin-sensative-solution .mt-11px {
    margin-top: 11px;
    margin-bottom: 20px;
}

.skin-sensative-solution .medical-descrption .mt-20px {
    margin-top: 20px;
}

.skin-sensative-solution .main-heading {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
}

.skin-sensative-solution .products .card-white .content {
    background-color: white;
}

.skin-sensative-solution .products .card-white, .skin-sensative-solution .products .card {
    width: 32%;
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    height: auto;
    margin-left: 2%;
    margin-top: 0px;
    border: 1px solid #9CA9B1;
    background-color: #FFFFFF;
}

    .skin-sensative-solution .products .card-white:first-child, .skin-sensative-solution .products .card:first-child {
        margin-left: 0;
    }

    .skin-sensative-solution .products .card-white .card-img, .skin-sensative-solution .products .card .card-img {
        height: auto;
    }

    .skin-sensative-solution .products .card-white .content, .skin-sensative-solution .products .card .content {
        padding: 35px 25px 25px 25px;
    }

        .skin-sensative-solution .products .card-white .content h2, .skin-sensative-solution .products .card .content h2 {
            margin-bottom: 24px;
        }

.skin-sensative-solution #home-carousel {
    margin-top: 63px;
}
/* newsletter page css */
.newsletter {
    display: block;
    position: relative;
    margin-top:32px;
    width: 100%;
}

.contactus {
    margin-top: 0px;
}
    .contactus .required {
        border: 1px solid #E40428 !important;
    }
    .newsletter h1 {
        color: #5C6E78;
        /* font-family: "Exo 2";
     */
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .newsletter .para {
        margin-top: 23px;
        margin-top: 23px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 25px;
    }

    .newsletter .umbraco-forms-page {
        width: 100%;
        margin-top: 32px;
    }

    .newsletter .umbraco-forms-field label {
        padding: 2px 0px;
    }

    .newsletter .umbraco-forms-field select {
        word-wrap: normal;
        border: 1px solid #9CA9B1;
        border-radius: 5px;
        padding: 10px 0px;
        background-color: #FFFFFF;
        width: 48%;
    }

    .newsletter .umbraco-forms-page .mt-18 {
        margin-top: 18px;
    }

    .newsletter .umbraco-forms-page .umbraco-forms-label {
        font-family:'Exo2 SemiBold';
        font-weight:normal !important;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .newsletter input[type=text], input[type=email] {
        /* height: 46px;
     */
        padding: 8px 0px;
        width: 100%;
        border: 1px solid #9CA9B1;
        border-radius: 5px;
        background-color: #FFFFFF;
    }

    .newsletter textarea {
        padding: 16px 0 0 12px;
        border: 1px solid #9CA9B1;
        border-radius: 5px;
        background-color: #FFFFFF;
    }

    .newsletter .umbraco-forms-field-two {
        margin-top: 27px;
    }

.newsletter .umbraco-forms-field .read, .contactus .umbraco-forms-field .terms-cond {
    color: #5C6E78;
    font-family: "Exo2 Regular";
    font-weight: normal !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    left: -25px;
    
}

.newsletter .umbraco-forms-field .read a, .contactus .umbraco-forms-field .terms-cond a{
    font-family:'Exo2 SemiBold';
}

.contactus .umbraco-forms-field .terms-cond {
    top: 0px;
}

    .newsletter .umbraco-forms-navigation .submit-btn {
        margin-top: 21px;
        float: right;
    }

        .newsletter .umbraco-forms-navigation .submit-btn:hover {
            color: #fff;
            background-color: #E40428;
        }
        
    .newsletter .btn-padding {
        padding: 6px 0px 6px 0px;
    }

.sucess-msag-wraper{
    margin-top:88px;
    font-size:17px;
}

    .sucess-msag-wraper label {
        color: #5C6E78;
        font-family: "Exo2 Regular"s;
        font-size: 17px;  
        letter-spacing: 0;
        line-height: 25px;
    }

    .sucess-msag-wraper .msg-heading {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom:30px;
    }

    .sucess-msag-wraper a {
        margin-top: 30px;
        font-family: "Exo2 SemiBold";
    }

    .productForprof {
        display: block;
        margin-top: 24px;
        margin-bottom: 60px;
    }

    .productForprof .mrb-100 {
        margin-bottom: 100px;
    }

    .productForprof ul li {
        line-height: 24px;
        font-family: 'Exo2 Regular';
        color: #5C6E78;
        font-size: 17px;
    }

    .productForprof h3 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .productForprof .btn-order {
        margin-top: 100px;
    }

        .productForprof .btn-order .btn-w-bg {
            padding: 11px 24px;
            min-width: 220px;
        }

            .productForprof .btn-order .btn-w-bg:last-child {
                border: 1px solid #5C6E78;
                margin-left: 24px;
                color: #5C6E78;
            }

            .productForprof .btn-order .btn-w-bg:hover {
                border: 1px solid #5C6E78;
                color: #5C6E78;
            }

.product-benifit, .add-info, .how-to-use, .poduct-spec, .top-space {
    margin-top: 75px;
}

.medical-refs{
    margin-top: 0px;
}


.productForprof .table thead th {
    border: none;
    background-color: #E40428;
    color: #fff;
}

.productForprof .table-striped tbody tr:nth-of-type(odd) {
    background-color: #E6EFF5
}

.productForprof .table-striped tbody tr:nth-of-type(even) {
    background-color: #D4E1E9
}

.productForprof .product-benifit {
    margin-top: 75px;
}

    .productForprof .product-benifit .col-lg-8 {
        margin-bottom: 26px;
    }

        .productForprof .product-benifit .col-lg-8 .lft-img {
            width: 17%;
        }

        .productForprof .product-benifit .col-lg-8 .right-cont p:first-child {
            color: #E40428;
            font-weight: bold;
            margin-bottom: 24px;
        }

.productForprof .how-to-use .use-box {
    float: left;
    width: 35%;
    border: 3px solid #6282ab;
    border-radius: 10px;
    margin: 20px 20px 0;
    position: relative;
}

.use-box span {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 3px;
    border-radius: 5px;
    background-color: #E40428;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    padding-top: 7px;
    font-size: 17px;
    font-weight: bold;
}

.productForprof .how-to-use .use-text {
    margin-bottom: 26px;
}

.productForprof .product-benifit .col-lg-8 .lft-img {
    width: 17%;
}

.productForprof .how-to-use .use-text p:first-child {
    color: #E40428;
    font-weight: bold;
    margin-bottom: 24px;
}

.productForprof .panel-heading {
    background-color: #5C6E78;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #fff;
    padding-bottom:8px !important;
    padding-top:8px !important;
}

    .productForprof .panel-heading a {
        color: #FFFFFF;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 25px;
        display: block;
    }

        .productForprof .panel-heading a:hover {
            color: #eaebec !important;
        }

.productForprof .panel-body {
    background-color: #E6EFF5;
    color: #5C6E78;
    min-height: 73px;
    padding-top: 12px;
    margin-bottom: 0 !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f107";
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none;
}

.productForprof .add-info .info {
    width: 19%;
    float: left;
    position: relative;
    padding-left: 40px;
    margin-right: 12px;
}

    .productForprof .add-info .info img {
        position: absolute;
        left: 0;
        top: 0;
    }

.productForprof .product {
    width: 30%;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.productForprof .btm-banner {
    margin-top: 55px;
    position: relative;
}

    .productForprof .btm-banner .recogniz-laceration {
        position: absolute;
        width: 100%;
        padding: 20px;
        background-color: #E40428;
        left: 0;
        bottom: 0;
    }

        .productForprof .btm-banner .recogniz-laceration h3 {
            color: #fff;
            margin-bottom: 16px;
        }

        .productForprof .btm-banner .recogniz-laceration p {
            color: #fff;
        }
/* hover effects in home page */
.changetwo:hover {
    background: red;
    color: white;
}

.Products-btn:hover {
    background: red;
    color: white;
}

.self-treatment-btn:hover {
    background: red;
    color: white;
}
/* localstores css */
.localstores {
    display: block;
    margin-top: 32px;
    margin-bottom: 60px;
}

.localstores .horizontal {   
    margin-bottom: 0px;
}

    .localstores .mt-60 {
        margin-top: 30px;
    }

    .localstores h3 {
        color: #5C6E78;
        /* font-family: "Exo 2";
     */
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
        margin-bottom: 30px;    
    }

    .localstores .sub-heading {
        color: #5C6E78;
        /* font-family: "Exo 2";
     */
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 74px;
        margin-bottom: 20px;
    }

    .localstores .panel-heading {
        background-color: #5C6E78;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #fff;
        padding-top: 11px !important;
        padding-bottom: 12px !important;
    }

        .localstores .panel-heading a {
            color: #FFFFFF;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 22px;
            display: block;
        }

    .localstores .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f106";
        padding-right: 5px;
        font-size:28px;
    }

    .localstores .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f107";
        font-size: 28px;
    }

    .localstores .panel-title > a:hover, .localstores .panel-title > a:active, .localstores .panel-title > a:focus {
        text-decoration: none;
    }

    .localstores .table thead th {
        color: #5C6E78;
        font-family: "Exo2 SemiBold";
        font-weight:normal;
        font-size: 17px;       
        letter-spacing: 0;
        line-height: 22px;
    }

    .localstores .table tbody td {
        color: #5C6E78;
        font-family: "Exo2 Regular";
        font-weight: normal;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .localstores .btn-more {
        min-width: 222px;
        /* height: 25px;
     */
        width: 221px;
        display: inline-block;
        margin-top: 38px;
        border: 1px solid #ff082a;
        border-radius: 100px;
        color: #d52e32;
        margin: 0 auto;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        background: #fff;
        padding: 6px 60px;
        box-shadow: none;
    }



        .localstores .btn-more:hover {
            background: #E40428;
            color: #fff;
        }

    .localstores .card-white .content, .localstores .card .content {
        height: auto;
        padding-top: 20px;
        padding-bottom: 78px;
        text-align: center;
    }

        .localstores .card-white .content h2, .localstores .card .content h2 {
            color: #5C6E78;
            font-family:'Exo2 SemiBold';
            text-align: center;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 22px;
        }

        .localstores .card .content h2 {
            color: #fff;          
        }

        .localstores .card .content h2, .localstores .card-white .content h2 {
            margin-bottom: 58px;
        }

.horizontal .card .card-img,
.horizontal .card-white .card-img {
    height: 206px;
    padding: 30px 20px;
}

.vertical-box {
    height: auto;
    width: 746px;
}

.vertical-box .table{
  margin-bottom:0;
}
    .vertical-box .vertcalimg-size {
        height: 40px;
        width: 140px;
    }

    .vertical-box tr {
        height: 86px;
        width: 746px;
    }

        .vertical-box tr td {
            vertical-align: middle;
            width: 200px;
            padding: 20px 0px;
            color: #5C6E78;
            font-family: "Exo2 Regular";
            font-size: 17px;
            letter-spacing: 0;
            line-height: 22px;
        }

        .vertical-box tr td:first-child {
            vertical-align: middle;
            width: 140px;
        }

        .vertical-box tr td:last-child {
            text-align:right;
        }       

.where-to-buy-heading {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .where-to-buy-heading h1 {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
        margin-bottom: 50px;
    }


/* productslidrescript css */
.thumbelina {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    white-space: nowrap;
    /* font-size:0 stop gaps between display-inline li elemets */
    /* Either do this, or remove all white space in HTML beween li elements */
    font-size: 0;
    /* prevent annoying iPad cut/paste actions */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
    /* Style for the list items that surround the thumbnails */
    .thumbelina li {
        padding: 0px 0px;
        line-height: 0px;
        margin-bottom: 9px;
        border: 1px solid #9CA9B1;
    }
        /* Add a border to the thumbnails. */
        .thumbelina li img {
        }
            /* Hover effect for the images */
            .thumbelina li img:hover {
            }
/* Common style for the buttons */
.thumbelina-but {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    /* Font related items for the symbols used on buttons */
    /* Obviously not needed if you're just using images */
    color: #888;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: monospace;
}
    /* Hover style for active button */
    .thumbelina-but:hover {
        color: #100e0e;
    }
    /* Disabled style when button is not active due to extents being reached. */
    /* You could do other things e.g. make buttons dissapear completely. */
    .thumbelina-but.disabled, .thumbelina-but.disabled:hover {
        color: #ccc;
        cursor: default;
        box-shadow: none;
    }
    /* Horizontal buttons. */
    .thumbelina-but.horiz {
        width: 20px;
        height: 119px;
        line-height: 119px;
        top: -1px;
    }
        /* Left edge button. */
        .thumbelina-but.horiz.left {
            left: -22px;
            border-radius: 5px 0px 0px 5px;
        }
        /* Right edge button */
        .thumbelina-but.horiz.right {
            right: -22px;
            border-radius: 0px 5px 5px 0px;
        }
    /* Vertical buttons. */
    .thumbelina-but.vert {
        left: -1px;
        height: 20px;
        line-height: 20px;
        width: 93px
    }
        /* Top edge button. */
        .thumbelina-but.vert.top {
            top: -15px;
            width: 100%;
            border-radius: 5px 5px 0px 0px;
            color: #9CA9B1;
            font-size: 46px;
            font-weight: lighter;
        }
        /* Bottom edge button. */
        .thumbelina-but.vert.bottom {
            bottom: -36px;
            width: 100%;
            border-radius: 0px 0px 5px 5px;
            color: #9CA9B1;
            font-size: 27px;
            font-size: 46px;
            font-weight: lighter;
        }

.cloudzoom-zoom-inside {
    cursor: zoom-in;
    z-index: 1;
}

.thumbelina {
    left: 0px;
    right: 0;
    width: 100px;
    margin: 0 auto;
}

    .thumbelina li img, .thumbelina li img:hover {
        height: 100px;
        border: none;
    }

.thumbelina-but.vert {
    line-height: 28px;
}
/*** CUSTOM ***/
#thumbnails {
    position: relative;
    width: 102px;
    height: 330px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
    z-index: 2;
}

    #thumbnails a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    /* Prevent FOUC */
    #thumbnails ul {
        visibility: hidden;
    }

        #thumbnails ul.thumbelina {
            visibility: visible;
        }

#product-image {
    position: relative;
    /* display: inline-block;
     */
    line-height: 0;
    margin: 0px auto;
    left: 60px;
    top: 70px;
    width: 360px;
    text-align: center;
}

.overlay-show {
    background: #2f2c2dbf;
    height: 110vh;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 100000;
    display: block;
}

#zoom-overlay {
    position: fixed;
    border: 2px solid #454545;
    width: 80%;
    height: 80vh;
    /* animation: fadeout 0.5s;
     */
    background: url('15-big.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: zoom-out;
    display: none;
    opacity: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show-zoom-overlay {
}

.show-content-area {
    display: block;
}

.hide-content-area {
    display: none;
}

.fullscreen {
    overflow: hidden;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .fullscreen .cloudzoom-zoom-inside {
    }

    .fullscreen #thumbnails {
        position: fixed;
        top: 8px;
        left: 8px;
        opacity: 0.8;
    }

    .fullscreen #zoom-overlay {
        display: block;
        opacity: 1;
    }

.cloudzoom-gallery-active {
    border: 1px solid red !important;
    padding: 0px 4px;
}

.woundcaresmallepromos h1 {
    color: rgb(92, 110, 120);
    line-height: 48px;
}
/* Products For Self-Use Landing page css */
.ProductsForSelf-Use {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .ProductsForSelf-Use .Wound-Care {
        margin-top: 33px;
        margin-bottom: 0px;
    }

    .ProductsForSelf-Use .content-explain {
        margin-top: 11px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .ProductsForSelf-Use h1 {
        color: rgb(92, 110, 120);
        line-height: 48px;
    }

    .ProductsForSelf-Use .para {
        margin-top: 23px;
    }

    .ProductsForSelf-Use .card, .ProductsForSelf-Use .card-white {
        max-width: 374px;
        height: auto;
    }

        .ProductsForSelf-Use .card .content, .ProductsForSelf-Use .card-white .content {
            padding: 32px 26px 36px 27px;
            height: auto;
            min-height: 138px;
        }

            .ProductsForSelf-Use .card-white .content .content-heading, .ProductsForSelf-Use .card .content .content-heading {
                color: #5C6E78;
                font-size: 25px;
                letter-spacing: 0;
                line-height: 30px;
            }

        .ProductsForSelf-Use .card-white .card-img, .ProductsForSelf-Use .card-white .card-img {
            height: auto;
        }

    .ProductsForSelf-Use .card, .ProductsForSelf-Use .card-white {
        box-shadow: none;
        border: 0;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
    }

    .ProductsForSelf-Use .mt-80 {
        margin-top: 80px;
    }

    .ProductsForSelf-Use .card .content h2, .ProductsForSelf-Use .card-white .content h2 {
        margin-bottom: 11px;
    }
/* Products For Professionals Landing page css */
.ProductsForProfessionalsstyle {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .ProductsForProfessionalsstyle .Wound-Care {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .ProductsForProfessionalsstyle .mainheding {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .ProductsForProfessionalsstyle .mt-43 {
        margin-top: 43px;
    }

    .ProductsForProfessionalsstyle .hedingtitle {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 32px;
        margin-bottom: 10px;
    }

    .ProductsForProfessionalsstyle .content-heading {
    }

    .ProductsForProfessionalsstyle .content-explain {
        margin-top: 11px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .ProductsForProfessionalsstyle h1 {
        color: rgb(92, 110, 120);
        line-height: 48px;
    }

    .ProductsForProfessionalsstyle .para {
        margin-top: 23px;
    }

    .ProductsForProfessionalsstyle .card, .ProductsForProfessionalsstyle .card-white {
        height: auto;
    }

        .ProductsForProfessionalsstyle .card .content, .ProductsForProfessionalsstyle .card-white .content {
            padding: 32px 26px 36px 27px;
            height: auto;
            min-height: 138px;
        }

            .ProductsForProfessionalsstyle .card-white .content .content-heading, .ProductsForProfessionalsstyle .card .content .content-heading {
                color: #5C6E78;
                font-size: 25px;
                letter-spacing: 0;
                line-height: 30px;
            }

        .ProductsForProfessionalsstyle .card-white .card-img, .ProductsForProfessionalsstyle .card-white .card-img {
            height: auto;
        }

    .ProductsForProfessionalsstyle .card, .ProductsForProfessionalsstyle .card-white {
        box-shadow: none;
        border: 0;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
    }

    .ProductsForProfessionalsstyle .mt-80 {
        margin-top: 80px;
    }

    .ProductsForProfessionalsstyle .card .content h2, .ProductsForProfessionalsstyle .card-white .content h2 {
        margin-bottom: 11px;
    }
/* video css */
.videostyle {
    position: relative;
}

.btnicon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(228, 4, 40, .8);
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

.video-overlay {
    padding: 0px;
    margin: 0;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(255 244 244 / 80%);
    cursor: pointer;
    z-index: 6;
    display: none;
}

    .video-overlay .videostyle {
        transform: -50px -50px;
        margin: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-overlay video {
        width: 760px;
    }

.video-wrap {
    position: relative;
    margin-bottom: 20px;
}


.productForprof  .mt-99px{
    margin-top: 10px;
}

    .video-wrap #fade {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #080808;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }

    .video-wrap #light {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        border: 2px solid #FFF;
        background: #FFF;
        z-index: 10000;
        overflow: visible;
        transform: translate( -50%, -50%);
    }

    .video-wrap #boxclose {
        float: right;
        cursor: pointer;
        color: #fff;
        border: 1px solid #AEAEAE;
        border-radius: 3px;
        background: #222222;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        line-height: 0px;
        padding: 11px 5px;
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 1002;
        opacity: 0.9;
    }

    .video-wrap .boxclose:before {
        content: "X";
    }

    .video-wrap #fade:hover ~ #boxclose {
        display: none;
    }

    .video-wrap .test:hover ~ .test2 {
        display: none;
    }

.video-style {
    position: relative;
}

    .video-style #fade {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #080808;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }

    .video-style #light {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        border: 2px solid #FFF;
        background: #FFF;
        z-index: 10000;
        overflow: visible;
        transform: translate( -50%, -50%);
    }

    .video-style #boxclose {
        float: right;
        cursor: pointer;
        color: #fff;
        border: 1px solid #AEAEAE;
        border-radius: 3px;
        background: #222222;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        line-height: 0px;
        padding: 11px 5px;
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 1002;
        opacity: 0.9;
    }

    .video-style .boxclose:before {
        content: "X";
    }

    .video-style #fade:hover ~ #boxclose {
        display: none;
    }

    .video-style .test:hover ~ .test2 {
        display: none;
    }


    .video-style video {
        width: 100%;
        height: 365px;
    }




.btntriangle {
    border-top: none;
    border-bottom: none;
    border-left: none;
    margin: 0;
    position: absolute;
    font-size: 52px !important;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    cursor: pointer;
    color: white;
}

.btnicon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(228, 4, 40, .8);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.8;
    z-index: 0;
}

.btnicon-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(228, 4, 40, .8);
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}
/* Category Overview Page css */
.Category-Overview .mrb-24 {
    margin-bottom: 24px;
}

.Category-Overview h4 {
    color: #5C6E78;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 16px;
}

.Category-Overview ul.list li {
    list-style: disc;
    margin-left: 16px;
}

.Category-Overview .mrt-80 {
    margin-top: 80px;
}

.Category-Overview .product-box {
    width: 30%;
    float: left;
    margin-right: 23px;
    padding: 0px 0px 29px 0px;
}

.Category-Overview .lft-img {
    width: 40%;
    float: left;
}

.Category-Overview .right-cont {
    width: 60%;
    float: left;
}

    .Category-Overview .right-cont p.sm-text {
        font-size: 15px;
        padding-top: 0px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 53px;
        font-weight: inherit;
    }

    .Category-Overview .right-cont .btn-pro {
        background: #fff;
        width: 100%;
        border: 1px solid #E40428;
        border-radius: 100px;
        color: #E40428;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        padding: 4px 0 8px 0;
        margin-top: 7.5px;
    }

.Category-Overview .product-box:last-child {
    margin-right: 0;
}

.Category-Overview .product-box .show-product {
    background: none;
    width: 222px;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    color: #5C6E78;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-top: 60px;
}

.Category-Overview .mt-32 {
    margin-top: 32px;
}

.Category-Overview .mt-15 {
    margin-top: 15px;
}

.Category-Overview .mrt-20 {
    margin-top: 20px;
}

.Category-Overview .pad-bt {
    padding: 0px 0px 51px 15px;
}

.Category-Overview .product-title {
    color: #5C6E78;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0px 0px 27px 0px;
}

.Category-Overview .show-product {
    margin-top: 50px;
}
/* Product-Overview Page css */
.product-overview h4 {
    color: #5C6E78;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 16px;
}

.product-overview ul.list li {
    list-style: disc;
    margin-left: 16px;
}

.product-overview .mrb-24 {
    margin-bottom: 24px;
}

.product-overview h4 {
    color: #5C6E78;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 16px;
}

.product-overview ul.list li {
    list-style: disc;
    margin-left: 16px;
    color: #5C6E78;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 25px;
}

.product-overview .mrt-80 {
    margin-top: 80px;
}

.product-overview .product-box {
    width: 30%;
    float: left;
    margin-right: 23px;
    padding: 0px 0px 29px 0px;
}

    .product-overview .product-box .lft-img {
        width: 40%;
        float: left;
    }

    .product-overview .product-box .right-cont {
        width: 60%;
        float: left;
        margin-left: 0px;
    }

.product-overview .right-cont p.sm-text {
    font-size: 15px;
    padding-top: 0px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 53px;
    font-weight: inherit;
}

.product-overview .right-cont .btn-pro {
    background: #fff;
    width: 100%;
    border: 1px solid #E40428;
    border-radius: 100px;
    color: #E40428;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding: 4px 0 8px 0;
    margin-top: 7.5px;
}

.product-overview .product-box:last-child {
    margin-right: 0;
}

.product-overview .product-box .show-product {
    background: none;
    width: 222px;
    border: 1px solid #5C6E78;
    border-radius: 100px;
    color: #5C6E78;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-top: 60px;
}

.product-overview .main-heading {
    color: #5C6E78;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
    padding-bottom: 61px;
}

.product-overview .mt-32 {
    margin-top: 32px;
}

.product-overview .mt-23 {
    margin-top: 23px;
}

.product-overview .mrt-20 {
    margin-top: 20px;
}

.product-overview .heading-two {
    color: #5C6E78;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 12px;
    padding-bottom: 79px;
}

.product-overview .pb-20px {
    padding-bottom: 20px;
}

.product-overview .pb-82px {
    padding-bottom: 82px;
}

.product-overview .mrt-38 {
    margin-top: 38px;
}

.right-cont p {
    padding: 5px 0px 12px;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 22px;
}

.product-overview h1 {
    font-size: 38px;
    font-weight: normal;
    color: #5C6E78;
    margin-top: 32px;
}

/*** product overview new css ***/

.Product-allview .overview-cont {
    margin-top: 96px;
}

    .Product-allview .overview-cont ul {
        margin-top: 8px;
        padding-left: 18px;
    }

        .Product-allview .overview-cont ul li {
            color: #5C6E78;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 25px;
            list-style-type: disc;
        }

    .Product-allview .overview-cont h3 {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
    }


/* Product-Sections css */

/* Product-Sections new css */

.Product-Sections, .Product-allview {
    margin-top: 32px;
}

    .Product-Sections h1, .Product-allview h1 {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .Product-Sections a.heading {
        color: #E40428;
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .Product-Sections a.sub-heading {
        color: #5C6E78;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .Product-Sections .product-dit,
    .Product-allview .product-dit {
        margin-top: 77px;
        display: flex;
        clear: both;
        padding-bottom: 18px;
        margin-bottom: 50px;
        width: 100%;
    }

        .Product-Sections .product-dit .product-box,
        .Product-allview .product-dit .product-box {
            width: 100%;
            margin: 0;
        }

        .Product-Sections .product-dit .product-new-title,
        .Product-allview .product-dit .product-new-title {
            color: #5C6E78;
            font-size: 17px;
            font-weight: normal;
            letter-spacing: 0;
            line-height: 22px;
            padding: 0;
            margin-bottom: 36px;
            font-family: 'Exo2 SemiBold';
        }

        .Product-Sections .product-dit p.sm-text,
        .Product-allview .product-dit p.sm-text {
            color: #5C6E78;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 19px;
            margin-top: 0;
            margin-bottom: 48px;
            padding: 0;
        }

        .Product-Sections .product-dit .right-cont .btn-pro,
        .Product-allview .product-dit .right-cont .btn-pro {
            background: #fff;
            max-width: 222px;
            border: 1px solid #E40428;
            border-radius: 100px;
            color: #E40428;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center;
            padding: 4px 0px 9px;
            margin: 0;
        }

    .Product-Sections .right-cont .btn-pro:hover,
    .Product-allview .right-cont .btn-pro:hover {
        background: #E40428;
        color: #fff;
    }

    .Product-Sections a.show-more,
    .Product-allview a.show-more {
        display: inline-block;
        background: #fff;
        width: 222px;
        border: 1px solid #5C6E78;
        border-radius: 100px;
        color: #5C6E78;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        padding: 4px 0px 9px;
        margin: 0;
    }

        .Product-Sections a.show-more:hover,
        .Product-allview a.show-more:hover {
            background-color: #E40428;
            color: #fff;
        }

    .Product-Sections .product-dit .lft-img,
    .Product-allview .product-dit .lft-img {
        width: 36%;
        float: left;
        margin-right: 4%;
        padding-top: 60px;
    }

    .Product-Sections .product-dit .right-cont,
    .Product-allview .product-dit .right-cont {
        width: 60%;
        float: left;
        margin: 0;
    }
    /*** ******************/

    .Product-Sections .mrb-24 {
        margin-bottom: 24px;
    }

    .Product-Sections h4 {
        color: #5C6E78;
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .Product-Sections ul.list li {
        list-style: disc;
        margin-left: 16px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 25px;
    }

    .Product-Sections .mrt-80 {
        margin-top: 80px;
    }

    .Product-Sections .product-box {
        width: 30%;
        float: left;
        margin-right: 23px;
        padding: 0px 0px 29px 0px;
    }

    .Product-Sections .lft-img {
        width: 40%;
        float: left;
    }

    .Product-Sections .right-cont {
        width: 60%;
        float: left;
    }

        .Product-Sections .right-cont p.sm-text {
            font-size: 15px;
            padding-top: 0px;
            line-height: 20px;
            margin-top: 0px;
            margin-bottom: 0px;
            padding-bottom: 53px;
            font-weight: inherit;
        }

        .Product-Sections .right-cont .btn-pro {
            background: #fff;
            width: 100%;
            border: 1px solid #E40428;
            border-radius: 100px;
            color: #E40428;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center;
            padding: 4px 0 8px 0;
            margin-top: 7.5px;
        }

    .Product-Sections .product-box:last-child {
        margin-right: 0;
    }

    .Product-Sections .Product-title {
        color: #5C6E78;
        letter-spacing: normal;
        margin-bottom: 100px;
    }

    .Product-Sections .product-box .show-product {
        background: none;
        width: 222px;
        border: 1px solid #5C6E78;
        border-radius: 100px;
        color: #5C6E78;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
        margin-top: 60px;
    }

    .Product-Sections .main-heading {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
        padding-bottom: 61px;
    }

    .Product-Sections .heading-two {
        color: #5C6E78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 12px;
        padding-bottom: 79px;
    }

    .Product-Sections .mainheading {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .Product-Sections .subheading {
        color: #E40428;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 31px;
    }

    .Product-Sections .mt-30 {
        margin-top: 30px;
    }

    .Product-Sections .mt-26 {
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .Product-Sections .mt-23 {
        margin-top: 23px;
    }

    .Product-Sections .description {
        margin: 10px 0px;
    }

    .Product-Sections .product-new-title {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 26px;
        padding-bottom: 23px;
    }

    .Product-Sections .title {
        color: #5C6E78;
        font-size: 26px;
        letter-spacing: 0;
        line-height: 31px;
        font-weight: 400;
    }

    .Product-Sections .product-tagline {
        color: #5C6E78;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 26px;
        margin-top: 16px;
    }

    .Product-Sections .mrt-20 {
        margin-top: 20px;
    }
/* menu bar additional css */
.top-menu-cards {
    width: 100%;
}

.navbar-toggler-icon {
    display: none;
}
/* .nav-link-show{
     visibility: visible;
}
 */
.top-menu-cards {
}

.navbar-expand-lg .navbar-nav .nav-link .menu-arrow {
    display: none;
}

.submenus {
    width: 100%;
}
/* 2 column menu bar */
.two-column-top-menu .card {
    width: 100%;
    box-shadow: none;
    border: 0;
}

.two-column-top-menu .card-white {
    width: 100%;
    box-shadow: none;
    border: 1px solid #9CA9B1;
}

.two-column-top-menu .card .content {
    background-color: #E40428;
    height: 210px;
}

    .two-column-top-menu .card .content h2 {
        color: #fff;
        letter-spacing: normal;
    }

.two-column-top-menu .card-white .content h2 {
    color: #5C6E78;
    letter-spacing: normal;
}

.two-column-top-menu .card .content p, .two-column-top-menu .card-white .content p {
    color: #FFFFFF;
    font-size: 17px;
}

.two-column-top-menu .card-white .card-img img, .two-column-top-menu .card .card-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* 3 column menu bar */
.three-column-top-menu .top-heading {
    color: #5C6E78;
    font-size: 17px;
    letter-spacing: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bolder;
    line-height: 25px;
    border-bottom: 1px solid #5C6E78;
}

.three-column-top-menu .mt-16px {
    margin-top: 16px;
}

.three-column-top-menu .woundcaresmallepromos .card,
.three-column-top-menu .woundcaresmallepromos .card-white {
    width: 100%;
    min-height: auto;
}

.three-column-top-menu .custom-width {
    width: 20%;
}

.three-column-top-menu .card .content p, .three-column-top-menu .card .card-white .content p {
    line-height: 22px;
}

.three-column-top-menu .card .card-img img, .three-column-top-menu .card .card-white .card-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.three-column-top-menu .card .content h2,
.three-column-top-menu .card-white .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 24px;
    color: #5C6E78;
}

.three-column-top-menu .card-white .card-img {
    height: 222px;
}

.three-column-top-menu .card-white .content {
    padding: 32px 16px 36px 27px;
    height: auto;
    min-height: 184px;
}

.three-column-top-menu .card .content {
    background-color: #E40428;
    height: 180px;
}

.three-column-top-menu .card {
    width: 100%;
    box-shadow: none;
    border: 0;
}

.three-column-top-menu .card-white {
    width: 100%;
    box-shadow: none;

}

    .three-column-top-menu .card .content {
        background-color: #E40428;
        height: 210px;
    }

        .three-column-top-menu .card .content h2 {
            font-family: 'Exo2 Regular';
            color: #fff;
            letter-spacing: normal;
        }

        .three-column-top-menu .card .content p {
            color: #FFFFFF;
            font-size: 17px;
        }
/* 4 column menu bar */
.four-column-top-menu .top-heading {
    font-size: 17px;
    letter-spacing: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bolder;
    line-height: 25px;
    border-bottom: 1px solid #5C6E78;
}

.four-column-top-menu .mt-16px {
    margin-top: 16px;
}

.four-column-top-menu .woundcaresmallepromos .card, .four-column-top-menu .woundcaresmallepromos .card-white {
    width: 100%;
    min-height: auto;
}

.four-column-top-menu .custom-width {
    width: 20%;
}

.four-column-top-menu .custom-width-card-white {
    width: 40%;
}

.four-column-top-menu .card .content p, .four-column-top-menu .card-white .content p {
    line-height: 22px;
}

.four-column-top-menu .card .card-img img, .four-column-top-menu .card-white .card-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.four-column-top-menu .card .content h2, .four-column-top-menu .card-white .content h2 {
    font-family: 'Exo2 Regular';
    margin-bottom: 24px;
    color: #5C6E78;
}

.four-column-top-menu .card-white .card-img {
    height: 222px;
}

.four-column-top-menu .card-white .content {
    padding: 32px 16px 36px 27px;
    height: auto;
    min-height: 184px;
}

.four-column-top-menu .card .content {
    background-color: #E40428;
    height: 180px;
}

.four-column-top-menu .card {
    width: 100%;
    box-shadow: none;
    border: 0;
}

.four-column-top-menu .card-white {
    width: 100%;
    box-shadow: none;
}

    .four-column-top-menu .card .content {
        background-color: #E40428;
        height: 210px;
    }

        .four-column-top-menu .card .content h2 {
            font-family: 'Exo2 Regular';
            color: #fff;
            letter-spacing: normal;
        }

        .four-column-top-menu .card .content p {
            color: #FFFFFF;
            font-size: 17px;
        }

.cursor-pointer {
    cursor: pointer;
}
/* categoryLanding new parent class add in unmbracoo */
.categoryLanding {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .categoryLanding .Wound-Care {
        margin-top: 33px;
        margin-bottom: 0px;
    }

    .categoryLanding .content-explain {
        margin-top: 11px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .categoryLanding h1 {
        color: rgb(92, 110, 120);
        line-height: 48px;
        font-size:40px;
    }

.landing-category .categoryLanding-img img{
    margin-top:60px;
}

    .categoryLanding .para {
        margin-top: 23px;
    }

    .categoryLanding .card {
        height: auto;
        background-color: rgba(228, 4, 40, .8);
    }

    .categoryLanding .card-white {
        height: auto;
        background-color: #FFFFFF;
    }

    .categoryLanding .card .content {
        padding: 32px 26px 36px 27px;
        height: auto;
        min-height: 138px;
        color: #fff;
    }

    .categoryLanding .card-white .content {
        padding: 32px 26px 36px 27px;
        height: auto;
        min-height: 138px;
        color: #5C6E78;
        background-color: rgb(252 254 255);
    }

        .categoryLanding .card-white .content .content-heading {
            color: #5C6E78;
            font-size: 25px;
            letter-spacing: 0;
            line-height: 30px;
        }

    .categoryLanding .card .content .content-heading {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .categoryLanding .card .card-img, .categoryLanding .card-white .card-img {
        height: auto;
    }

    .categoryLanding .mt-80 {
        margin-top: 80px;
    }

    .categoryLanding .card .content h2 {
        margin-bottom: 11px;
        color: white;
    }

    .categoryLanding .card-white .content h2 {
        margin-bottom: 11px;
        color: #5C6E78;
    }

    .categoryLanding .card .content p {
        line-height: 22px;
        color: white;
    }

    .categoryLanding .card-white .content p {
        line-height: 22px;
        color: #5C6E78;
    }

    .categoryLanding .hedingtitle {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 32px;
        margin-bottom: 10px;
    }
/* product slider */
.overlay-hidden #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.overlay-hidden li {
    display: block;
    float: left;
    cursor: pointer;
}

.overlay-hidden img {
    display: block;
    height: 300px !important;
    width: 100%;
}

.overlay-hidden .demo {
    height: 454px;
    overflow: hidden;
}

.overlay-hidden .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

    .overlay-hidden .lSSlideOuter .lSPager.lSGallery li.active {
        opacity: 1;
    }

    .overlay-hidden .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
        border-radius: 0;
    }

        .overlay-hidden .lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 0;
        }

.overlay-hidden .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}

.overlay-hidden .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    padding: 60px 0px 0px 0px;
    top: 0;
    height: 420px !important;
}

.overlay-hidden .lSSlideWrapper {
    max-width: 100%;
    left: 130px;
    overflow: visible;
    position: relative;
}

.overlay-hidden .lightSlider {
    overflow: visible;
    margin: 0;
}

.overlay-hidden .lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
    border: 2px solid #e83d3e;
}

.overlay-hidden .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100px !important;
    max-width: 100%;
}

.overlay-hidden .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 52px;
    /* top: auto;
     */
    width: 18px;
    height: 18px;
    transform: rotate( 139deg );
    -webkit-transform: rotate( 44deg );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: white;
    border-right: 1px solid #9ca9b1;
    border-bottom: 1px solid #9ca9b1;
}

.overlay-hidden .lSSlideOuter .lSPager.lSGallery li {
    opacity: 1;
    border: 1px solid #979797;
    width:100px !important;
    height:100px !important;
}

.overlay-hidden .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background: red;
    margin-top: -16px;
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.overlay-hidden .lSSlideOuter.vertical .lSAction > a {
    left: -64px;
    margin-left: -14px;
    margin-top: 0;
}

.overlay-hidden .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
    position: relative;
    top:60px;
}

.overlay-hidden .lslide img {
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px !important;
    height: 300px !important;
}

.overlay-hidden .lSSlideOuter.vertical .lSAction > .lSPrev {
    top: 30px;
    width: 18px;
    height: 18px;
    transform: rotate( 45deg );
    -webkit-transform: rotate( 225deg );
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: white;
    border-right: 1px solid #9ca9b1;
    border-bottom: 1px solid #9ca9b1;
}

.overlay-hidden .zoomstyle {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.overlay-hidden .NZoomContainer {
    width: 100% !important;
    height: 100% !important;
}

.mobile-slidre {
    display: none;
}
/* .landing-category */
.landing-category {
    display: block;
    position: relative;
    margin-top: 32px;
    width: 100%;
}

    .landing-category .Wound-Care {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .landing-category .mainheding {
        color: #5C6E78;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 48px;
    }

    .landing-category .mt-43 {
        margin-top: 43px;
    }

    .landing-category .card-white .content .content-heading {
        color: #616e78;
        font-size: 25px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .landing-category .hedingtitle {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 32px;
        margin-bottom: 10px;
    }

    .landing-category .content-heading {
    }

    .landing-category .content-explain {
        margin-top: 11px;
        color: #5C6E78;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .landing-category h1 {
        color: rgb(92, 110, 120);
        line-height: 48px;
    }

    .landing-category .para {
        margin-top: 23px;
    }

    .landing-category .card,
    .landing-category .card-white {
        height: auto;
    }

        .landing-category .card .content,
        .landing-category .card-white .content {
            padding: 32px 26px 36px 27px;
            .menu-border-right height: auto;
            min-height: 182px;
        }

            .landing-category .card .content .content-heading {
                color: #ffffff;
                font-size: 25px;
                letter-spacing: 0;
                line-height: 30px;
            }

        .landing-category .card .card-img img,
        .landing-category .card-white .card-img img {
            height: auto;
        }

    .landing-category .card{
        box-shadow: none;
        border: 0;
        background-color:#E40428;
    }

    .landing-category .card-white {
        box-shadow: none;
        border: 0;
        border: 1px solid #9CA9B1;
        background-color: #FFFFFF;
    }

    .landing-category .mt-80 {
        margin-top: 80px;
    }

    .landing-category .card .content h2,
    .landing-category .card-white .content h2 {
        margin-bottom: 11px;
    }

    .landing-category p {
        line-height: 25px;
        margin: 20px 0px;
    }

/* .sitemap */

.sitemap h1 {
    color: #5C6E78;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 32px;
}

.sitemap .mt-22 {
    margin-top: 22px;
}

.sitemap .sub-heading  {
    font-size: 25px;
    color: #5C6E78;
    text-decoration: none;
}

    .sitemap .sub-heading:hover{
        color:#E40428;
        cursor:pointer;
    }
    .sitemap .sitemap-list-item {
        line-height: 1.6em;
        list-style: none;
        font-size: 17px;
    }

.card-white {
    border: 1px solid #9CA9B1 !important;
}
.only-mob{
    display:none;
}



.product-box:hover .btn-pro {
    background: #E40428 !important;
    color: #fff !important;
}

.iframe-style {
    width: 621px;
    height: 386px;
    border: 0px;
}

.video-style  h1{
    margin-bottom: 10px;
    /* height: 51px; */
    /* width: 534px; */
    color: #5C6E78;
    padding: 11px 0px;
    /* font-family: "Exo 2"; */
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
}


.add-bold {
    margin-top: 24px; 
    font-family: 'Exo2 SemiBold';
}

.productnewhover:hover a {
color:white;
}


.mobile-slidre-description ul  {
    overflow: auto;
    margin: 0px 0px 0px 15px;
}

.new-font-add strong {
    font-weight: normal;
    font-family: 'Exo2 SemiBold';
}

.new-fonts-add {
    font-family: 'Exo2 SemiBold';
    font-weight: normal !important;
}

/* product-gallery */

.module-gallery {
    width: 100%;
}

    .module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 500px
    }

    .module-gallery .slider-thumb {
        max-width: 125px;
        padding: 40px 0px;
    }

        .module-gallery .slider-thumb li {
            margin-bottom: 8px;
            width: 100% !important;
            height: 95px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .module-gallery .slider-thumb li img {
                width: auto;
                margin: 0 auto;
                max-height: 84px;
                display: flex;
                justify-content: center;
                align-items: center;
            }


.slider-preview li {
    height: 420px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.slider-preview img {
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-height: 420px;
}




.fancybox-toolbar .fancybox-button--zoom {
    display: none !important;
}

.fancybox-toolbar .fancybox-button--play {
    display: none !important;
}


.fancybox-toolbar .fancybox-button--thumbs {
    display: none !important;
}

/* .module-gallery .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
    z-index: 1;
    height: 1em;
    width: 100%;
    /* background-color: #000; */
    opacity: 0.3;
    box-shadow: none;
    transition: opacity 300ms ease;
    font-size: 1.5em;
    color: #25282a;
    font-size: 42px;
}

    .module-gallery .slider-thumb .slick-prev:before,
    .module-gallery .slider-thumb .slick-next:before {
        content: '';
    }

    .module-gallery .slider-thumb .slick-prev:hover,
    .module-gallery .slider-thumb .slick-next:hover {
        opacity: 0.5;
    }

.module-gallery .slider-thumb .slick-prev {
    left: unset;
    top: 20px;
}

.module-gallery .slider-thumb .slick-next {
    top: unset;
    right: unset;
    bottom: -15px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-track .slick-track {
    display: none;
}

.slider-thumb .fa .fa-angle-up {
    height: 26px;
    width: 13px;
}

.slider-thumb .slick-current {
    border: 1px solid #ff2626 !important;
}

.slick-slider {
    padding: 60px 20px;
}

.text-boldstyle{
    font-weight: bold;
}

.Exo2-Bold {
    font-family: 'Exo2 Bold';
}


.removepadding-menu .custom-width-card-white .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}


.carousel-item img {
    width: auto;
    min-height: 260px;
    margin: 0 auto;
    display: flex;
 
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
 
}

.leuko-data-policy {
    margin-top: 16px;
    border: 1px solid #9CA9B1;
    height: 64px;
    overflow-y: auto;
    color: #5C6E78;
    font-family: "Exo2 Regular";
    font-weight: normal !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 15px;
}

.mtn-15px {
    margin-top: 15px;
}

.overflow-style {
    margin-bottom: 10px;
}

.mgbotm-40px {
    margin-bottom: 40px;
}

.reducespacing {
    margin-bottom: 0px !important;
}

.reducespacing p:last-child {
    margin-bottom: 50px;
}


/*for video */
@media only screen and (min-width: 1201px) and (max-width: 1258px) {
    .iframe-style {
        width: 100%;
    }
    .lusin-search {
        right: 10px;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
    /*wound care */
    .skin-sensative-solution .card, .skin-sensative-solution .card-white {
        width: 100%;
    }

    .productForprof .btn-order .btn-w-bg {
        padding: 7px 24px 6px;
        min-width: 210px !important;
    }

    .header .logo span {
        display: none;
    }

    .product-benifit .right-cont {
        width: 80%;
    }

    .video-wrap {
        position: relative;
        padding: 0px 0px;
    }

    .Product-Sections h1, .Product-allview h1 {
        font-size: 30px;
    }
    .iframe-style {
        width: 100%;
        height: 460px;
    }

    .lusin-search {       
        right: 2%;
    }

    .iframe-style {
        width: 100%;
    }

}

@media only screen and (max-width: 993px) {
    .lusin-search {
        bottom: 26px;
        right: 20px;
    }

    .logo {
        padding-left: 7%;
    }


        .logo span {
            display: none;
        }

    .navbar-collapse {
        padding: 50px 15px 15px 15px;
        width: 100%;
    }
}


    /* responsive */
    /*** Form CSS end ****/
    @media only screen and (max-width: 992px) {

        .productForprof .how-to-use .use-box {
            width: 25% !important;
        }

        .productForprof .btm-banner .recogniz-laceration {
            position: relative !important;
            top: 2px;
        }


        .iframe-style {
            width: 100%;
            height: 460px;
        }

        .productForprof .add-info .info {
            width: 100% !important;
            float: left;
            position: relative;
            padding-left: 40px;
            margin-right: 12px;
            margin-bottom: 20px;
        }

        .Product-Sections h1, .Product-allview h1 {
            font-size: 30px;
        }

        .only-mob {
            display: block;
            margin-bottom: 18px;
        }

        /* landing-category */
        .landing-category .card {
            box-shadow: none;
            border: 0;
            background-color: #E40428;
            padding: 0px;
            width: 100%;
            margin-bottom: 10px;
        }

        .landing-category .card-white {
            box-shadow: none;
            border: 0;
            padding: 0px;
            width: 100%;
            margin-bottom: 10px;
        }

            .landing-category .card a,
            .landing-category .card-white a {
                border: none;
            }

        .landing-category .mrt-80 {
            margin-top: 0px;
        }

        .landing-category .categoryLanding-img {
            margin-bottom: 10px;
        }

        .landing-category .mt-43 {
            margin-top: 43px;
        }

        /* Wound-Care */


        .woundcaresmallepromos {
            max-width: 768px;
            margin: 0 auto;
            width: 100%;
        }

        .Wound-Care .card,
        .Wound-Care .card-white {
            width: 100%;
            margin: 0px 0px 17px 0px;
            box-shadow: none;
            border: 0;
            padding: 0px;
            min-height: auto;
            border: 1px solid #9CA9B1;
        }


            .Wound-Care .card a,
            .Wound-Care .card-white a {
                display: block;
                border: 1px #9CA9B1 solid;
            }


            .Wound-Care .card .card-img,
            .Wound-Care .card-white .card {
                height: auto;
            }

        .woundcaresmallepromos .mt-52 {
            margin-top: 0px;
        }



        .header {
            height: auto;
        }

        .logo a {
            padding-top: 0;
        }

        .right-top {
            display: none;
        }

        #home-carousel {
            height: 360px;
        }

            #home-carousel .carousel-inner img {
                height: 340px;
            }

            #home-carousel .product-section {
                width: auto;
                bottom: 20%;
                right: 3%;
            }

        .topNav {
            width: 100%;
            position: absolute;
            top: 25px;
            right: 0;
            z-index: 10000;
            height: auto;
            border: none
        }

            .topNav .container {
                padding: 0;
            }

            .topNav .navbar {
                padding: 0;
                width: 100%
            }

        .navbar-toggler {
            background: none;
            border: 0;
            box-shadow: none;
            padding: 0;
            display: block;
            position: absolute;
            right: auto;
            left: 25px;
            top: 1px;
            z-index:999;
        }

        .navbar-toggler-icon {
            color: #000;
            font-size: 36px;
            padding: 0;
            width: auto;
            height: auto;
            display: block;
        }

        .navbar-collapse {           
            left: 0px;
            top: 2px;
            height: 100vh;
            position: fixed;
            background: #fff;          
        }

        .navbar-expand-lg .navbar-nav .nav-item {
            padding: 16px 18px;
            position: relative;
        }

        .navbar-expand-lg .navbar-nav .nav-item {
            margin-left: 0;
        }

            .navbar-expand-lg .navbar-nav .nav-item:last-child {
                height: auto;
            }

        .mob-drop-btm {
            display: block;
            position: relative;
            bottom: 0;
            width: 100%;
        }

        .select-country {
            display: block;
            padding-left: 0px;
            margin-bottom: 23px;
        }

        .bottom-bar {
            /* margin-top: 28px;
         */
            /* margin-left: 0;
         */
            width: 100%;
            margin: 28px 0 0;
            display: block;
        }

            .bottom-bar .search-bar {
                margin: 16px 0;
            }

            .bottom-bar div.search-bar input {
                width: 100%;
                height: 55px;
            }

            .bottom-bar div.search-bar img {
                position: absolute;
                right: 16px;
                top: 18px;
                color: #E40428;
            }

            .bottom-bar div {
                margin-left: 0;
                width: 100%;
            }

                .bottom-bar div.sty-inform {
                    border: 1px solid #928787;
                    margin: 0 auto;
                    padding: 16px 0px 16px 60px;
                }

                    .bottom-bar div.sty-inform img {
                        position: absolute;
                        left: 20px;
                        top: 20px;
                    }

        .mob-drop-btm .contact-info {
            width: 100%;
            display: block;
            padding: 20px 0 20px 60px;
            float: none;
            position: relative;
            clear: both;
            background-color: #EFEFEF;
        }

            .mob-drop-btm .contact-info img {
                position: absolute;
                left: 18px;
                top: 30px;
            }

            .mob-drop-btm .contact-info p {
                font-size: 26px;
                color: #E40428;
            }

            .mob-drop-btm .contact-info span {
                color: #5C6E78;
                font-family: "Exo2 SemiBold";
                font-size: 11px;
                font-weight: 600;
                letter-spacing: 0;
                line-height: 14px;
                text-transform: uppercase;
            }

        .mob-drop-btm .copyright {
            background-color: #9CA9B1;
            height: auto;
            padding: 20px;
            margin: 0;
        }

            .mob-drop-btm .copyright a {
                color: #fff;
            }

        .bottom-bar div.search-bar .bi-search {
            top: 10px;
        }

        .banner {
            height: 249px;
        }

        .footer .ft-text {
            width: 100%;
        }

        .products {
            max-width: 768px;
            margin: 0 auto;
            margin-top: 35px;
        }

        .productspage h3 {
            font-size: 28px;
        }


        .products .card, .products .card-white {
            width: 100%;
            margin: 0px;
            box-shadow: none;
            border: 0;
            padding: 10px;
            min-height: auto;
            border: none !important;
        }

            .products .card .card-img, .products .card-white .card-img {
                height: auto;
            }

        .productspage .card {
            width: 100%;
            margin: 10px 0;
        }



        .mid-banner {
            height: auto;
            width: 100%;
            background: red;
            margin-top: 63px;
        }

        .mid-banner {
            background: none;
            color: #5C6E78;
        }

        .bg-red {
            background-color: none;
        }

        .bg-grey {
            background-color: none;
        }

        .mid-banner img {
            width: 100%;
            height: 300px;
        }

        .mid-banner .banner-section {
            color: #5C6E78;
            text-align: center;
            position: inherit;
            bottom: auto;
            right: auto;
            width: 90%;
            margin: 55px auto 0;
        }

            .mid-banner .banner-section .btn-more {
                width: 100%;
                float: none;
                border: 1px solid #5C6E78;
                margin: 32px auto 18px;
            }

        .main-wrapper {
            display: none;
        }

        .mobile-slidre {
            display: block;
        }

            .mobile-slidre .carousel-control-next {
                right: 0px;
                border-radius: 5px 0px 0px 5px;
                height: 60px;
                background: red;
                width: auto;
                background-color: none;
                top: 40%;
            }

            .mobile-slidre .carousel-control-prev {
                border-radius: 5px 0px 0px 5px;
                height: 60px;
                background: red;
                width: auto;
                background-color: none;
                top: 40%;
                left: 0px;
            }

            .mobile-slidre .carousel-control-next-icon {
                color: #000;
                font-size: 35px;
                height: 30px;
                width: 30px;
                display: inline-block;
                position: absolute;
                width: 26px;
                transform: rotate( 135deg);
                height: 26px;
                background: transparent;
                text-indent: -9999px;
                border-top: 2px solid #bfbfbf;
                border-left: 2px solid #bfbfbf;
                transition: all 250ms ease-in-out;
                text-decoration: none;
                right: 0px;
            }

            .mobile-slidre .carousel-control-prev-icon {
                color: #000;
                font-size: 35px;
                display: inline-block;
                position: absolute;
                width: 26px;
                transform: rotate( 315deg);
                height: 26px;
                background: transparent;
                text-indent: -9999px;
                border-top: 2px solid #bfbfbf;
                border-left: 2px solid #bfbfbf;
                transition: all 250ms ease-in-out;
                text-decoration: none;
                left: 0px;
            }

        .carousel-control-next-icon {
            color: #000;
            font-size: 20px;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
        }

        .carousel-control-prev-icon {
            color: #000;
            font-size: 20px;
            background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);
        }

        .mobile-slidre .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 0px 90px;
        }
        /* Category-Overview */
        .Category-Overview .product-box {
            width: 45%;
            float: left;
            margin-right: 23px;
            padding: 0px 0px 29px 0px;
            text-align: center;
        }

        .Category-Overview .right-cont {
            width: 100%;
            float: left;
            margin-left: 0px;
        }

            .Category-Overview .right-cont .btn-pro {
                background-color: transparent;
                border: 1px solid #E40428;
                color: #E40428;
                width: 210px;
                font-size: 16px;
            }

        .Product-Sections .product-box {
            width: 45%;
            float: left;
            margin-right: 23px;
            padding: 0px 0px 29px 0px;
            text-align: center;
        }

        .Product-Sections .right-cont {
            width: 100%;
            float: left;
            margin-left: 0px;
        }

            .Product-Sections .right-cont .btn-pro {
                background-color: transparent;
                border: 1px solid #E40428;
                color: #E40428;
                width: 210px;
                font-size: 16px;
            }
        /* product-overview */
        .product-overview .product-box {
            width: 50%;
            float: left;
            margin-right: 0px;
            padding: 0px 0px 29px 0px;
        }


        /* global */
        .card, .card-white {
            width: 50%;
            margin: 0px;
            box-shadow: none;
            border: 0;
            padding: 10px;
            min-height: auto;
        }

            .card a,
            .card-white a {
                display: block;
                border: 1px #9CA9B1 solid;
            }

        /*   Product-Details-Page---Responsive */

        .video-style video {
            width: 100%;
            height: auto;
        }

        #VisaChipCardVideo {
            width: 100%;
            height: auto;
        }


        /*   newslettre */

        .news-text {
            margin: 20px 0px;
            display: block;
        }

        .newsletter .umbraco-forms-field .read {
            left: -20px;
            padding: 10px 20px;
        }

        .newsletter .umbraco-forms-field .terms-cond {
            left: -20px;
            padding: 10px 20px;
        }



        /* Where to buy */

        .vertical-box {
            height: auto;
            width: 100%;
            overflow: scroll;
        }


            .vertical-box .table {
                width: 850px;
                margin-bottom: 0;
                color: #212529;
                overflow: auto;
            }


        .horizontal .card-img img {
            width: auto;
            height: auto;
            overflow: hidden;
        }


        .horizontal .card .card-img,
        .horizontal .card-white .card-img {
            height: auto;
            text-align: center;
            padding: 0px 0px;
        }

        .horizontal .card .content,
        .horizontal .card-white .content {
            min-height: auto;
            height: auto;
            padding: 25px 25px 0px 25px;
        }


        .horizontal .card-white,
        .horizontal .card {
            height: auto;
            width: 100%;
            padding: 20px 0px;
            margin: 10px 0px;
        }

        .localstores .card .content h2,
        .localstores .card-white .content h2 {
            margin-bottom: 10px;
        }

        .localstores .sub-heading {
            margin: 20px 0px;
            text-align: center;
        }

        .horizontal {
            margin-top: 10px;
        }

        .localstores .btn-more {
            min-width: auto;
            width: 60%;
            text-align: center;
            padding: 10px 0px;
        }

        .horizontal .card:first-child,
        .horizontal .card-white:first-child {
            margin-left: 0px;
            margin-top: 0px;
        }


        /* sensitive-skin  Product-allview */

        .Product-Sections .product-dit,
        .Product-allview .product-dit {
            margin-top: 77px;
            display: flex;
            clear: both;
            padding-bottom: 18px;
            margin-bottom: 50px;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            margin: 0 auto;
            margin-top: 77px;
        }

            .Product-Sections .product-dit .product-box,
            .Product-allview .product-dit .product-box {
                width: 100%;
                margin: 0px 0px 25px 0px;
                padding: 25px 0;
            }

            .Product-Sections .product-dit .lft-img,
            .Product-allview .product-dit .lft-img {
                width: 100%;
                float: none;
                margin-right: 0px;
                padding-top: 60px;
                text-align: center;
            }

            .Product-Sections .product-dit .right-cont,
            .Product-allview .product-dit .right-cont {
                width: 100%;
                float: none;
                margin: 0;
                text-align: center;
            }

            .Product-Sections .product-dit .product-new-title,
            .Product-allview .product-dit .product-new-title {
                margin-top: 25px;
                margin-bottom: 10px;
            }


        .Product-Sections, .Product-allview {
            margin-top: 32px;
            max-width: 768px;
        }

        .Product-Sections, .Product-allview {
            max-width: 768px;
        }

        .landing-category {
            max-width: 768px;
        }


        /* sensitive-skin  */

        .skin-sensative-solution {
            max-width: 768px;
            margin: 0 auto;
            margin-top: 32px;
        }

            .skin-sensative-solution .card-white,
            .skin-sensative-solution .card {
                height: auto;
                padding: 0px;
                margin-left: auto;
                width: 100%;
            }


                .skin-sensative-solution .card-white .card-img,
                .skin-sensative-solution .card .card-img {
                    height: auto;
                }

            .skin-sensative-solution .productbtn {
                min-width: auto;
            }


        .banner-style {
            max-width: 768px;
            margin: 0 auto;
            width: 100%;
        }



        /* newsletter  */
        .newsletter {
            max-width: 768px;
            margin: 0 auto;
        }

        /* newsletter  */
        .localstores {
            max-width: 768px;
            margin: 0 auto;
            padding: 0px 60px;
        }

        /*  aboutus */

        .aboutus {
            margin: 0px auto;
            max-width: 608px;
            width: 100%;
        }

            .aboutus .card, .aboutus .card-white {
                width: 100%;
                text-align: center;
            }

                .aboutus .card .content p {
                    margin: 20px 0px;
                }

                .aboutus .card .card-img {
                    height: auto;
                    margin: 20px 0px 0px 0px;
                }


        /*  sitemap */

        .sitemap {
            padding: 0px 40px;
        }

        .footer-content p.pd-right {
            padding-right: 0px;
        }


        /*  where-to-buy-heading  */
        .where-to-buy-heading {
            max-width: 768px;
            margin: 35px auto 0;
        }

        .country-select {
            padding: 0;
            position: relative;
        }

        .language-option {
            padding-left: 0;
        }

        .iframe-style {
            width: 100%;
            height: 400px;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
            overflow-x: hidden;
            overflow-y: auto;
            height: 100%;
        }

        .navbar-expand-lg .navbar-nav .nav-item:first-child {
            padding-left: 0;
        }

        .navbar-expand-lg .navbar-nav .nav-item {
            padding: 8px 0 16px;
        }

        .navbar-nav .nav-link {
            display: inline-block
        }

        .nav-item a.nav-link:before {
            font-family: FontAwesome;
            content: "\f067";
            padding-right: 5px;
        }

        .nav-item a.slideup:before {
            font-family: FontAwesome;
            content: "\f068";
            padding-right: 5px;
        }

        .products .card .content, .products .card-white .content {
            height: auto;
        }

        .nav-link-show {
            display: none;
            visibility: visible;
            position: relative;
            top: 0;
            border: 0;
        }

        .nav-show {
            display: block;
        }

        .mobile-slidre-description ul {
            overflow: auto;
            margin: 0px 0px 0px 16px;
        }

        .show a.dropdown-toggle:after {
            font-family: FontAwesome;
            content: "\f107";
            
        }

        .country-select a.country-list:after {
            font-family: FontAwesome;
            content: "\f106";
            padding: 0;
            margin: 0;
            border: none;
            vertical-align: middle;
            font-size: 20px;
        }

        .country-select ul li a.country-list:after {
            content: none;
        }

        .country-select ul.dropdown-menu li ul li a.country-list:after {
            content: none;
        }

        .address-term{margin-top:32px;}

        .skin-sensative-solution iframe {
            width: 100% !important;
            height: 300px !important;
        }

        .mobile-mar-remove {
            margin: 0px !important;
        }

        .country-select ul.dropdown-menu li a:hover {
            color: #E40428;
            text-decoration: none;
        }

        .nav-link-show .submenus .top-menu-cards{
            padding:10px 0!important;
        }
    }

    @media only screen and (max-width:576px) {

        .logo img {
            width: 150px;
            height: auto;
            margin-left: 5%;
        }

        .topNav {
            top: 25px;
            left: 0;
            height: auto;
            border: none;
        }

        .navbar-collapse {
            position: fixed;
            top: 2px;
            left: 0;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;        
            height: 100%;
        }

            .navbar-collapse.collapsing {
                left: -75%;
                transition: height 0s ease;
            }

            .navbar-collapse.show {
                left: 0;
                transition: left 300ms ease-in-out;
                overflow-x: hidden;
                overflow-y: auto;
                height: 100%;
            }

        .navbar-toggler.collapsed ~ .navbar-collapse {
            transition: left 500ms ease-in-out;
        }

        .navbar-toggler {
            border: 0;
            left: 15px;
            top: 1px;
            right: auto;
        }

        .topNav .navbar {
            width: 100%;
        }

        .navbar-toggler-icon {
            display: block;
        }

        .heading-submenu {
            padding: 0;
        }

        .four-column-top-menu .custom-width {
            width: 100%;
        }

        .four-column-top-menu .custom-width-card-white {
            width: 100%;
        }

        /* product slider */
        .overlay-hidden .lslide img {
            margin: 0;
            position: relative;
            top: 0px;
            padding: 60px 0px;
            left: 0px;
            width: auto !important;
            height: auto !important;
        }

        .woundcaresmallepromos {
            display: block;
            position: relative;
            max-width: 420px;
            width: auto;
            margin: 32px auto 0;
        }

        .Wound-Care {
            max-width: 420px;
            width: auto;
            margin: 0 auto;
        }

            .Wound-Care .card {
                width: 100%;
                margin: 20px 0 0 0;
            }

        .mt-50 {
            margin: auto;
        }

        .woundcaresmallepromos .card {
            width: 100%;
            margin: 20px 0 0 0;
        }

        .woundcaresmallepromos .mt-52 {
            margin-top: 0px;
        }

        .footer .mob-btm {
            margin-bottom: 16px;
        }

        #home-carousel {
            height: 300px;
            margin-bottom: 32px;
        }

            #home-carousel .carousel-inner {
                height: 310px;
            }

                #home-carousel .carousel-inner img {
                    height: 249px;
                }

            #home-carousel .product-section {
                font-size: 24px;
                position: initial;
                text-align: center;
                float: left;
                width: 100%;
                line-height: 1;
            }

        .carousel-control-prev {
            height: 61px;
            width: 30px;
            border-radius: 0 25px 25px 0;
            background-color: aliceblue;
            top: 30%;
        }

        .carousel-indicators {
            display: none;
        }

        .carousel-control-prev {
            height: 61px;
            width: 30px;
            border-radius: 0 50px 50px 0px;
            background-color: #fff;
            top: 30%;
            left: 0;
        }

        .carousel-control-next {
            height: 61px;
            width: 30px;
            border-radius: 50px 0px 0px 50px;
            background-color: #fff;
            top: 30%;
            right: 0;
        }

        .carousel-control-next-icon, .carousel-control-prev-icon {
            color: #000;
            font-size: 20px;
        }

        .carousel-control-prev .bi-chevron-left::before {
            content: "\f284";
            font-size: 24px;
            font-weight: bolder;
            position: absolute;
            left: 0;
        }

        .carousel-control-next .bi-chevron-right::before {
            content: "\f285";
            font-size: 24px;
            font-weight: bolder;
            position: absolute;
            right: 0;
        }

        .products .card, .products .card-white {
            width: 100%;
            margin: 0px 0px 10px 0px;
            border: 1px solid #9CA9B1 !important;
            padding: 0px 0px;
        }

        .footer .contact-info {
            display: none;
        }

        .service {
            text-align: left;
            margin-top: 8px;
            display: block;
            width: 100%;
        }

        .footer .est-logo {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 8px;
            padding-left: 0;
        }

        .sm-screen {
            display: block;
            position: relative;
            margin-top: 0px;
            margin-bottom: 100px;
            width: 100%;
        }

            .sm-screen .row {
                margin-bottom: 82px;
            }

            .sm-screen h1 {
                font-size: 24px;
                padding-left: 15px;
            }

            .sm-screen h3 {
                padding-left: 15px;
            }

            .sm-screen .card {
                width: 100%;
                height: auto;
                background-color: #FFFFFF;
                border: 1px solid #EEF2F5;
                border-radius: 5px;
                margin: 0;
                padding: 10px;
            }

                .sm-screen .card .content {
                    padding: 0px;
                }

                    .sm-screen .card .content h3 {
                        color: #5C6E78;
                        font-family: 'Exo2 SemiBold';
                        margin-bottom: 12px;
                    }

                    .sm-screen .card .content p {
                        color: #9CA9B1;
                        font-size: 13px;
                        letter-spacing: 0;
                        line-height: 22px;
                    }

                .sm-screen .card .card-img {
                    width: 100%;
                    height: auto;
                    /*background-image: url(../images/Desktop_Product_BG.png)*/
                    background-repeat: no-repeat;
                    background-position: top center;
                    text-align: center;
                    padding-top: 18px;
                    margin-bottom: 28px;
                }

        .return-home {
            border: 1px solid #E40428;
            border-radius: 100px;
            display: inline-block;
            padding: 16px 32px;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            margin-top: 0px;
        }

        .lg-screen {
            display: none;
        }

        .aboutus .card {
            width: 100%;
            margin: 0 auto;
            display: block;
            margin-left: 0;
            float: none;
        }

        .card-img-top {
            max-width: 100%;
            width: auto;
        }

        .footer-nav ul li {
            width: auto;
            margin-right: 30px;
        }

        .footer-wrapper .est-logo {
            margin-top: 16px;
            margin-bottom: 32px;
            padding-top: 32px;
        }

        .border-btm {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .footer-wrapper .border-btm p {
            text-align: right;
            margin-top: 16px;
        }

        .footer-content {
            padding-top: 0;
        }

            .footer-content h2 {
                margin-bottom: 4px;
                margin-top: 40px;
            }
        /* skin-sensative-solution page */
        .skin-sensative-solution {
            max-width: 420px;
            width: auto;
            margin: 32px auto 0;
        }

            .skin-sensative-solution .right-cont {
                width: 60%;
                float: left;
                margin-left: 50px;
            }

            .skin-sensative-solution h1 {
                color: rgb(92, 110, 120);
                line-height: 48px;
                font-size: 34px;
                line-height: 1em;
                margin: 60px 0px 0px 0px;
                color: #5C6E78;
                font-weight: normal;
                letter-spacing: -0.02em;
            }

            .skin-sensative-solution .card .content {
                padding: 15px;
                height: auto;
                background-color: #E40428;
                color: #fff;
                min-height: auto;
            }

            .skin-sensative-solution .card-white .content {
                padding: 15px;
                height: auto;
                color: #fff;
                min-height: auto;
                background: white;
            }

            .skin-sensative-solution .mt-50 {
                margin: 0px -12px;
            }

            .skin-sensative-solution .card .content h2, .skin-sensative-solution .card-white .content h2 {
                margin-bottom: 4px;
                font-size: 20px;
            }

            .skin-sensative-solution .card, .skin-sensative-solution .card-white {
                width: 100%;
                margin: 20px 0 0 0;
                padding: 0px;
            }

            .skin-sensative-solution .right-cont {
                width: 60%;
                float: left;
                margin-left: 40px;
            }

            .skin-sensative-solution .productForprof .product-benifit .right-cont p:first-child {
                margin-bottom: 10px;
            }

            .skin-sensative-solution .productForprof .product-benifit .right-cont {
                margin-left: 25px;
            }

            .skin-sensative-solution .product-tagline {
                color: #5C6E78;
                font-size: 24px;
                letter-spacing: 0;
                line-height: 29px;
                margin-top: 0px;
            }

            .skin-sensative-solution h2 {
                font-size: 18px;
                margin-top: 0px;
            }

            .skin-sensative-solution .mrt-24 {
                margin-top: 14px;
            }

            .skin-sensative-solution .product .productname {
                min-height: 20px;
            }

            .skin-sensative-solution .main-heading {
                font-size: 22px;
                line-height: normal;
                margin-top: 0px;
                color: #5C6E78;
                font-size: 28px;
                letter-spacing: 0;
                line-height: 30px;
                margin-bottom: 22px;
            }

            .skin-sensative-solution .para {
                margin-top: 0px;
            }

            .skin-sensative-solution .product-info {
                margin-top: 30px;
            }

            .skin-sensative-solution .products .card-white, .skin-sensative-solution .products .card {
                width: 100%;
                margin-left: 0px;
                margin-top: 20px;
            }

            .skin-sensative-solution .products {
                margin-bottom: 0px;
            }

            .skin-sensative-solution .productimgbottom {
                margin-top: 21px;
                height: auto;
                width: 100%;
            }

            .skin-sensative-solution .products .card-white .content, .skin-sensative-solution .products .card .content {
                margin-bottom: 4px;
                font-size: 20px;
            }

            .skin-sensative-solution .products .card .content {
                padding: 15px;
                height: auto;
                background-color: rgba(228, 4, 40, .8);
                color: #fff;
                min-height: 180px;
            }

            .skin-sensative-solution .products .card-white .content {
                padding: 15px;
                height: auto;
                color: #fff;
                min-height: auto;
            }

                .skin-sensative-solution .products .card-white .content h2, .skin-sensative-solution .products .card .content h2 {
                    margin-bottom: 4px;
                }

        .productForprof .head-style {
            margin-bottom: 22px;
        }

        .skin-sensative-solution .productForprof {
            margin-top: 0px;
        }



        .mid-banner img {
            width: 100%;
            height: auto;
        }

        .mid-banner {
            margin-top: 50px;
        }

        banner-section h1 {
            margin: 10px 0px 0px 0px;
        }

        .mid-banner .banner-section {
            width: 90%;
            margin: 0px auto 0;
        }

        .Wound-Care h1 {
            color: rgb(92, 110, 120);
            line-height: 48px;
            font-size: 34px;
            line-height: 1em;
            margin: 60px 0px 0px 0px;
            color: #5C6E78;
            font-weight: normal;
            letter-spacing: -0.02em;
        }

        .Wound-Care .card .content {
            padding: 15px;
            height: auto;
            background-color: #E40428;
            color: #fff;
            min-height: 180px;
        }

        .Wound-Care .card-white .content {
            padding: 15px;
            height: auto;
            color: #fff;
            min-height: auto;
            background: white;
        }

        .Wound-Care .mt-50 {
            margin: 0px -12px;
        }

        .Wound-Care .card .content h2, .Wound-Care .card-white .content h2 {
            margin-bottom: 4px;
            font-size: 20px;
        }

        .Wound-Care .card, .Wound-Care .card-white {
            width: 100%;
            margin: 20px 0 0 0;
        }

        .banner-style {
            width: 84%;
            margin: 0px auto;
            margin-top: 32px;
            height:100%;
        }

        .skin-sensative-solution .productForprof .product-benifit {
            margin-top: 0px;
        }

        /* categoryLanding */
        .categoryLanding .card, .categoryLanding .card-white {
            width: 100%;
            margin: 20px 0 0 0;
        }

        /* Category-Overview */
        .Category-Overview .product-box {
            width: 100%;
            float: none;
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }

        .Category-Overview {
            max-width: 420px;
            width: auto;
            margin: 0 auto;
        }
        /* product-for-professional */
        .categoryLanding {
            max-width: 420px;
            width: auto;
            margin: 32px auto 0;
        }
        /* video-wrap */
        .video-wrap #light {
            display: none;
            position: fixed;
            width: 90%;
        }

        .btnicon {
            display: none !important;
        }

        .btnicon-img {
            margin: 0;
            top: 44%;
            width: 40px;
            height: 40px;
        }

        .btntriangle {
            font-size: 15px !important;
        }

        .overlay-hidden {
            text-align: center;
        }

        .use-text {
            text-align: center;
        }

        .video-wrap #light {
            top: 50%;
            left: 50%;
            border: 2px solid #393939;
            background: #393939;
            z-index: 10000;
            overflow: visible;
            transform: translate( -50%, -50%)
        }

        #VisaChipCardVideo {
            width: 100%;
            height: auto;
        }




        /* mobile-slidre */
        .mobile-slidre .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 0px 50px;
        }

        .mobile-slidre {
            display: block;
            margin-top: 32px;
        }
        /* Category responsive Page css */
        .Category-Overview h4 {
            font-size: 24px;
            font-weight: lighter;
            color: #9d9d9d;
            color: #E40428;
            font-weight: bold;
        }

        .Category-Overview .product-title {
            font-size: 24px;
            margin-bottom: 0px;
            margin-top: 0px;
            text-align: center;
        }

        .Category-Overview .lft-img {
            width: 100%;
            float: none;
            min-height: 100px;
            text-align: center;
            max-height: 200px;
        }

        .Category-Overview .right-cont {
            width: 100%;
            float: none;
            margin-left: 0px;
        }
        /* Fixing and Securing */
        .Product-Sections .product-box {
            width: 100%;
            float: none;
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }
        /* product-overview Page css */
        .product-overview .product-box {
            width: 100%;
        }

            .product-overview .product-box .lft-img {
                width: 100%;
                float: left;
            }

            .product-overview .product-box .right-cont {
                width: 100%;
                float: left;
                margin-left: 0px;
                text-align: center;
            }

        .product-overview .right-cont .btn-pro {
            width: 210px;
            height: 40px;
        }


        .product-overview .right-cont p {
            font-weight: 800;
        }


        .footer-nav .pd-b .copyright {
            text-align: left;
            padding-top: 16px;
        }

        .error-description {
            margin-bottom: 32px;
            margin-top:32px;
        }

        /* newsletter */
        .newsletter {
            max-width: 380px;
            margin: 32px auto 0;
        }

            .newsletter .umbraco-forms-field .read {
                left: 0px;
                padding: 10px 0px;
            }

        .newslettrewrap {
            max-width: 380px;
            margin: 0 auto;
        }

        .news-text {
            margin: 20px 0px;
            /* margin-bottom: 30px; */
            display: block;
        }

        .newsletter .umbraco-forms-field select {
            border: 1px solid #9ca9b1;
            padding: 10px 0px;
            width: 100%;
        }


        /* Where to buy */

        .vertical-box {
            height: auto;
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
        }


            .vertical-box .table {
                width: 850px;
               color: #212529;
                overflow: auto;
            }


        .localstores {
            max-width: 420px;
            width: auto;
            margin: 32px auto 0;
            padding: 0px 20px;
        }



        .where-to-buy-heading {
            max-width: 360px;
            width: auto;
            margin: 32px auto 20px;
        }

        .wherebuy {
            max-width: 420px;
            width: auto;
            margin: 0 auto;
        }

        .horizontal .card-img img {
            width: auto;
            height: auto;
            overflow: hidden;
            padding: 0px 20px;
        }


        .horizontal .card .card-img,
        .horizontal .card-white .card-img {
            height: auto;
        }

        .horizontal .card .content,
        .horizontal .card-white .content {
            min-height: auto;
            height: auto;
            padding: 25px 25px 0px 25px;
        }


        .horizontal .card-white,
        .horizontal .card {
            height: auto;
        }

        /* sensitive-skin  Product-allview */

        .Product-Sections .product-dit, .Product-allview .product-dit {
            display: block;
            margin-top: 0px;
        }

        .Product-Sections,
        .Product-allview {
            max-width: 360px;
            width: auto;
            margin: 32px auto 0;
        }

            .Product-Sections .product-dit .lft-img,
            .Product-allview .product-dit .lft-img {
                width: 100%;
                float: none;
                margin-right: 0px;
                padding-top: 0px;
            }

            .Product-Sections .product-dit .right-cont,
            .Product-allview .product-dit .right-cont {
                width: 100%;
                float: none;
                margin: 0;
            }

            .Product-Sections .product-dit .product-new-title,
            .Product-allview .product-dit .product-new-title {
                margin-top: 20px;
                margin-bottom: 10px;
            }

            .Product-Sections .right-cont p.sm-text {
                margin-top: 0px;
                margin-bottom: 0px;
                padding-bottom: 25px;
                font-weight: inherit;
            }

            .Product-Sections .product-dit .product-box,
            .Product-allview .product-dit .product-box {
                width: 100%;
                margin: 0px 0px 0px 0px;
                padding: 20px 0px 0px 0px;
            }

            .Product-Sections .product-dit .right-cont .btn-pro,
            .Product-allview .product-dit .right-cont .btn-pro {
                background: #fff;
                width: 100%;
            }


        /* .aboutus  */
        .aboutus {
            max-width: 420px;
            width: auto;
            margin: 32px auto 0;
        }

        .aboutus-banner {
            max-width: 420px;
            width: auto;
            margin: 0 auto;
        }

        /* error */
        .products {
            max-width: 374px;
            width: 100%;
            margin: 0 auto;
        }

        .errorstyle {
            max-width: 374px;
            width: 100%;
            margin: 32px auto 0;
        }

        /* sitemap */

        .sitemap {
            max-width: 420px;
            width: auto;
            margin: 0 auto;
        }

            .sitemap h1 {
                margin-bottom: 20px;
            }

            .sitemap .mt-22 {
                margin-top: 0px;
            }

            .sitemap .sitemap-list-item a {
                color: #9d9d9d;
            }

                .sitemap .sitemap-list-item a:hover {
                    color: #E40428;
                }

        .country-select ul.dropdown-menu li ul {
            display: none;
        }

        .newsletter .umbraco-forms-navigation .submit-btn {
            margin-top: 21px;
            float: none;
            width: 100%;
        }

        .products .card .content, .products .card-white .content {
            height: auto;
        }

        .aboutus .card, .aboutus .card-white {
            padding: 0px;
        }

        .res-table {
            overflow-x: scroll;
            display: block;
        }

        .mobile-slidre-description ul {
            overflow: auto;
            margin: 0px;
            text-align: center;
        }

        .product-table .overflow-style {
            display: block;
            width: 100%;
            overflow-x: auto;
        }

        .video-style h1 {
            font-size: 30px;
            text-align: center;
        }

        .video-wrap {
            padding: 0px 0px;
        }

        .productForprof .mt-99px {
            margin-top: 0px;
        }

        .productForprof .btm-banner .recogniz-laceration {
            position: relative !important;
            top: 2px;
        }

        .overlay-hidden li {
            float: none;
        }

        .infotwo-style p {
            text-align: center;
        }

        .lusin-search {
            right: 4px;
            bottom: 16px;
        }

            .lusin-search div.search-bar input {
                width: 160px;
                /* border-bottom: 1px solid #5C6E78; */
                border-radius: 0;
                border: 0;
                border-bottom: 1px solid #e8eef1;
                text-indent: 0;
            }

            .lusin-search div.search-bar img {
                right: 4px;
            }

        #autocompleteResultsCatalog {
            min-width: 320px;
        }

        .mobile-slidre-description p {
            margin-left: 0px !important;
        }

       .language-option {
            color:#5C6E78;
        }


        .country-select ul.dropdown-menu {
            padding: 0px;
            width: 100%;
        }

            .country-select ul.dropdown-menu li {
                padding: 8px 16px;
                width: 100%;
                display: block;
                text-align: left;
                float: none;
            }       

        .country-select ul.dropdown-menu li ul.show-country {
            display: block;
        }

      

        .country-select ul.show li a::before {
            font-family: FontAwesome;
            content: "\f067";
            padding-right: 5px;
        }

        .country-select ul.show li a.country-name::before {
            font-family: FontAwesome;
            content: "\f068";
            padding-right: 5px;
        }

        .country-select ul.dropdown-menu li ul li a::before, .country-select ul.dropdown-menu li ul li a.country-name::before {
            content: none;
        }

        .mob-drop-btm .copyright a:hover {
            color:#E40428;
        }

        .skin-sensative-solution .productForprof .product-benifit .lft-img {
            width: 25%;
        }

        .where-to-buy-heading h1{
            margin-bottom:32px;
        }

        .mobile-mar-top {
            margin-top : 10px !important;
        }

        .mobile-mar-bottom {
            margin-bottom: 10px !important;
        }

        .mobile-mar-remove {
            margin: 0px !important;
        }

        .aboutus .card .content {
            padding: 25px 25px;
        }
        .mob-head-style {
            margin-top: 20px;
        }

        .mob-main-heading {
            margin-top: 10px !important;
        }

        .mobile-slidre-description{
            text-align:center;
        }

        .Product-allview .overview-cont {
            margin-top: 36px;
        }

        .mobilebannertop {
            margin-top: 32px;
        }

        .wound-margin {
            margin: 32px 0px 0px 0px !important;
        }
    }


    