html,
body {
    overflow-x: hidden;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: flex;
}

.btn-single-page {
    margin: 15px 10px 0px 0px;
}

.banner_content_div {
    margin-top: 65px;
}

.smart-system-repair-top {
    background-color: #161417;
    color: #fff;
    margin-top: -2px;
}

.banner_img_slider {
    margin-top: 14px;
}

.banner_content_div .title {
    font-size: 38px;
}

.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: 49px auto 0 auto;
}

.smart-system-popularity p {
    border-top: 1px solid #8a8a8a;
    padding: 15px 0;
    color: #8a8a8a;
}

.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;
}

.section-product-download.smart-system-repair {
    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;
    background-size: cover;
}


.main_headings {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}


/* ------Why Use EXIF Studio------ */
.exif_studio_second_sec p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

.fileshredder_small_features_row {
    text-align: center;
    margin-top: 30px;
    /* min-height: 325px; */
}

.fileshredder_small_features_col {
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 40px 30px 30px 30px;
    margin-bottom: 30px;
    max-width: 400px;
    margin: 0 auto;
    top: 0;
    transition: top ease 0.3s;
    cursor: pointer;
}

.fileshredder_small_features_col:hover {
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 15%);
    top: -10px;

}

.fileshredder_small_features_col:hover h3 {
    color: #2196F3;
}

.fileshredder_small_features_col:hover .files-shredder-features-icons {
    background-color: #e6e6e6;
}

.fileshredder_small_features_col h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all .5s;
}

.fileshredder_small_features_col p {
    font-size: 16px;
    color: #717171;
    line-height: 1.85;
}


.files-shredder-features-icons {
    position: relative;
    margin: 0 auto 30px auto;
    min-height: 100px;
    background: whitesmoke;
    min-width: 85px;
    min-height: 85px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.files-shredder-features-icons img {
    max-width: 60px;
}

.bg_green {
    position: relative;
    display: none;
}

.top_icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;


}

.fileshredder_small_features_col:hover .bg_green {
    display: inline-block;
    transform: scale(1);
}

.fileshredder_small_features_col:hover .top_icons {
    width: 50px;
}

@media screen and (max-width: 1200px) {
    .fileshredder_small_features_col {
        max-width: 370px;
    }
}

@media screen and (max-width: 1024px) {
    .fileshredder_small_features_col {
        max-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .fileshredder_small_features_col {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {
    .section-product-feature {
        margin-top: 0;
    }

    .EXIF-Studio-Features_row {
        margin-bottom: 50px;
    }

    .file-shredder-easy-to-use {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .fileshredder_small_features_col {
        width: auto;
    }
}






/* <!-- pricing table section --> */
.pricing_table_heading_row {
    margin-bottom: 130px;
}

.pricing_table_heading_row h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.pricing_table_heading_row p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
    color: #242424;
    text-align: center;
}

.pricing_row {
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
}

.section-pricing-table {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px 30px;
    -webkit-box-shadow: 0 5px 18px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 18px 0px rgb(0 0 0 / 20%);
    border-radius: 9px;
}

.section-pricing-table .price-header .name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section-pricing-table .price-header .price-value {
    font-size: 40px;
    color: #3c3954;
    margin: 50px 0 70px 0;
}

.section-pricing-table .pricing-body {
    margin: 50px 0 54px 0;
}

.section-pricing-table .pricing-body ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-pricing-table .pricing-body ul li {
    font-size: 17px;
    margin: 16px 0;
}

.section-pricing-table .pricing-body ul li img {
    width: 16px;
    margin-right: 8px;
}

.price-footer a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    background-color: #2ba45f;
    padding: 10px 25px;
    text-transform: capitalize;
    border: none;
    border: none;
    border-radius: 9px;
}

.price-footer a:hover {
    background-color: #268850;
    cursor: pointer;

}

.section-pricing-table.active {
    background-color: #2c2b33;
    transform: scale(1.13);
    color: #fff;
    position: relative;
    margin-top: -15px;
}

.section-pricing-table.active .upgrade {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    padding: 9px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    width: 70%;
    margin: auto;
    background-color: #807387;
}

.section-pricing-table.active .price-header img {
    width: 150px;
}

.section-pricing-table .price-header .name {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 35px;
    display: block;
}

.section-pricing-table .pricing-body.wisemac {
    margin: 0 0 30px 0;
}

.section-pricing-table .pricing-body.wisemac ul li {
    margin: 7px 0;
    font-size: 17px;
}

.section-pricing-table .pricing-body ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-pricing-table.active .banner-btn {
    background-color: #807387;
}

.section-pricing-table.active .banner-btn:hover {
    background-color: #635a68;
    cursor: pointer;
}


.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;
    margin-top: -1px;
}

.hero_sec_bottom_line p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


/* ----------Features section --------*/
.EXIF-Studio-Features_row {
    margin-bottom: 150px;
}

.EXIF-Studio-Features_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.EXIF-Studio-Features_img_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featur_left_content {
    padding-right: 150px;
}

.featur_right_content {
    padding-left: 150px;
}

.EXIF-Studio-Features_col h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.feature_content {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin-bottom: 30px;
}

.exif_studio_features_icons_outer_div {
    display: flex;
    margin-bottom: 10px;

}

.exif_studio_features_icons_div {
    background: #f2f2f2;
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}

.exif_studio_features_para_div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.exif_studio_features_icons_outer_div p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: left;
    line-height: 32px;
}


