.zmain-container *,.zmain-container *::after,.zmain-container *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec-img {
    margin-top: 20px
}

.text-center {
    text-align: center
}

.content-wrap {
    padding: 0;
    overflow: unset
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.seo-page-template h1,.seo-page-template h2 {
    font-family: var(--zf-secondary-bold)
}

.bold-txt {
    font-family: var(--zf-secondary-bold)
}

.italic-txt {
    font-style: italic
}

.banner-section {
    background-color: #3058a8;
    color: #fff;
    position: relative
}

.banner-section p a {
    color: #fff;
    border-bottom: 1px solid
}

.banner-section p a.act-btn {
    border: 0;
    margin: 20px 0 0
}

.banner-content-sec {
    max-width: 870px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 2
}

.banner-content-sec p {
    margin: 0
}

.content-body {
    background-color: #f9f9f9
}

.flex-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.left-menu {
    width: 30%;
    position: relative
}

.menu-wrap {
    margin: 100px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0
}

.fixed .menu-list {
    position: fixed;
    top: 100px
}

.menu-list li a {
    color: #b5b5b5;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border-left: 2px solid transparent;
    line-height: 50px;
    padding-left: 20px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px
}

.menu-list li a.active {
    color: #000;
    border-left: 2px solid #f0483e
}

.menu-list li a:hover {
    color: #000
}

.right-content {
    width: 70%;
    max-width: 750px;
    margin: 0 auto
}

.single-content-sec {
    padding-top: 80px
}

.single-content-sec:first-child {
    padding-top: 100px
}

.single-content-sec:last-child {
    padding-bottom: 80px
}

.single-content-sec p:last-of-type {
    margin: 0
}

.contemt-img .img-wrap {
    margin-top: 40px
}

.contemt-img .img-wrap img {
    border-radius: 5px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease
}

.img-wrap {
    margin: 30px 0 0
}

.lets-ani .img-wrap img {
    opacity: 1
}

.list-box-wrap {
    margin-top: 50px
}

.list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-list-box {
    max-width: 350px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    padding: 50px 40px
}

.single-list-box:nth-child(1) {
    background: #ffeceb
}

.single-list-box:nth-child(2) {
    background: #e3f0ff
}

.single-list-box h4 {
    margin-bottom: 10px
}

.single-list-box [class^="ico-"] {
    display: block;
    margin-bottom: 15px;
    width: 50px;
    height: 47px;
    background-image: url("/sites/zweb/images/projects/seo-images/fpm-sprite.png");
    background-size: auto 47px
}

.single-list-box .ico-save {
    background-position: 0 0
}

.single-list-box .ico-custom {
    background-position: -50px 0
}

.single-list-box:last-child p {
    margin-bottom: 0
}

.lets-ani .single-list-box {
    opacity: 1
}

.lets-ani .single-list-box:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.lets-ani .single-list-box:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.lets-ani .single-list-box:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.lets-ani .single-list-box:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.seo-quote {
    font-size: 22px;
    padding-left: 30px;
    border-left: 3px solid #3158a8;
    font-family: var(--primaryfont-semibold)
}

.projects-yt-video {
    width: 750px;
    height: 422px;
    max-width: 100%
}

.sub-content h4 span {
    width: 40px;
    display: inline-block
}

.sub-content p {
    padding-left: 44px
}

.content-list li {
    padding: 0 0 15px 25px;
    position: relative
}

.content-list li span {
    font-family: var(--primaryfont-bold)
}

.pmp-img {
    max-width: 480px;
    width: 100%;
    margin: 0 auto
}

.content-list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3158a8;
    border-radius: 50%;
    left: 0;
    top: 9px
}

.zw-template-inner ul li h4 {
    margin-bottom: 6px;
    position: relative;
    counter-increment: numbers
}

.zw-template-inner ul li h4:before {
    content: counter(numbers);
    width: 34px;
    height: 34px;
    color: #fff;
    background-color: #3058a8;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    padding-top: 2px
}

ul.points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

ul.points li:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #4486a4;
    border-radius: 2px
}

.steps {
    counter-reset: num
}

.steps>li {
    margin-bottom: 10px
}

.steps>li::before {
    counter-increment: num;
    content: " " counter(num) ". ";
    font-weight: bold
}

.steps>li>p {
    margin-left: 10px
}

.substep {
    counter-reset: alphabet;
    margin-left: 17px
}

.substep>li::before {
    counter-increment: alphabet;
    content: " " counter(alphabet,lower-alpha) ". "
}

