        em {
            font-style: italic;
        }

        #fixedbtn {
            position: fixed;
            right: 0;
            top: initial;
            bottom: 300px;
            z-index: 4;
        }

        #fixedbtn .demo {
            color: #fff !important;
            background: #34ad65;
            text-align: center;
            display: block;
            height: 90px;
            font-weight: 500;
            font-size: .75em;
            letter-spacing: -.1px;
            line-height: normal;
            vertical-align: middle;
            border-radius: 0;
            width: 60px;
            padding: 10px 16px 0;
            text-transform: capitalize;
        }
    
        #RequestSupport [type="submit"],
        #RequestSupport [type="reset"] {
            background: #414F57 !important;
            border: none;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            padding: 7px 20px;
        }

        #RequestSupport [type="reset"] {
            background: #dfdfe0 !important;
            color: #333;
        }

        .trainingad-strip {
            background: #f5f5f4;
            text-align: center;
        }

        .trainingad-strip img {
            max-width: 100%
        }

        @media screen and (max-width: 500px) {
            .per75 {
                width: 48%;
                display: inline-block;
            }
        }
    
.prd-nav li {
  float: left;
  width: 32%;
  padding: 0 .5%;
  text-align: center;
}
