.perfect,
.software_help,
.require {
    margin-left: 0;
}

.find-out {
    margin-left: 17px;
    background: #044da1 !important;
}

.find-out:hover {
    border: 1px solid #e16a35 !important;
    background: #e16a35 !important;
}

.banner {
    position: relative;
}

.banner-contents {
    width: 48%;
    line-height: 1.2 !important;
    position: absolute;
    top: 26%;
    color: #284ca1;
    font-size: 41px !important;
}

.banner_logo {
    width: 100px;
    height: auto;
    display: none;
}

.banner-contents h1 {
    width: 64%;
    line-height: 1.1 !important;
    margin-bottom: 23px;
    color: #284ca1;
    font-size: 41px !important;
}

.banner-contents p {
    width: 62%;
    font-size: 24px;
    line-height: 1.4;
}

.blue-para {
    padding: 50px 0;
    margin-bottom: 90px;
    background: #3e98cc;
}

.blue-para p {
    width: 59%;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.download_home {
    width: 36%;
    margin: 15px auto 0;
    border-radius: 30px;
    font-size: 18px;
    padding: 0.7rem 0;
    background: #e16a35;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.summary_home {
    width: 40%;
    margin: 0;
    padding: 0.5em 0;
}

.perfect_title {
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 1px;
}

.perfect {
    display: flex;
    justify-content: space-between;
}

.perfect li {
    flex-basis: 29%;
    list-style: none
}

.perfect p {
    width: 91%;
    margin-top: 20px;
}

.software-main {
    padding: 60px 0;
    margin-bottom: 60px;
    background: #3e98cc;
    color: #fff;
    text-align: center;
}

.software_title {
    width: 52%;
    margin: 0 auto 14px;
    line-height: 1.3;
    color: #fff;
    font-size: 40px;
}

.software_sub_title {
    width: 82%;
    margin: 15px auto;
    color: #fff;
    font-size: 23px;
}

.software_para {
    width: 80%;
    margin: 0 auto;
}

.software_help {
    display: flex;
    flex-wrap: wrap;
}

.software_help li {
    margin-top: 20px;
    flex-basis: 31%;
    flex-wrap: wrap;
    list-style: none;
}

.video video {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.video_title {
    font-size: 25px text-align: center;
}

.header3-main {
    padding: 60px 0;
    margin-bottom: 60px;
    background: #3e98cc;
    color: #fff;
    text-align: center;
}

.header3_title {
    width: 70%;
    margin: 0 auto 14px;
    line-height: 1.3;
    color: #fff;
    font-size: 40px;
}

.header3_sub_title {
    width: 82%;
    margin: 15px 0;
    color: #fff;
    text-align: left;
    font-size: 23px;
}

.header3_para {
    width: 90%;
    text-align: left;
}

.header3_help {
    display: flex;
    flex-wrap: wrap;
}

.header3_help li {
    margin-top: 20px;
    flex-basis: 49%;
    flex-wrap: wrap;
    list-style: none;
}

.requirements-main {
    padding: 60px 0;
    margin-bottom: 40px;
    color: #fff;
    background: #3e98cc;
    text-align: center;
}

.require_sub_title,
.require_title {
    color: #fff;
}

.require_sub_title {
    margin: 15px 0;
}

.require {
    width: 57%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.require_list {
    margin-top: 30px;
    flex-basis: 44%;
    flex-wrap: wrap;
    list-style: none;
}

.require_para {
    width: 100%;
    font-size: 19px;
    line-height: 1.7;
}

.faq {
    width: 59%;
    margin: 0 auto 50px;
}

.faq_title {
    color: #3e98cc;
    text-align: center;
}

.faq_list {
    position: relative;
    border-bottom: 2px solid #b4b6b7;
    list-style: none;
}

.faq_list p {
    width: 84%;
    margin: 0 auto 5px;
}

.faq_sub_title {
    width: 84%;
    padding-top: 10px;
    margin: 0 20px 20px;
    color: #333333;
    font-size: 20px;
    cursor: pointer;
}

.faq_sub_title::after {
    position: absolute;
    right: 20px;
    content: url("src/assets/images/plus.svg");
    float: right;
}

.minus::after {
    content: url("src/assets/images/minus.svg");
    float: right;
}

/*.active{
	display: block !important;
}*/
.faq_para {
    padding-bottom: 35px;
    color: #666666;
    display: none;
}

.review {
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

.review_title {
    margin-bottom: 23px;
    color: #3e98cc;
}

.review-content {
    width: 59%;
    margin: 0 auto;
}

.review-content p {
    margin-bottom: 40px;
    text-align: left;
}

.off-canvas-content button {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.6s ease;
}

h2[c-chat_headerScanSnap_chat_headerScanSnap] {
    padding-bottom: 0 !important;

    // to prevent conflict with widget
    .off-canvas-content button::after {
        content: '\f107';
        padding-left: 10px;
        font-size: 25px;
        font-family: fontAwesome;
        font-weight: initial;
        vertical-align: middle;
    }

    .angle::after {
        content: '\f106';
        padding-left: 10px;
        font-size: 25px;
        font-family: fontAwesome;
        font-weight: initial;
    }

    .heightControl {
        height: 365px;
        overflow: hidden;
    }

    .review_read_more {
        padding-top: 30px;
        color: #000;
    }

    .video-wrap figure {
        position: relative;
    }

    .video-wrap {
        width: 47%;
    }

    .video-wrap2 {
        width: 47%;
    }

    .video-wrap2 figure {
        position: relative;
    }

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        vertical-align: top;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .play2 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        vertical-align: top;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .video-wrap figure {
        margin-bottom: 50px;
    }

    .video-wrap figure img {
        width: 100%;
    }

    .video-wrap video {
        display: none;
    }

    .video-wrap .display {
        display: block;
    }

    .video-wrap .none {
        display: none;
    }

    .video-wrap2 figure {
        margin-bottom: 50px;
    }

    .video-wrap2 figure img {
        width: 100%;
    }

    .video-wrap2 video {
        display: none;
    }

    .video-wrap2 .display {
        display: block;
    }

    .video-wrap2 .none {
        display: none;
    }

    .main-videos {
        display: flex;
        justify-content: space-between;
    }

    .main-videos video {
        height: auto;
    }

    .review_para p a {
        color: #000;
        text-decoration: underline;
    }

    .faq table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 0;
    }

    .faq td,
    th {
        text-align: center;
        padding: 8px;
    }

    @media screen and (max-width: 39.9375em) {

        .faq td,
        th {
            border: 1px solid #000;
        }
    }

    .faq td {
        font-size: 16px;
        color: #000;
    }

    .faq tr:nth-child(even) {
        background-color: #dddddd;
    }

    .author_name {
        font-weight: 600;
    }

    .tab {
        width: 100%;
        margin: 50px 0 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tab li {
        flex-basis: 23%;
    }

    .tab li a {
        font-size: 16px;
        text-decoration: underline;
    }

    .content-text h3 {
        font-size: 20px;
    }

    article.content-text {
        font-size: 17px !important;
    }

    .angle {
        text-align: center;
        width: 100%;
    }

    #_evh-link {
        z-index: 99999;
    }

    @media screen and (max-width: 39.9375em) {
        .banner-contents {
            width: 100%;
            right: 17%;
        }

        .banner-contents h1 {
            width: 63% !important;
            margin: 0 auto 15px;
            font-size: 20px !important;
        }

        .banner-contents p {
            width: 62% !important;
            margin: 0 auto;
            font-size: 13px !important;
        }

        .perfect p {
            width: 93;
            margin: 20px auto;
        }

        .main-videos video {
            height: 204px;
        }

    }

    .page-support .support-bg h1 {
        width: 100%;
    }


    @media screen and (max-width: 63.9375em) {
        .banner-content h1 {
            width: 90%;
        }

        .banner-content p {
            width: 90%;
        }

        .blue-para p {
            width: 100%;
            font-size: 19px;
        }

        .perfect,
        .require,
        .software_help,
        .header3_help {
            flex-direction: column;
        }

        .perfect {
            text-align: center;
        }

        .perfect p {
            margin: 20px;
        }

        .software_title {
            width: 100%;
            font-size: 30px;
        }

        .header3_title {
            width: 100%;
            font-size: 24px;
        }

        .faq {
            width: 90%;
        }

        .review-content {
            width: 90%;
        }

        .video-wrap {
            width: 100%;
        }

        .video-wrap2 {
            width: 100%;
        }

        .play,
        .play2 {
            width: 60px;
            height: auto;
        }
    }

    @media screen and (max-width: 995px) {
        .banner-contents {
            width: 80%;
            padding: 40px 0;
            position: relative;
            margin: 0 auto;
        }

        .banner-contents h1 {
            width: 100%;
            margin: 0 auto 15px;
            font-size: 26px !important;
        }

        .banner-contents p {
            width: 72%;
        }

        .tab {
            display: unset;
        }
    }

    @media screen and (max-width: 768px) {

        .main-videos {
            flex-direction: column;
            justify-items: center;
            margin: 0 auto;
            align-items: center;
            width: 100%;
        }

        .header3_title {
            width: 100%;
        }

        .download_home {
            width: 100%;
            font-size: 16px;
            text-align: center;
        }

        .faq td {
            font-size: 10px;
        }

        .faq_para p {
            font-size: 14px
        }

        .faq_para p a {
            word-break: break-all;
        }

        .faq_list {
            font-size: 14px;
        }

        .summary_home {
            width: 80%;
        }

    }

    @media screen and (max-width: 550px) {
        .banner-contents {
            width: 100%;
            left: 0%;
        }

        .faq_list p {
            width: 77%;
        }

        .faq_sub_title {
            width: 77%;
        }

        .faq_sub_title::after {
            right: 10px;
        }

        .faq #second_table {
            display: block;
            overflow-x: auto;
        }
    }

    .image-section strong {
        font-weight: 700;
        position: relative;
    }

    .image-section strong:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #000;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        position: absolute;
        left: -12px;
        top: 8px;
    }

    .image-section h2 {
        padding-bottom: 20px;
        text-align: center;
    }

    .image-section {
        margin: 50px 10px;
    }

    .page-template-scansnap-inspiration .banner-contents p {
        width: 80%;
    }

    .image-section figure {
        margin: 50px auto;
        text-align: center;
    }

    .blue-section {
        padding: 0 30px 0;
        padding-bottom: 70px;
    }

    .blue-section h2 {
        text-align: center;
    }

    .article-section ul {
        margin: 30px 0 100px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .article-section h2 {
        text-align: center;
    }

    .article-des {
        padding: 15px;
    }

    .article-section li {
        box-shadow: 0px 0px 5px #ddd;
        list-style-type: none;
        flex-basis: 30%;
        text-align: center;
    }

    .article-section h4 {
        padding-top: 20px;
    }

    @media screen and (max-width: 995px) {
        .article-section li {
            margin-bottom: 40px;
            flex-basis: 46%;
        }
    }

    @media screen and (max-width: 767px) {
        .article-section ul {
            justify-content: center;
        }

        .article-section li {
            flex-basis: 75%;
        }
    }

    @media screen and (min-width: 1440px) {
        .ss-top-navigation-desktop .ins-child a {
            height: 70px;
        }
    }

    .ss-top-navigation-desktop .ins-child a {
        height: 35px;
    }

    .ss-top-navigation-desktop .submenu .ins-child .cm-image {
        float: none;
        display: none;
    }

    .ss-top-navigation-desktop .submenu .ins-child .cm-title {
        float: none;
    }

    .ss-top-navigation-desktop .submenu .ins-child a:before {
        float: none;
    }

    .ins-child .wp-post-image {
        display: none;
    }

    .ss-top-navigation-desktop .submenu .ins-child .cm-title {
        width: auto;
    }

    @media screen and (max-width: 995px) {

        .ss-top-navigation-desktop .ins-child a {
            height: 20px;
        }
    }

    .overview-amazon {
        display: inline-block;
        padding: 0 10px;
    }

    .page-template-getting-the-most .banner-image,
    .page-template-scansnap-inspiration .banner-image {
        padding-top: 89px;
    }

    @media screen and (min-width: 995px) {
        /*  .page-template-scansnap-inspiration .banner-contents {
      top: 50%;
       -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
  }*/

        .second-banner {
            padding-top: 50px;
        }

    }


    .page-template-scansnap-inspiration .description {
        text-align: center;
    }

    .page-template-scansnap-inspiration .description iframe {
        width: 80%;
        height: 500px;
        margin: 0 auto;
        padding-top: 50px;
    }

    @media screen and (max-width: 995px) {
        .page-template-scansnap-inspiration .description iframe {
            width: 80%;
            height: 350px;
        }
    }

    @media screen and (max-width: 540px) {
        .page-template-scansnap-inspiration .description iframe {
            width: auto;
            height: auto;
        }
    }

    .page-template-scansnap-inspiration .video-thumb {
        width: 80%;
        margin: 50px auto 0;
    }

    figure {
        position: relative;
    }

    figure .play-icon {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }


    .coming-soon figure {
        position: relative;
    }

    .coming-soon figure:after {
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background: rgba(0, 0, 0, .7);
    }

    .coming-soon figure:before {
        content: 'COMING SOON NEXT WEEK';
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
        font-size: 18px;
        word-spacing: 3px;
    }

    .coming-soon {
        position: relative;
    }

    .coming-soon:before {
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        position: absolute;
    }

    .coming-soon h4 a {
        color: #000;
    }

    /*Getting the most page*/
    .page-template-getting-the-most .banner_para p,
    .post-template-getting-the-most .banner_para p {
        width: 55%;
        margin: 20px auto;
    }

    .page-template-getting-the-most .banner_para .banner-video,
    .post-template-getting-the-most .banner_para .banner-video {
        width: 75%;
        height: 500px;
        margin: 50px auto 90px;
    }

    .page-template-getting-the-most .banner_para iframe,
    .post-template-getting-the-most .banner_para iframe {
        width: 100%;
        height: 100%;
    }

    .page-template-getting-the-most .benefit-section h1,
    .post-template-getting-the-most .benefit-section h1 {
        text-align: center;
        margin: 1em auto;
        line-height: 1.1;
    }

    .post-template-getting-the-most .benefit-section h2,
    .post-template-getting-the-most .benefit-section p,
    .post-template-getting-the-most .benefit-section ul,
    .page-template-getting-the-most .benefit-section h2,
    .page-template-getting-the-most .benefit-section p,
    .page-template-getting-the-most .benefit-section ul {
        width: 55%;
        margin: 0 auto;
    }

    .page-template-getting-the-most .benefit-section table {
        width: 90%;
        margin: 0 auto;
    }

    .page-template-getting-the-most .benefit-section table td {
        vertical-align: top;
    }

    .page-template-getting-the-most .benefit-section table td:first-child,
    .page-template-getting-the-most .benefit-section table th:first-child {
        border-right: 1px solid #ccc;
    }

    .page-template-getting-the-most .benefit-section p,
    .post-template-getting-the-most .benefit-section p {
        padding-bottom: 1em;
    }

    .page-template-getting-the-most .benefit-section .number-list,
    .post-template-getting-the-most .benefit-section .number-list {
        padding: 30px 0;
    }

    .page-template-getting-the-most .article-section,
    .post-template-getting-the-most .article-section {
        padding-top: 50px;
    }

    .page-template-getting-the-most .benefit-section {
        padding: 65px 0 40px;
    }

    .page-template-getting-the-most .benefit-section strong {
        font-weight: 700;
    }

    .page-template-getting-the-most .benefit-section ul {
        padding: 30px 0 30px 16px;
    }

    .page-template-getting-the-most .number-list {
        list-style-type: none;
    }

    .page-template-getting-the-most .benefit-section a {
        text-decoration: underline;
    }

    .page-template-getting-the-most .number-list li {
        padding-bottom: 30px;
    }


    .post-template-getting-the-most .benefit-section {
        padding: 65px 0 40px;
    }

    .post-template-getting-the-most .benefit-section strong {
        font-weight: 700;
    }

    .post-template-getting-the-most .benefit-section ul {
        padding: 30px 0 30px 16px;
    }

    .post-template-getting-the-most .number-list {
        list-style-type: none;
    }

    .post-template-getting-the-most .benefit-section a {
        text-decoration: underline;
    }

    .post-template-getting-the-most .number-list li {
        padding-bottom: 30px;
    }

    @media screen and (max-width: 995px) {

        .post-template-getting-the-most .benefit-section h2,
        .page-template-getting-the-most .benefit-section table,
        .post-template-getting-the-most .benefit-section p,
        .post-template-getting-the-most .benefit-section ul,
        .page-template-getting-the-most .benefit-section h2,
        .page-template-getting-the-most .benefit-section p,
        .page-template-getting-the-most .benefit-section ul {
            width: 80%;
        }



        .page-template-getting-the-most .banner_para p {
            width: 80%;
        }

        .page-template-getting-the-most .banner_para .banner-video {
            width: 80%;
            height: 350px;
        }

        .page-template-getting-the-most iframe {
            width: 80%;
            height: 350px;
        }
    }

    @media screen and (max-width: 540px) {
        .page-template-getting-the-most .banner_para iframe {
            width: 100%;
            height: auto;
        }

        .page-template-getting-the-most .banner_para .banner-video {
            width: 80%;
            padding: 40px 0 60px;
            margin: 0 auto;
            height: auto;
        }
    }


    .repeater {
        width: 75%;
        padding: 60px 0 40px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .repeater li {
        position: relative;
        margin-bottom: 70px;
        list-style-type: none;
        flex-basis: 48%
    }

    .repeater .repeater-btn {
        width: auto;
        display: inline-block;
        padding: 8px 20px;
        margin: 15px auto 0 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .benefit-section .banner-video {
        width: 75%;
        height: 500px;
        margin: 0 auto 80px;
    }

    .benefit-section .banner-video iframe {
        width: 100%;
        height: 100%;
    }

    .page-template-getting-the-most .benefit-section .link-list {
        padding-left: 0;
        padding-bottom: 50px;
        list-style-type: none;
    }

    .repeater-text {
        width: 75%;
        margin: 0 auto 70px;
    }

    .repeater li .repeater-p {
        padding-bottom: 50px;
    }

    .page-template-getting-the-most .second-banner {
        padding-top: 0;
    }

    @media screen and (max-width: 995px) {
        .benefit-section .banner-video {
            width: 80%;
            height: 350px;
        }
    }

    @media screen and (max-width: 768px) {
        .repeater li {
            flex-basis: 100%;
        }

        .page-template-getting-the-most .benefit-section .link-list li {
            padding-bottom: 15px;
        }
    }

    @media screen and (max-width: 540px) {
        .benefit-section .banner-video iframe {
            width: 100%;
            height: auto;
        }

        .page-template-getting-the-most .benefit-section {
            padding-bottom: 10px;
        }

        .repeater {
            padding-bottom: 0;
        }

        .benefit-section .banner-video {
            width: 80%;
            height: auto;
        }
    }