:root {
    --themeColorGrad: #e5f3fe;
    --themeColorDark: #078be8;
    --themeButtonHover: #0065a9;
    --themeColorBC: #e9f7fe;
    --themeColorBC_B: #d4edf9;
    --themePriceColor: #f15875;
}

/* banner css */
.header-content .videos_img_list {
    background: url(/template/default/images/data_recover_banner.webp) center no-repeat;
    background-size: 431px 300px;
}

/* faq css */
.faq-question-holder .accordion-item .accordion-title:after {
    background: url(/template/default/images/icons/edb-to-pst-faq-icon.png) no-repeat;
}

/* testimonial */
.common-testimonials .last-half-block .first-block {
    background: url(/template/default/images/office365-tool-slide-quote.png) 30px 30px no-repeat #fff;
    min-height: 380px !important;
}

/* .common-testimonials .slick-prev,.common-testimonials .slick-next { background: url(/template/default/images/icons/ost-to-pst-testimonial-arrows.png) center top no-repeat} */
.common-testimonials .slick-prev,
.faq-question-holder .accordion-item .accordion-title.open:after {
    background-position: bottom;
}

.common-testimonials .slick-prev {
    background: url(/template/default/images/offfice365-tool-slide-left-arrow.png) no-repeat;
}

.common-testimonials .slick-next {
    background: url(/template/default/images/offfice365-tool-slide-right-arrow.png) no-repeat;
}

/* content css */
.award-box.our-clients-section {
    background: #f1f5ef;
}


/* feb 19 */

.header-top-container .otherlinks {
    grid-template-columns: repeat(4, 1fr);
}

.why_choose_data_recovery_tool {
    display: inline-block;
    width: 100%;
    padding: 120px 0px;
}

.why_choose_data_recovery_tool h2 {
    padding-bottom: 75px;
}

.why_choose_data_recovery_tool_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why_choose_data_recovery_tool_box {
    border: 1px solid #d4e4ed;
    border-radius: 25px;
    background: rgb(255, 255, 255);
    padding: 10px 10px 30px 10px;
    /* position: absolute;
  left: 626px;
  top: 1096px;
  width: 425px;
  height: 470px;
  z-index: 102; */
}

.why_choose_data_recovery_tool_box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 20px 0px;
}

.why_choose_data_recovery_tool_box p {
    font-size: 16px;
    color: #313131;
    line-height: 24px !important;
    text-align: justify;
}

.file-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.file_types_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 70px;
    align-items: start;
}

.file_type_card {
    transition: all 0.3s ease;
}

