:root {
  --theme-a: #b83939;
  --theme-b: #ffb700;
  --theme-c: #e9152b;
  --theme-banner-bg: #fff6cc;
  --theme-bg: #fff6cc;
}
.ems-pm {font: 300 14px/24px 'ZohoPuvi', sans-serif;}
.sticky-button {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 96px;
  flex-wrap: wrap;
  z-index: 999999;
}
.sticky-button a {
  background-color: var(--theme-a);
  color: #fff;
  text-align: center;
  line-height: normal;
  padding: 5px;
  text-decoration: none;
    min-height: 40px;
    min-width: 90px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.sticky-button a.sol_area {
  background-color: var(--theme-b);
  color: #000;
}
.sccm.review .review-table ul li ul li .img.star.three-seven {
    width: 90px;
}
.sccm.review .review-table ul li ul li .img.star.three-six {
    width: 89px;
}
.sccm.review .review-table ul li ul li .img.star.three-five {
    width: 88px;
}
.ems-pm.testimonial .flexslider {
    width: 900px;
}


.bannerflex {
    position: relative;
    padding: 50px 0;
    min-height: 220px;
    background-color: #a0e1ff;
    background-image: url(https://www.manageengine.com/products/desktop-central/style/images/sccm-alt-banner-bg.png);
    background: linear-gradient(to top, #00e2ff, #0064ff);
    background-size: 100% auto;
    background-position: center bottom;
}