/* banner content */
.banner_content_div {
    margin-top: 65px;
}

@media screen and (max-width: 767px) {
    .smart-system-popularity_last_para p {
        border-bottom: 1px solid #8a8a8a;
    }
}

.banner_content_div .title {
    font-size: 38px;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: flex;
}

.smart-system-repair-top {
    background-color: #161417;
    color: #fff;
    margin-top: -2px;
}

.smart-system-repair-top .sub-title {
    font-size: 24px;
    line-height: 1.8;
}


.smart-system-repair-top .benefits {
    font-size: 18px;
    color: #aeadb2;
    margin-bottom: 50px;
}

.smart-system-repair-top .benefits li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
}

.smart-system-repair-top .benefits li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #737373;
    left: 0;
    top: 50%;
    border-radius: 25px;
    transform: translateY(-50%);
}

.smart-system-popularity {
    width: 80%;
    margin: 50px auto 0 auto;
}

.smart-system-popularity p {
    border-top: 1px solid #3a3a3a;
    padding: 15px 0;
    color: rgb(138, 138, 138);
    ;
    margin: 0 40px;
}

.features-center-overview {
    padding: 0 15px;
}

.features-center-overview img {
    width: 90px;
    margin-bottom: 15px;
}

.features-center-overview h5 {
    font-weight: 700;
}

.features-center-overview p {
    font-size: 18px;
}

.feature-right-overview {
    position: relative;
    padding-left: 70px;
    margin-bottom: 35px;
}

.feature-right-overview img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.feature-right-overview h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-right-overview p {
    font-size: 18px;
}




/* -----duplicate_files_sweeper_top_headings------- */
.duplicate_files_sweeper_top_headings h2 {
    font-weight: 500;
}

.duplicate_files_sweeper_top_headings p {
    font-weight: 500;
}

.duplicate_files_sweeper_top_headings .btn-single-page {
    margin: 15px 15px 15px 0;
}

.duplicate_files_sweeper_banner_img {
    margin-top: 115px;
}



@media screen and (max-width: 1024px) {
    .duplicate_files_sweeper_banner_img img {
        max-width: 530px;
    }
}

@media screen and (max-width: 768px) {
    .duplicate_files_sweeper_banner_img img {
        max-width: 100%;
    }
}

/* ----home page bottom line------- */
.hero_sec_bottom_line {
    margin-bottom: 50px;
    padding: 30px 0;
    background-color: #1c1f2c;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero_sec_bottom_line p {
    color: rgb(211, 211, 211);
    font-size: 16px;
    font-weight: 500;
}

/* feature section */
.duplicate_files_sweeper_second_sec h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c519a;
    max-width: 60%;
    margin: 0px auto 30px auto;
    text-align: center;
    padding: 0 30px;
}

.duplicate_files_sweeper_second_sec h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
    max-width: 60%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.duplicate_files_sweeper_second_sec p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    max-width: 70%;
    margin: 0 auto 20px auto;
    text-align: center;
}

/* feature section */

.feature-box {
    text-align: center;
    margin-bottom: 45px;
    padding: 0 20px;
}

.feature-box .feature-icon {
    width: 125px;
    height: 125px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 0 4px 24px 0 rgb(88 161 216 / 10%),
        0 12px 64px 0 rgb(43 102 179 / 10%);
    padding: 30px;
    margin: 0 auto 25px auto;
    z-index: 3;
}

.feature-box .feature-icon svg {
    width: 100%;
    height: 100%;
    fill: #2c509a;
}

.feature-box .feature-icon:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e98d4;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.feature-box:hover .feature-icon:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e98d4;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.feature-box:hover {
    cursor: pointer;
}

.feature-box:hover .feature-icon svg {
    fill: #fff;
}

.feature-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.feature-box p {
    font-size: 16px;
    color: #6d7c90;
    margin-bottom: 5rem;
}

.section-feature {
    padding: 0;
}

.main-feature {
    border-radius: 9px;
    background-color: #fff;
    padding: 32px;
    position: relative;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 24px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%),
        0 12px 90px 0 rgb(103 151 255 / 11%);
    box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%),
        0 12px 90px 0 rgb(103 151 255 / 11%);
}