/* responsive feature section */

@media screen and (max-width: 1200px) {
    .featur_left_content {
        padding-right: 50px;
    }

    .featur_right_content {
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .featur_left_content {
        padding-right: 15px;
    }

    .featur_right_content {
        padding-left: 15px;
    }
}

@media screen and (max-width: 425px) {
    .EXIF-Studio-Features_col h2 {
        font-size: 30px;
    }

    .EXIF-Studio-Features_row {
        margin-bottom: 50px;
    }
}





/* ----<!-- /* -----how it works    -------- */
.exif_studio_work_para {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.download_side_steps {
    text-align: left;
}

.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: #242424;
}

.After_capture_tools_title p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.download_step_one {
    display: none;
}

.dot_div {
    display: flex;
}

.dot {
    cursor: pointer;
    height: 50px;
    width: 50px;
    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: 20px;
    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 a {
    background: #2196F3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 90px;
}

.get-started-btn a:hover {
    background: #1a82d8;
}


.download_step_upper_windows_img {
    position: absolute;
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
    .download_step_upper_windows_img {
        width: 300px;
    }
}



@media screen and (max-width: 1024px) {
    .download_step_upper_windows_img {
        width: 300px;
    }
}


@media screen and (max-width: 991px) {
    .download_step_upper_windows_img {
        width: 400px;
    }

    .download_bg_img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .download_step_upper_windows_img {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .download_step_upper_windows_img {
        max-width: 300px;
    }

    .download_bg_img {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .download_step_upper_windows_img {
        max-width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .download_side_steps {
        margin-top: 20px;
    }
}


/* -----easy to use image------- */
.file-shredder-easy-to-use {
    display: flex;
    margin: 0 auto;
    /* max-width: 700px; */
}

.easy_to_use_para {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

/* ----exif studio header button hover effects------- */
.btn-single-page.btn-buy:hover {
    background-color: #268850;
}

.btn-single-page.btn-freetrial:hover {
    background-color: #635a68;
}





/* ------FAQ page----------- */
.Faq_div {
    margin-top: 30px;
    margin-bottom: 80px;
    background-color: #f4f4f4;
    border-radius: 20px;
    max-width: 1240px;
}

.Faq_section {
    max-width: 880px;
    margin: 0 auto;
}

.Faq_section .card {
    border-bottom: 1px solid #dedede;
}

.FAQ_heading {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.25;
    color: #333;
    text-align: center;
    margin-bottom: 50px !important;
}

.accordion_items {
    max-width: 800px;
    margin: 0 auto;
}

.card-header {
    border: none;
    background: #f4f4f4;
    border-radius: 0;
    padding: 20px 10px 15px 10px;
}

.card-block {
    padding: 0 10px;
}

.first_card {
    border-top: 1px solid #dedede !important;
}

.accordion_items {
    background-color: #f4f4f4;
}

.card {
    border: none;
    border-radius: 0;
}

.Faq_div h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 700;
    cursor: pointer;
}

.Faq_div p {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.accordion-head i {
    font-size: 24px;
    float: right;
    color: #333;
    margin-left: 20px;
}

.accordion-head>.collapsed>i:before {
    content: "\f106";
}

@media screen and (max-width: 768px) {
    .accordion_items {
        max-width: 550px;
    }
}

@media screen and (max-width: 1024px) {
    .Faq_div {
        max-width: 925px;
    }
}

@media screen and (max-width: 991px) {
    .Faq_div {
        max-width: 730px;
    }
}

@media screen and (max-width: 425px) {
    .Faq_div {
        max-width: 390px;
    }

    .FAQ_heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 375px) {
    .Faq_div {
        max-width: 340px;
    }
}

.faq-links {
    color: #2196F3;
    font-weight: 600;
}


/* common css--------- font size */
@media screen and (max-width: 500px) {

    .exif_studio_headings,
    .EXIF-Studio-Features_col h2,
    .FAQ_heading {
        font-size: 36px;
    }

    .exif_studio_sub_headings {
        font-size: 20px !important;
    }

    .exif_studio_small_heading {
        font-size: 24px;
    }
}

.Files_Shredder_bg_img_one {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 42%;
}

.Files_Shredder_bg_img {
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 0px;
    opacity: 0.9;
}

@media screen and (max-width: 1200px) {

    .Files_Shredder_bg_img {
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .Files_Shredder_bg_img_one {
        top: 47px;
        width: 47%;
    }

    .Files_Shredder_bg_img {
        right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .Files_Shredder_bg_img_one {
        width: 40%;
    }


    .exif_studio_features_icons_div img {
        max-width: 30px;
    }


    @media screen and (max-width: 1024px) {
        .banner_img_slider {
            display: flex;
            align-items: center;
        }

        .smart-system-popularity p {
            margin: 0 10px;
        }
    }

    @media screen and (max-width: 991px) {
        .smart-system-popularity {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .smart-system-popularity_last_para p {
            border-bottom: 1px solid #8a8a8a;
        }

        .Files_Shredder_bg_img {
            right: 0;
        }
    }
}

.easy_to_use_heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .banner_img_slider {
        justify-content: center;
        display: flex;
        align-items: center;
    }
}