nav ul.productmenu {
    margin-right: 0;
}
.nav-dwn.fr {
    display: none;
}
.zia{
   font:300 14px/24px 'ZohoPuvi', sans-serif;
}
.dclogosvg img {
    margin: 0;
}
.ems-lp.zia.banner h1,.ems-lp.zia.banner h1 ~ *{
   text-align: left;
   margin: 0 10px 25px 10px;
}
.ems-lp.zia.banner h1 strong{
   white-space: nowrap;
}
.ems-lp.zia h2{
   font-size: 36px;
   font-weight: 300;
   max-width: 1100px;
}
.ems-lp.zia h2 strong{
   font-weight: 600;
   white-space: nowrap;
}
.ems-lp.zia.banner a{
   text-align: center;
   margin: 0 20px 0 0;
}
.ems-lp.zia.banner .flex {
    max-width: 1200px;
    margin: auto;
}
.ems-lp.zia.banner .flex .clip {
    max-width: 50%;
    margin: 0 20px;
}
.ems-lp.zia.banner .flex .caption {
    max-width: 50%;
    margin: 0 20px;
}
.ems-lp.zia.features h3 {
    font-size: 32px;
    margin: 0 0 20px !important;
    line-height: 48px;
}
.ems-lp.zia.features .flex {
    max-width: 1200px;
    margin: 90px auto;
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
}
.ems-lp.zia.features .flex .inner-flex {
    width: 50%;
}
.ems-lp.zia.features .flex .inner-flex.clip {
    text-align: center;
}
.ems-lp.zia.features .flex .inner-flex.clip img {
    box-shadow: 5px 5px 5px #ccc;
}
.ems-lp.zia.features .flex.fea1 .inner-flex.clip img {
    box-shadow: none;
}
.ems-lp.zia.features ul {
    margin: 20px 0 0 8px;
    font-size: 18px;
    line-height: 26px;
}
.ems-lp.zia.features .flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.ems-lp.zia.features ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.ems-lp.zia.features ul li:before {
    margin: 0;
    background: none;
    background-color: var(--theme-color-offset);
    height: 10px;
    width: 10px;
    min-width: auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.ems-lp.zia.features .flex.fea1 .caption{
    width: 62%;
}
.ems-lp.zia.features .flex.fea1 .clip {
    width: 30%;
}
.ems-lp.zia.features .flex.fea2 .caption{
    width: 37%;
}
.ems-lp.zia.features .flex.fea2 .clip {
    width: 60%;
}
.ems-lp.zia.features .flex.fea3 .caption{
    width: 37%;
}
.ems-lp.zia.features .flex.fea3 .clip {
    width: 60%;
}
.ems-lp.zia.features .flex.fea4 .caption{
    width: 37%;
}
.ems-lp.zia.features .flex.fea4 .clip {
    width: 60%;
}
.ems-lp.zia.features .flex:last-child {
    border: 0;
    margin: 0 auto;
}

@media(max-width: 600px){
.ems-lp .flex{
   flex-wrap: wrap !important;
}
.ems-lp .flex .inner-flex{
   width: auto !important;
   max-width: none !important;
}
.ems-lp.zia h2 strong {
    white-space: normal;
}
.ems-lp.zia.features .flex {
    margin: 50px auto;
}
}