#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}
.heading-menu {
    padding: 15px 0 0;
}
.container {
    max-width: 1200px;
}

.promo-flash{
    display: none;
}
.quote-container {
        font-family: 'Georgia', serif;
        font-size: 1.5rem;
        line-height: 1.6;
        color: #555;
        position: relative;
        padding: 20px 40px;
        background: #f9f9f9;
        border-left: 5px solid #8a2be2; /* Adjust to your desired color */
        margin: 20px 0;
    }
    }
.rhs-cont h1 {
    line-height: 52px;
    margin: 0 0 28px;
    color: #000;
    font-weight: 500;
}
.rhs-cont h2 {
    margin: 48px 0 12px;
    padding-top: 8px;
    color: #000;
    font-weight: 400;
}
.rhs-cont h2:before {
    content: '#';
    margin: 8px;
    margin-left: -22px;
    opacity: .6;
    color: #0a7ad1;
}
.rhs-cont p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 12px;
}
.rhs-cont ul {
    padding: 8px 8px 8px 16px !important;
}
.rhs-cont li{
    margin: 0 0 10px;
}
.rhs-cont li::marker {
    content: '+';
    font-size: 18px;
    color: #999;
    line-height: normal;
}
.rhs-cont .link li{
    margin: 0;
}
.rhs-cont .link li::marker {
    content: '+';
}
.rhs-cont .list li::marker {
    content: '★';
    font-size: 14px;
}
.rhs-cont .fig {
    margin: 28px 0;
    box-shadow: 0px 0px 12px #0006;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.rhs-cont .index {
    background-color: aliceblue;
    padding: 20px 24px;
    margin: 40px 0 0;
    border-left: 4px solid #c8e7ff;
}
.rhs-cont .index h3 {
    margin: 0;
}

      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    