/**********

██╗███████╗
██║██╔════╝
██║█████╗
██║██╔══╝
██║███████╗
╚═╝╚══════╝

**********/

    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
       /* IE10+ specific styles go here */
        .desktop .main-navigation a {
            margin: 0 0.2rem;
            font-size: 1.3rem;
        }
        .therapeutic-mega-menu {
            width: 1920px;
            left: -655px;
        }
        .medicine-mega-menu {
            width: 1920px;
            left: -860px;
        }
        h5.layout-two-subtitle {
            font-family: var(--font-bold);
            font-size: 2.6rem;
            padding-left: calc(((100%-var(--panel-width))/2))!important;
            padding-bottom: 3rem;
        }
        .layout-second-area .big-article {
            margin-top: -3rem;
        }
        body {
            overflow-x: hidden;
        }
        .large .responsiville-slideshow-next {
            right: 45rem;
            top: -1rem;
        }
        .large .responsiville-slideshow-previous {
            left: 47rem;
            top: -1rem;
        }
        .responsiville-slideshow-bullet.responsiville-slideshow-bullet-selected {
            background-color: #e55958!important;
        }
        .responsiville-slideshow-bullet:hover {
            background-color: #e55958!important;
        }
        .responsiville-slideshow-bullet {
            border-color: #e55958!important;
        }
        a.medicine-category-link span {
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
            -ms-word-break: normal;
            word-break: normal;
        }
        a.medicine-category-link {
           -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
            -ms-word-break: normal;
            word-break: normal;
        }
        .login-area {
            padding: 3rem 0!important;
        }
    }