.substep>li {
    padding: 5px 0
}

ul.bullets li {
    padding: 5px 0 5px 35px;
    position: relative
}

ul.bullets>li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 17px;
    top: 14px;
    background-color: #000;
    border-radius: 50%
}

.sec-ul>li {
    margin-bottom: 20px
}

.features li h4 {
    margin-bottom: 6px;
    position: relative;
    counter-increment: numbers
}

.features li {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.features {
    margin: 20px 0;
    counter-reset: numbers
}

.features li h4:before {
    content: counter(numbers);
    width: 34px;
    height: 34px;
    color: #fff;
    background-color: #4486a4;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    padding-top: 2px
}

.seo-page-template .menu-wrap {
    position: static;
    margin-bottom: 0
}

.seo-aside-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
    margin: 100px 0;
    max-width: 320px;
    border: 1px solid #e0e0e0
}

.seo-aside-nav h4 {
    padding: 15px 35px;
    margin: 0;
    font-size: 21px;
    font-family: var(--zf-secondary-semibold)
}

.seo-aside-nav ul {
    padding: 30px 35px 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--zf-secondary-regular);
    text-transform: uppercase
}

.seo-aside-nav ul li {
    margin: 0 0 30px;
    width: 100%;
    font-size: 12px;
    font-family: var(--zf-secondary-medium);
    letter-spacing: 1px
}

.seo-aside-nav ul li a {
    color: #000
}

.seo-aside-nav ul li.active-aside {
    font-weight: 700
}

.seo-aside-nav ul li.active-aside a,.seo-aside-nav ul li.active-aside a:hover {
    color: #b5b5b5;
    cursor: default
}

.seo-aside-nav ul li a:hover {
    color: #03a9f5
}

.seo-page-template .seo-body-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.seo-page-template .seo-body-wrap .left-menu {
    width: 100%;
    flex: 0 1 25%
}

.seo-page-template .seo-body-wrap .right-content {
    margin: 90px auto 0;
    width: 100%;
    flex: 0 1 65%;
    overflow-x: hidden
}

.seo-body-wrap .single-content-sec:first-child {
    padding-top: 0
}

.zwc-comparison-table {
        padding: 20px 0;
      }

      .zwc-comparison-table .content-wrap {
        max-width: 100%;
        margin: 0 auto;
      }

      .zwc-comparison-table .inner-content {
        /* padding: 0 20px; */
      }

      /* Table List Structure */
      .zwc-comparison-table .table-list {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #222;
      }

      .zwc-comparison-table .table-row {
        display: flex;
        border-bottom: 1px solid #222;
      }

      .zwc-comparison-table .table-row:last-child {
        border-bottom: none;
      }

      /* Table Header Row */
      .zwc-comparison-table .table-header {
        background-color: #fff;
      }

      .zwc-comparison-table .table-header .table-cell {
        font-family: var(--primaryfont-bold);
        font-size: 20px;
        line-height: 1.4;
        color: #222;
      }

      /* Table Cells */
      .zwc-comparison-table .table-cell {
        padding: 20px 24px;
        border-right: 1px solid #222;
        font-family: var(--primaryfont-regular);
        font-size: 18px;
        line-height: 1.5;
        color: #222;
      }

      .zwc-comparison-table .table-cell:last-child {
        border-right: none;
      }
/* Column Widths */
      .zwc-comparison-table .cell-feature {
        flex: 0 0 180px;
        min-width: 180px;
      }

      .zwc-comparison-table .cell-assist {
        flex: 1;
      }

      .zwc-comparison-table .cell-rdp {
        flex: 1;
      }

      /* Feature Name Styling */
      .zwc-comparison-table .feature-name {
        font-family: var(--primaryfont-bold);
        font-size: 18px;
        line-height: 1.4;
        color: #222;
      }
.single-content-sec p.margin-btm {
    margin-bottom: 20px;
}
.zwc-pri-disc {
  margin-top: 20px;
}
.zwc-pri-disc .zcomp-disclaimer {
  font-size:12px;
  font-style:italic;
  text-align:center
}
.faq-content li {
    list-style: disc;
    margin-block:10px;margin-left: 20px
}

.faq-content li:last-child {
    margin-bottom: 20px
}

.zfaqWrapper .zfaq-wrap {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2
}

.zfaqWrapper button {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 20px 35px 20px 25px;
    font-family: var(--zf-secondary-semibold);
    border: 0;
    position: relative;
    background: transparent;
    text-align: left;
    color: #000
}