.file_type_card.active {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.file_type_card.active .file-content {
    max-height: 300px;
    margin-top: 15px;
}

.file-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.file-content li {
    padding: 8px 0;
    /* border-bottom: 1px solid #e5e7eb; */
        border-radius: 5px;
    border: 1px solid #b9e2ff;
    font-size: 14px;
}

.file_type_card.active .file-content {
    max-height: 250px;
    padding-top: 15px;
}

/* .file-content li:last-child {
    border-bottom: none;
} */

.view-files,
.file_type_card span {
    cursor: pointer;
}

.file_type_card span::after {
    content: "";
    background: url(/template/default/images/right-blue-arrow.png);
    top: 10px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: 5px 0px;
}

.file_type_card.active span::after {
    transform: rotate(90deg);    
    /* vertical-align: middle; */
    margin-top: 5px;
    /* padding-bottom: 10px;*/
    /* padding-left: 5px; */
}

.demo-right img.demo-image {
    height: revert-layer;
}



.slider-section {
    max-width: 1180px;
    margin: 0px auto;
    font-family: Arial, sans-serif;
}

.slider-container {
    overflow: hidden;
    padding-top: 70px;
    border-radius: 18px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

.slide-card {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    /* padding: 30px; */
    background: #fff;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}

.slide-image img {
    /* width: 420px; */
    border-radius: 14px;
}

.slide-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.slide-content p {
    font-size: 16px;
    color: #313131;
    line-height: 24px !important;
    margin-bottom: 25px;
    text-align: justify;
}

/* .slide-content button {
  background: #0073e6;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 20px;
  cursor: pointer;width: auto;
} */

.slider-controls {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.arrow_flex1 button {
    width: 45px;
    height: 45px;
    line-height: 12px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    cursor: pointer;
}

.arrow_flex1 button:hover {
    background-color: #9ca3af4d;
    cursor: pointer;
}

.arrow1.prev1 img {
    rotate: 180deg;
}

.arrow_flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 70px;
}

.arrow_flex1 button img {
    width: 27px;
    height: 27px;
}

.dots_flex {
    background: #f5f6f7;
    border-radius: 27px;
    border: none;
    line-height: 42px;
    height: 45px;
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_dot {
    width: 8px;
    height: 8px;
    background: #d1d4da;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.small_dot.active {
    background: #9ca3af !important;
}

.arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5f6f7;
    color: #a7adb7;
    border: none;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d5dd;
}

.dot.active {
    background: #7d8794;
}



.slide-image {
    width: 50%;
}

.slide-content {
    width: 50%;
}



.windows-recovery-scenarios {
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
}

.windows-recovery-scenarios h2 {
    padding-bottom: 25px;
}

.slide-content h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}





.main-key-features-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 70px;
    padding-top: 90px;
}

.main-key-features-box h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-key-features-box p {
    font-size: 16px;
    color: #313131;
    line-height: 24px;
    text-align: justify;
}

.main-key-features-box h4::before {
    content: '';
    display: block;
    background-image: url(/template/default/images/product-icon-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 24px;
    height: 24px;
    width: 24px;
}

.main-key-features-box:first-child h4::before {
    background: url(/template/default/images/ssd-module.svg) no-repeat;
    width: 32px;min-width: 32px;
    height: 28px;
    /* background-size: 24px;    */
}

.main-key-features-box:nth-of-type(2) h4::before {
    background: url(/template/default/images/hdd-module.svg) no-repeat;
    width: 26px;min-width: 26px;
    height: 32px;
    /* background-size: 24px;    */
}

.main-key-features-box:nth-of-type(3) h4::before {
    background: url(/template/default/images/sd-card-module.svg) no-repeat;
    width: 25px;min-width: 25px;
    height: 32px;
    /* background-size: 24px;    */
}

.main-key-features-box:last-child h4::before {
    background: url(/template/default/images/recycle-bin-module.svg) no-repeat;
    width: 25px;min-width: 25px;
    height: 32px;
    /* background-size: 24px;    */
}

.main-key-features {
    display: inline-block;
    width: 100%;
    background: #f6fafc;
    padding: 70px 0px 80px;
}



.file_types {
    display: inline-block;
    width: 100%;
    padding: 90px 0px;
}

.file_types_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 70px;
}

.file_type_card {
    padding: 40px 20px 20px;
    text-align: center;

    border: 1px solid rgb(212, 228, 237);
    border-radius: 25px;
    background: rgb(255, 255, 255);
    /* width: 425px; */
    /* height: 300px; */

}

.file_type_card h3 {
    padding: 25px 0px 15px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.file_type_card p {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(212, 228, 237);
    font-size: 15px;
    color: #000;
}

.file_type_card span {
    padding-top: 20px;
    display: block;
    color: #4180df;
    font-size: 16px;
}


.file_type_card_img img {
    height: 64px;
    width: 64px;
}











.demo-container {
    display: flex;
    gap: 70px;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 75px;
}

.demo-left {
    /* flex: 1; */
    max-width: 582px;
    min-width: 320px;
}

.step-box {
    /* border: 1px solid #dbeafe;
  border-radius: 10px; */
    padding: 15px 22px;
    margin-bottom: 16px;
    /* background: #fff; */
    transition: 0.3s;
    /* opacity: 0.5; */
}

.step-box.active {
    /* opacity: 1;
  border-color: #3b82f6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06); */
    border: 1px solid rgb(213, 237, 254);
    border-radius: 15px;
    background: rgb(246, 249, 253);

}


.demo-right {
    flex: 1;
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

.demo-right .image-holder {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    gap: 2px;
}

/* .demo-image {
    display: none;
    max-width: 100%;
    border-radius: 12px;
}

.demo-image.active {
    display: block;
} */




.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    cursor: pointer;
}

.dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
}

.dot.active {
    background: #6b7280;
}

.small_dot:hover {
    background-color: #9ca3af99;
    scale: 1.5;
    cursor: pointer;
}



.step-box {
    border: 1px solid rgb(213, 237, 254);
    border-radius: 15px;
    background: rgb(254, 254, 254);
    /* width: 600px; */
    /* height: 114px; */
}


.step-box h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.step-box:last-child {
    margin-bottom: 0px;
}


.simple_steps_deleted_files {
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
}


.main_ost_to_pst_converter_table {
    overflow-x: auto;
}

.officetopst-tbl table {
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
    border-spacing: 0;
    /* border: 1px solid var(--themeColorDark); */
    border: 1px solid #d4e4ed;
}

table td,
table th {
    border: none !important;
    /* border-bottom: 1px solid var(--themeColorDark) !important;
    border-right: 1px solid var(--themeColorDark) !important; */
    border-bottom: 1px solid #d4e4ed !important;
    border-right: 1px solid #d4e4ed !important;

}

.main_ost_to_pst_converter_table {
    margin-top: 50px;
}

.officetopst-tbl td {
    padding: 12px 20px;
}

.officetopst-tbl td:first-child {
    width: 520px;
}

.officetopst-tbl th {
    padding: 10px 20px;
    border: 0;
    background: var(--themeColorDark);
    height: 60px;
    color: #f5fcf2;
    font-size: 20px;
    font-weight: 600;
    /* border-left: 1px solid #a6c9af !important; */
}

.officetopst-tbl th:first-child {
    border-radius: 23px 0 0;
    border-left: 0 !important;
}

.officetopst-tbl th:last-child {
    border-radius: 0 23px 0 0;
}

table tr td:last-child {
    /* text-align: center; */
    border-right: 0 !important;
    padding: 12px 50px;
}

table tr:last-child td {
    border-bottom: 0 !important;
}

.officetopst-tbl td i.ok::before {
    content: '';
    /* color: #71aa00; */

    background: url(/template/default/images/windows_recovery_mark.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.officetopst-tbl td i.no::before {
    content: '';
    /* color: #71aa00; */

    background: url(/template/default/images/windows_recovery_delete.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.officetopst-tbl td i.warning::before {
    content: '';
    /* color: #71aa00; */

    background: url(/template/default/images/windows_recovery_warning.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}


.officetopst-tbl td:nth-of-type(2) {
    padding: 12px 50px;
}

.officetopst-tbl h2 {
    padding-bottom: 25px;
}

.officetopst-tbl {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
}



.prod-migration-box.edb-database {
    border-radius: 1px;
    background: rgb(246, 250, 252);
    /* position: absolute;
  left: -22px;
  top: 7594px;
  width: 1724px;
  height: 859px;
  z-index: 380; */
}




.get-start-holder {
    border-radius: 1px;
    background-image: -moz-linear-gradient(90deg, rgb(2, 130, 215) 0%, rgb(37, 167, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 130, 215) 0%, rgb(37, 167, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 130, 215) 0%, rgb(37, 167, 254) 100%);
    position: relative;
    height: 400px;
    /* height: 400px;
  z-index: 466; */
}




.get-start-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/windows_get_started_left_bg.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;
    /* -webkit-transform: scaleX(-1); */
    /* background-position: right;
    transform: scaleX(-1); */
    background-position: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.get-start-holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/windows_get_started_right_bg.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;
    background-position: right;
}

/* .migrate-now{
       border: 1px solid var(--themeColorDark) !important;
    color: var(--themeColorDark) !important;
    background: #fff !important;
} */


.get-start-holder .migrate-now {
    border: 1px solid var(--themeColorDark);
    color: var(--themeColorDark);
    background: #fff;
    margin: 0;
}

.get-started-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.get-start-holder .migrate-now:hover,
.get-start-holder .migrate-now-bg:hover {
    /* background: var(--themeButtonHover); */
    background: #6bc2ff;
    color: #fff;
}


.slide-content button {
    background: rgb(7, 139, 232);
    /* position: absolute;
  left: 859px;
  top: 3165px; */
    width: 130px;
    border-radius: 30px;
    height: 36px;
    /* z-index: 160; */
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}



.common-testimonials .first-block p:nth-child(2) {
    bottom: 35px !important;
}


@media only screen and (max-width: 1280px) {
    .header-top-container .otherlinks {
        grid-template-columns: repeat(3, 1fr);
    }

    .step-box {
        height: auto;
    }

    .demo-container {
        gap: 30px;
    }

    .features-img img {
        width: 100%;
    }

    .demo-left {
        max-width: 100%;
    }

    .demo-left,
    .demo-right {
        flex: 1;
    }

    .windows-recovery-scenarios p br{display: none;}
 .officetopst-tbl td:first-child {min-width: 300px;width: auto;}

}

@media screen and (max-width: 980px) {
    .header-top-container .otherlinks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .why_choose_data_recovery_tool_flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .demo-container {
        padding-top: 50px;
    }

    .why_choose_data_recovery_tool {
        padding: 60px 0px;
    }

    .slider-container {
        padding-top: 50px;
    }

        .officetopst-tbl td:first-child {min-width: 300px;width: auto;}
.officetopst-tbl td:nth-of-type(2){min-width: 180px;}
table tr td:last-child{min-width: 220px;}
.officetopst-tbl td:nth-of-type(2),table tr td:last-child {padding: 12px 15px;}
 .file_types_flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding-top: 50px;
    }

}

@media screen and (max-width: 768px) {
    .header-top-container .otherlinks {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-key-features-flex {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
   
    .slide-card {
        flex-direction: column;
    }

    .slide-image {
        width: auto;
    }

    .slide-content {
        width: auto;
    }

    .arrow_flex1 {
        padding-top: 50px;
    }

    .demo-container {
        flex-direction: column;
    }

    .main-key-features-flex {
        gap: 40px;
    }

    .demo-container {
        display: flex;
        flex-direction: column;
        /* gap: 90px; */
        align-items: center;
        max-width: 1300px;
        margin: auto;
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .windows-recovery-scenarios {
        padding-bottom: 50px;
    }

    .why_choose_data_recovery_tool h2 {
        padding-bottom: 50px;
    }

    .file_types {
        padding: 50px 0px;
    }

    .officetopst-tbl {
        padding-top: 20px;
    }
.officetopst-tbl p br{
    display: none;
}
    .slide-card {
        min-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }


    .h3-title-heading br {
        display: none;
    }

/* 
    .officetopst-tbl th { font-size: 14px; padding: 10px 10px;}
    table td, table th{font-size: 14px;    }
.officetopst-tbl td i.warning::before,.officetopst-tbl td i.ok::before,.officetopst-tbl td i.no::before{margin-right: 5px;} */



   .main-key-features-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
      .why_choose_data_recovery_tool_flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

}


@media screen and (max-width: 600px) {
  

    .file_types_flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding-top: 50px;
    }

 

}

.otherlinks a:before {
    background: url(/template/default/images/windows-recovery-sprite.webp) no-repeat #edf5f8 !important;
    content: "";
    border: 2px solid #c1ced6;
    border-radius: 50%;
    padding: 5px;
    margin-right: 12px;
    font-size: .9rem;
    width: 16px;
    height: 16px;
    position: relative;
    top: 9px;
}

.otherlinks a.icon-cloud-1:before {
    background-position: 5px -30px !important;
}

.otherlinks a.icon-cloud-2:before {
    background-position: 5px -67px !important;
}

.otherlinks a.icon-cloud-3:before {
    background-position: 5px -205px !important;
}

.otherlinks a.icon-cloud-4:before {
    background-position: 5px -169px !important;
}

.otherlinks a.icon-cloud-5:before {
    background-position: 5px 6px !important;
}

.otherlinks a.icon-cloud-6:before {
    background-position: 5px -100px !important;
}

.otherlinks a.icon-cloud-7:before {
    background-position: 5px -134px !important;
}

.otherlinks a.icon-cloud-8:before {
    background-position: 5px -241px !important;
}


.file_type_card .file-content ul{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px;

}








.marketplace{
    display: none !important;
}

.header-image.osttopst{
    height: 710px;
}

@media only screen and (max-width: 1440px) {
   .header-image.osttopst{
    height: auto;
} 
.product-ost-tabs{bottom: -35px !important;}
}