.main-feature svg.svg-shape {
    width: 100%;
    bottom: -20%;
    left: -10%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    z-index: -1;
}


/* respnisive features section */
@media screen and (max-width: 1024px) {
    .duplicate_files_sweeper_second_sec h2 {
        max-width: 88%;
    }
    .duplicate_files_sweeper_second_sec h3,
    .duplicate_files_sweeper_second_sec p{
        max-width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .duplicate_files_sweeper_second_sec h2 {
        max-width: 100%;
    }

    .duplicate_files_sweeper_second_sec h3 {
        max-width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .duplicate_files_sweeper_second_sec h2 {
        font-size: 28px;
    }

    .duplicate_files_sweeper_second_sec h3 {
        max-width: 100%;
        font-size: 20px;
    }

    .duplicate_files_sweeper_second_sec p {
        max-width: 100%;
    }
}

/* ----<!-- /* -----how it works    -------- */
.how_it_works{
    font-size: 36px;
    font-weight: 700;
    color: #333;
}
.download_side_steps {
    text-align: left;
    padding-left: 50px;
}

.call_rec_dwn_step_outer_div {
    display: flex;
    margin-bottom: 20px;
}

.After_capture_tools_title {
    padding: 0px 20px 20px 30px;
    text-align: left;
}

.After_capture_tools_title h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.After_capture_tools_title p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.download_step_one {
    display: none;
}

.dot_div {
    display: flex;
}

.dot {
    cursor: pointer;
    height: 55px;
    width: 55px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #d8eaf7;
    background: #d8eaf7;
    transition: background-color 0.6s ease;
    position: relative;
    line-height: 55px;
}

.dot i {
    font-size: 22px;
    color: #2c509a;
}

.download_step_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.activestep {
    background-color: #88afca;
    border: 1px solid #88afca;
}

.dot:hover,
.dot:hover {
    background-color: #88afca;
    border: 1px solid #88afca;
}

.dot:hover .download_step_icon {
    color: #ffffff;
}

.activestep i {
    color: #fff;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.get-started-btn {
    text-align: left;
}

.get-started-btn a {
    background: #2196f3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 85px;
}

.get-started-btn a:hover {
    background: #406788;
}



@media screen and (max-width: 768px) {
    .download_side_steps {
        margin-top: 20px;
    }
}

.download_step_upper_windows_img {
    max-width: 120%;
    margin-top: 0;
}

/* ---------easy_to_use_img */
.easy_to_use {
    max-width: 800px;
    margin: 0 auto;
}

.easy_to_use_img {
    margin-top: 20px;
}

.duplicate_files_work_para {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.easy_to_use_heading{
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

/* common css--------- font size */

@media screen and (max-width: 425px) {
    .duplicate_files_sweeper_headings {
        font-size: 36px;
    }

    .duplicate_files_sweeper_sub_headings {
        font-size: 20px !important;
    }

    .duplicate_files_sweeper_small_heading {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
    .duplicate_files_sweeper_headings {
        font-size: 26px;
    }

    .duplicate_files_sweeper_sub_headings {
        font-size: 20px !important;
    }

    .smart-system-repair-top .sub-title {
        font-size: 16px;
    }

    .smart-system-repair-top .benefits li {
        font-size: 16px;
    }
}

/* ----exif studio header button hover effects------- */
.btn-single-page:hover {
    background-color: #406788;
}

.wise-bg-secondary {
    background-color: #f4f4f4;
}


/* bottom bg image part  */
.section-product-download {
    padding: 35px 0 70px 0;
}

.product-main-features p {
    font-size: 16px !important;
}

.product_logo {
    width: 100px;
    margin-bottom: 20px;
}

.btn-single-page {
    margin: 15px 10px 0 0px;
}

.app_store_btn {
    width: 256px;
}

/* ---Download section bg image-- */
.section-product-download {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../images/download-section-background-images.png) no-repeat center !important;
    background-size: cover;
}


/* -*-----buy Now page-----*- */
.clear-header-space {
    margin-top: 50px;
}

.price-heading {
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

.price-heading h2 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.price-heading p {
    color: #000;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
}

.pricing-table {
    padding: 50px 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 25%);
}

.pricing-table .price-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #2b66b2;
}

.pricing-table .price-value {
    font-size: 55px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
    color: #242424;
}

.pricing-table .price-value sup {
    font-size: 24px;
    margin-right: 3px;
    top: -24px;
}

.pricing-table .price-value span {
    display: block;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
}

.pricing-table .price-plan ul {
    list-style: none;
    margin-bottom: 30px;
}

.pricing-table .price-plan ul li {
    font-size: 17px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(109, 124, 144, 0.22);
}

.duplicate_files_sweeper_purchase_buttons {
    width: 200px;
    padding: 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2196f3;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 10px 10px 14px 1px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-footer a:hover {
    background-color: #1572be;
    color: #fff;
    cursor: pointer;
}

.pricing-table.popular {
    position: relative;
    background-color: #1d233b;
    padding-top: 70px;
}

.pricing-table.popular .mostpopular {
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
    background-color: #2196f3;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pricing-table.popular .price-title {
    color: #fff;
}

.pricing-table.popular .price-value {
    color: #fff;
}

.pricing-table.popular .price-plan ul li {
    color: #ddd;
}



.pricinh_table_bottom_para_row {
    margin: 100px 0 0 0;
}

.pricinh_table_bottom_para_row p {
    font-size: 16px;
    color: #242424;
    line-height: 28px;
}


@media screen and (max-width: 991px) {
    .pricing-table {
        margin-bottom: 50px;
    }

    .pricinh_table_bottom_para_row {
        margin-top: 0;
    }
}



.faq_heading_row {
    margin-bottom: 50px;
}

.faq_heading_row h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.faq_heading_row p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
    color: #242424;
    text-align: center;
}



.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card {
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: whitesmoke;
    background-clip: border-box;
    border-radius: .25rem;
}


.accordion>.card .card-header {
    margin-bottom: -2px;
}

.accordion-faq .card-header {
    padding: 0;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


.accordion-faq .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    border: transparent;
    outline: none;
    padding: 12px 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.card .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
}


.accordion-faq .card-header button .icon.plus,
.icon.minus {
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.accordion-faq .card-header button .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}



.Faq_div {
    margin-top: 30px;
    margin-bottom: 80px;
    background-color: #f4f4f4;
    border-radius: 9px;
    padding: 100px 200px;
}

.accordion-faq {
    border: none !important;
}

.accordion>.card {
    border-radius: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-left: none;
    border-right: none;
}

.accordion>.card .card-header {
    padding: 10px;
    background-color: #f4f4f4;
}


.accordion-faq .card-header button:focus {
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.card-body {
    background-color: #f4f4f4;
    padding: 0 70px 0 14px;
}


.accordion-faq .card-header button .icon.plus,
.icon.minus>i:before {
    content: "\f106";
}

/* bottom background image section buttons */
.section-product-download .tag-line {
    /* font-size: 32px; */
}

.easy_to_use_img {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.easy_to_use_img img {
    margin-top: 50px;
}



@media screen and (max-width: 1440px) {
    .Faq_div{
        padding: 50px 100px;
    }
}



@media screen and (max-width: 1024px) {
    .smart-system-popularity p{
        margin: 0 10px;
    }
    .duplicate_files_sweeper_banner_img {
        margin-top: 0px;
        display: flex;
        align-items: center;
    }
    .download_bg_img{
        margin-bottom: 60px;
        display: flex;
        align-items: center;
    }
    .Faq_div{
        padding: 50px;
    }
}

@media screen and (max-width: 991px) {
    .duplicate_files_sweeper_banner_img img {
        max-width: 100%;
    }
    .duplicate_files_sweeper_banner_img{
        margin-top: 50px;
    }
    .smart-system-popularity{
        width: 100%;
    }
    .download_step_upper_windows_img{
        max-width: 100%;
    }
    .download_bg_img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.after_install_banner_bg_col {
    padding: 50px 50px;
    background-color: #1d233b;
}