.zfaqWrapper .zfaq-wrap .faq-content {
    display: none;
    padding: 0 20px
}

.zfaqWrapper {
    counter-reset: faq-item;
    max-width: 800px;
    margin-inline:auto;text-align: left
}

.zfaqWrapper button::before {
    position: absolute;
    left: 0;
    top: 20px;
    counter-increment: faq-item;
    content: counter(faq-item) ". "
}

.zfaqWrapper button::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    border: 2px solid;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    transition: all .5s ease-in-out;
    top: 22px;
    right: 10px
}

.zfaq-wrap.active button::after {
    transform: rotate(135deg)
}

.zfaq-wrap p {
    font-size: 18px
}
.single-content-sec .zfaq-wrap p:last-of-type {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .banner-content-sec p {
        max-width:80%;
        margin-inline:auto}
}

@media only screen and (max-width: 1199px) {
    .banner-content-sec {
        max-width:620px
    }

    .seo-aside-nav {
        top: 40px
    }
    .zwc-comparison-table .cell-feature {
          flex: 0 0 160px;
          min-width: 160px;
        }

        .zwc-comparison-table .table-cell {
          padding: 18px 20px;
          font-size: 16px;
        }

        .zwc-comparison-table .table-header .table-cell {
          font-size: 18px;
        }

        .zwc-comparison-table .feature-name {
          font-size: 16px;
        }
}

@media(max-width: 991px) {
    .left-menu {
        display:none
    }

    .right-content {
        width: 100%
    }

    .single-content-sec,.single-content-sec:first-child {
        padding-top: 80px
    }

    .single-content-sec:last-child {
        padding-bottom: 80px
    }

    .pmp-img {
        max-width: 480px;
        width: 100%;
        margin: 0 auto
    }

    .zmain-container p,.zmain-container ul li {
        font-size: 16px
    }

    .seo-page-template .seo-body-wrap .right-content {
        max-width: 550px;
        flex: 0 1 100%
    }
    .zwc-comparison-table {
          padding: 40px 0;
        }

        .zwc-comparison-table .cell-feature {
          flex: 0 0 140px;
          min-width: 140px;
        }

        .zwc-comparison-table .table-cell {
          padding: 16px 16px;
          font-size: 15px;
        }

        .zwc-comparison-table .table-header .table-cell {
          font-size: 16px;
        }

        .zwc-comparison-table .feature-name {
          font-size: 15px;
        }
}

@media(max-width: 767px) {
    .single-content-sec,.single-content-sec:first-child {
        padding-top:60px
    }

    .single-content-sec:last-child {
        padding-bottom: 60px
    }

    .banner-content-sec {
        padding: 60px 0
    }

    .projects-yt-video {
        height: 320px
    }
    .zwc-comparison-table {
          padding: 30px 0;
        }

        .zwc-comparison-table .inner-content {
          padding: 0 15px;
        }

        .zwc-comparison-table .table-list {
          border: none;
        }

        .zwc-comparison-table .table-row {
          flex-direction: column;
          border: 1px solid #222;
          margin-bottom: 20px;
        }

        .zwc-comparison-table .table-row:last-child {
          margin-bottom: 0;
          border-bottom: 1px solid #222;
        }

        .zwc-comparison-table .table-header {
          display: none;
        }

        .zwc-comparison-table .table-cell {
          border-right: none;
          border-bottom: 1px solid #ddd;
          padding: 14px 16px;
          font-size: 14px;
        }

        .zwc-comparison-table .table-cell:last-child {
          border-bottom: none;
        }

        .zwc-comparison-table .cell-feature {
          flex: none;
          min-width: auto;
          background-color: #f5f5f5;
          border-bottom: 1px solid #222;
        }

        .zwc-comparison-table .feature-name {
          font-size: 15px;
        }

        .zwc-comparison-table .cell-assist,
        .zwc-comparison-table .cell-rdp {
          position: relative;
          padding-left: 16px;
        }

        .zwc-comparison-table .cell-assist::before,
        .zwc-comparison-table .cell-rdp::before {
          display: block;
          font-family: var(--primaryfont-semibold);
          font-size: 13px;
          color: #666;
          margin-bottom: 6px;
        }

        .zwc-comparison-table .cell-assist::before {
          content: "Zoho Assist:";
        }

        .zwc-comparison-table .cell-rdp::before {
          content: "Windows RDP:";
        }
 .faq-section h2 {
        margin: 0 0 30px 0
    }

    .faq-section .zwc-title {
        padding: 0
    }
}
