.eula-banner {
    background: url(../jpg/eula_banner.jpg) center 0 no-repeat;
    color: #FFF;
}
.innerpage-banner {
    background-repeat: no-repeat;
    min-height: 359px;
    border-bottom: 1px solid #e1e4e6;
    background-position: top center;
    padding-top: 100px;
}
.slider-heading-3 {
    font-size: 3rem;
    font-weight: bold;
}
.slider-subheading-02 {
    max-width: 40%;
}
.install-instructions-col ol li p {
  margin-top: 5px;
  margin-bottom: 0;
}
.terms-outer {
    -webkit-box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    box-shadow: 0 0 10px 0 rgba(115,138,154,0.2);
    padding: 40px 115px 100px 115px;
}
.content-paragraph {
    color: #4b484d;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 400;
}
.content-heading {
    font-size: 24px;
    font-weight: 600;
    color: #4b484d;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  ol.eula-list .content-heading {
    font-size: 20px;
    margin-top: 15px;
  }
.table-view table {
    border-collapse: collapse;
    width: 650px;
}
.table-view tr td:first-child {
    width: 55%;
}
.table-view td, th {
    border: 1px solid #c1c3cd;
    text-align: left;
    padding: 10px;
}
.table-view table h3 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
}
.table-view td, th {
    border: 1px solid #c1c3cd;
    text-align: left;
    padding: 10px;
}
.table-view table p {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.content-paragraph a {
    color: #0078d7;
  }

  .after-uninstall-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .instructions-pro-heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
  }
  .install-instructions-col {
    width: 100%;
    float: left;
    background: url(../png/line.png) left bottom no-repeat;
      background-size: auto;
    background-size: 100% auto;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .install-instructions-col:last-child {
    background: none;
  }
  .instructions-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
  }
  .install-instructions-col p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
  }
  .install-instructions-col ol {
    display: block;
    margin: 0;
      margin-bottom: 0px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .install-instructions-col ol li {
    list-style: inherit;
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
  }

@media screen and (max-width:991px) {
    .innerpage-banner {
        background-position: 0 0;
        padding-top: 60px;
        padding-bottom: 40px;
        min-height: 0;
        background-size: auto auto;
    }
    .slider-subheading-02 {
        max-width: 100%;
    }
    .terms-outer {
        padding: 30px 20px 40px 20px;
    }
}
@media screen and (max-width:767px) {
    .innerpage-banner {
        padding: 70px 0 30px;
          padding-top: 70px;
          padding-bottom: 30px;
        min-height: 0;
    }
    .eula-banner .slider-heading-3 {
        font-size: 2rem;
        padding-right: 65px;
    }
}
@media screen and (max-width:760px) {
    .table-view table, .table-view thead, .table-view tbody, .table-view th, .table-view td, .table-view tr {
        display: block;
    }
    .table-view table {
        border-collapse: collapse;
        width: 100%;
    }
    .table-view thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-view tr {
        border: 1px solid #d7d8df;
    }
    .table-view tr td:first-child {
        width: inherit;
    }
}