.heading-menu, #customers, #allFea {
    display: none;
}
.sccm.review .review-table {
    display: block;
}

.sccm.review .review-table > ul {
    display: block;
    padding: 0 !important;
    border: 2px solid rgba(0, 170, 255, 0.1);
}

.sccm.review .review-table ul li {
    list-style: none;
    padding: 0;
}

.sccm.review .review-table ul li ul {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.sccm.review .review-table ul li ul li {
    width: 33%;
    padding: 15px;
    line-height:normal;
}
.sccm.review .review-table ul li:nth-child(1) ul li {
    font-size: 20px;
    font-weight: 600;
}
.sccm.review .review-table ul li:nth-child(even) ul {
    background-color: rgba(0, 170, 255, 0.1);
}

.sccm.review .review-table ul li ul li:nth-child(even) {
    border-left: 2px solid rgba(0, 170, 255, 0.1);
    border-right: 2px solid rgba(0, 170, 255, 0.1);
}
.sccm.review .review-table ul li ul li span {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: #0008;
}
.sccm.review .review-table ul li ul li .img {
    height: 25px;
    width: 125px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.sccm.review .review-table ul li ul li .img.star {
    background-image: url(../images/star-rating-icon.png);
    background-size: auto 100%;
}
.sccm.review .review-table ul li ul li strong {
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
    vertical-align: bottom;
}
.sccm.review .review-table ul li ul li .img.star.four-six {
    width: 115px;
    margin-right: 10px;
}
.sccm.review .review-table ul li ul li .img.star.four-five {
    width: 113px;
    margin-right: 12px;
}
.sccm.review .review-table ul li ul li .img.star.four-four {
    width: 110px;
    margin-right: 15px;
}
.sccm.review .review-table ul li ul li .img.star.four-three {
    width: 108px;
    margin-right: 17px;
}
.sccm.review .review-table ul li ul li .img.star.four-two {
    width: 106px;
    margin-right: 19px;
}
.sccm.review .review-table ul li ul li .img.star.four-one {
    width: 103px;
    margin-right: 22px;

}
.sccm.review .review-table ul li ul li .img.star.four {
    width: 100px;
    margin-right: 25px;
}
a.cta.demo {
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 30px auto;
    background-color: #069b4f;
    color: #fff;
    line-height: normal;
    padding: 10px 14px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #069b4f;
}
a.cta.demo:hover {
    background-color: #fff;
    color: #069b4f;
}
.sccm.fea {
    background-color: #ebf6ff;
    padding: 40px;
}
.sccm > h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    line-height: normal;
    margin: 30px 30px 20px;
}
.sccm.overview > h2 {
    margin-bottom: 10px;
}
.sccm > h2> strong {
    font-size: 32px;
    font-weight: 600;
}
.sccm h2 + h3 {
    font-size: 20px;
    text-align: center;
    margin: -20px 0 30px !important;
    font-weight: 300;
}
.sccm.fea .fea-inner {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding:40px;
    align-items: normal;
    justify-content: center;
    border-bottom: 1px dotted #a2d5ff;
}
.sccm.fea .fea-inner img {
    width: 48%;
    height: 300px;
    display: block;
    box-shadow: 4px 4px 4px #0006;
    margin-right: 5%;
    align-self: normal;
}
.sccm.fea .fea-inner .inner-content {
    width: 50%;
}
.sccm.fea .fea-inner .inner-content:nth-child(2) {
    width: 50%;
    margin-right:5%;
}
.sccm.fea .fea-inner:nth-child(odd) {
    flex-direction: row-reverse;
}
.sccm.fea .fea-inner:nth-child(odd) img {
    margin-right: 0;
    margin-left: 5%;
}
.sccm.fea .fea-inner .inner-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #187dba !important;
}
.sccm.fea .fea-inner .inner-content p,.sccm.fea .fea-inner .inner-content ul,.sccm p {
    font-size: 15px;
    line-height: 30px;
    font-weight:400;
    margin: 10px 0 0;
}
.sccm.fea .fea-inner .inner-content p strong {
    font-weight: 600;
    font-size: 16px;
}
.sccm.fea .fea-inner .inner-content p i {
    font-style: italic;
    display: block;
}
.sccm.fea .fea-inner .inner-content ul {
    margin: 0;
    list-style: decimal inside;
}
.sccm.fea .fea-inner .inner-content ul li i {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
}
.sccm.overview p {
    text-align: center;
    margin:auto;
   max-width:760px;
}
.sccm.overview {
    padding: 0 0 40px;
    border-bottom: 1px dashed #8ddbff;
}
.sccm.overview p:last-child strong {
    font-size: 20px;
    font-weight: 400;
    color: #187dba;
}
.sccm.video {
    display: none;
}
.sccm.video .video-player {
    max-width: 600px;
    margin: -25% auto 0;
    background-color: #fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow: 4px 4px 4px #0004;
}

.sccm.video .video-player a {
     position: relative;
   display: block;
}
.sccm.video .video-player a:after {
    content: '';
    background-image: url(../images/sccm-alt-video-play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transition: all 350ms ease;
    opacity:.8;
}
.sccm.video .video-player a:hover:after{
    box-shadow:0 0 1px #fff4;
    transform:scale(1.3);
    opacity:1;
}
.sccm.video .video-player img {
    width: 100%;
}
.bannerflex {
    position: relative;
    padding: 50px 0;
    min-height: 220px;
    background-color: #a0e1ff;
    background-image: url(../images/sccm-alt-banner-bg.png);
    background: linear-gradient(to top, #00e2ff,#0064ff);
    background-size:100% auto;
    background-position: center bottom;
}
.bannerflex:before {
    background-image: url(../images/sccm-alt-banner-bg.png);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .3;
    background-position: bottom center;
}
.bannerflex h1 {
    text-align: center;
    font-size: 46px;
    padding: 50px 30px 0;
    font-weight: 700;
    color: #ffdd69;
}

.bannerflex h3 {
    font-size: 18px;
    padding: 20px 20px 0;
    text-align: center;
    font-weight: 400;
    margin: auto !important;
    max-width: 650px;
    display: block;
    color: #fff;
}

.bannerflex a {
    background-color: #cb2034;
    color: #fff;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 20px auto 50px;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.YouTubePopUp-Content{
    max-width:900px;
}


@media(max-width:600px){
.bannerflex h1{
    line-height:normal;
    font-size:30px;
}
.bannerflex h3{
    line-height:30px;
    font-size:15px;
}
.sccm.review .review-table ul li ul li{
    width: 25%;
}
.sccm.review .review-table ul li ul li .img{
    transform:scale(.5);
    transform-origin:left;
}
.sccm h2{
    font-size: 20px;
    line-height:40px;
}
.sccm h2 strong{
    font-size: inherit;
}
.sccm.fea .fea-inner{
    flex-wrap:wrap;
    padding: 0;
    align-items: flex-start;
    justify-content: center;
}
.sccm.fea .fea-inner img,.sccm.fea .fea-inner .inner-content{
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    align-self: flex-start;
}
.sccm.fea .fea-inner:nth-child(odd) {
    flex-direction: column-reverse;
}
.sccm.fea {
    padding: 4px 40px;
}
}