:root {
    --themeColorGrad: #d4e4c6;
    --themeColorDark: #538b28;
    --themeButtonHover: #45791c;
    --themeColorBC: #edf9e4;
    --themeColorBC_B: #d9eeca;
    --themePriceColor: #f15875;
}

.header-content .videos_img_list {
    background: url(/template/default/images/ost-to-pst-banner.webp) center no-repeat;
}

.common_bg {
    background: #f9fafd !important
}

.new_snippet_title {
    font-size: 19px !important;
    font-weight: 600 !important
}

.ost-feature-block .ost-recovery-features .one_half p{
    font-size: 17px
}

.two_fifth {
    width: 39.2%
}

.three_fifth {
    width: 58.8%
}


.padding-top-20,
.read-more-link {
    padding-top: 20px
}

.main_ost_to_pst_features .ost_features_intro .ost-recovery-features,
.main_ost_to_pst_features .ost_features_end .ost-recovery-features {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding: 50px 0 !important
}
.main_ost_to_pst_features .ost_features_end .ost-recovery-features {
    overflow: hidden
}

.one_half {
    width: 49%;
    position: relative;
    float: left
}

.main_ost_to_pst_features .ost_features_end .ost-recovery-features .one_half,
.main_ost_to_pst_features .ost_features_intro .ost-recovery-features .one_half {
    margin: 0 !important;
    padding: 0 !important
}

.ost-feature-block .ost-recovery-features .one_half .p-space {
    padding: 20px 0
}

.main_ost_to_pst_features .ost_features_box .line-separator,
.main_ost_to_pst_features .ost_features_intro .line-separator {
    display: none
}

.main_ost_to_pst_features .ost_features_box .ost-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    margin-top: 30px
}

.main_ost_to_pst_features .ost_features_box .ost-features .features-group {
    margin: 0 !important;
    width: 49% !important;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    position: relative;
    border: 1px solid #fff0;
    box-shadow: 0 0 5px rgb(0 0 0 / .14)
}

.ost-features-bunch .ost-features .features-group .features-icon {
    height: 55px;
    width: 55px;
    border-radius: 10px;
    background-image: url(/template/default/images/ost-feature-sprite.png);
    background-repeat: no-repeat
}

.ost-features-bunch .ost-features .features-group .recover-corrupted-files {
    background-color: #ec5c35;
    background-position: center top 12px
}

.ost-features-bunch .ost-features .features-group .lightweight-fast {
    background-color: #d7bd30;
    background-position: center top -33px
}

.ost-features-bunch .ost-features .features-group .multiple-export-options {
    background-color: #39a185;
    background-position: center top -83px
}

.ost-features-bunch .ost-features .features-group .split-large-files {
    background-color: #4b85dd;
    background-position: center top -130px
}

.ost-features-bunch .ost-features .features-group .export-selected-mailbox {
    background-color: #454ab0;
    background-position: center top -175px
}

.ost-features-bunch .ost-features .features-group .unicode-chars-support {
    background-color: #c7357d;
    background-position: center top -216px
}

.ost-features-bunch .ost-features .features-group h3,
.ost-features-bunch .ost-features .features-group h4 {
    padding: 15px 0 8px;
    font-weight: 500;
    font-size: 1.2rem
}

.prod-main-content.new-font-type a,
.prod-main-content.new-font-type li,
.prod-main-content.new-font-type p {
    font-size: 16px;
}
.last {
    margin-right: 0 !important
}
a{
    text-decoration: none !important;
} 
@media only screen and (max-width:980px) {

    .prod-main-content.new-font-type section {
        padding: 35px 0 !important
    }

    .main_ost_to_pst_features .ost_features_intro .ost-recovery-features, 
    .main_ost_to_pst_features .ost_features_end .ost-recovery-features{
        padding: 0 !important;
    }
    .main_ost_to_pst_features .ost_features_box .ost-features .features-group,
    .main_ost_to_pst_features .ost_features_end .ost-recovery-features .one_half,
    .main_ost_to_pst_features .ost_features_intro .ost-recovery-features .one_half {
        width: 100% !important
    }

    
    .main_ost_to_pst_features .ost_features_end .ost-recovery-features:nth-of-type(odd),
    .main_ost_to_pst_features .ost_features_intro .ost-recovery-features:nth-of-type(odd) {
        flex-direction: column !important
    }

    .main_ost_to_pst_features .ost_features_end .ost-recovery-features:nth-of-type(2n),
    .main_ost_to_pst_features .ost_features_intro .ost-recovery-features:nth-of-type(2n) {
        flex-direction: column-reverse !important
    }
}
@media only screen and (max-width:600px) {
    .prod-main-content.new-font-type li,
    .prod-main-content.new-font-type p{
        font-size: 15px
    }
} 
a{
    text-decoration: none !important;
}
.icons::before{
    height: 55px;
    width: 55px;
    border-radius: 10px;
    background-image: url(/template/default/images/ost-feature-sprite.png) !important;
    background-repeat: no-repeat !important;
    display: inline-block;
}

.icon1::before{
    content: '';
    background-color: #ec5c35;
    background-position: center top 12px;
}
.icon2::before{
    content: '';
    background-color: #d7bd30;
    background-position: center top -33px;
}
.icon3::before{
    content: '';
    background-color: #39a185;
    background-position: center top -83px;
}
.icon4::before{
    content: '';
    background-color: #4b85dd;
    background-position: center top -130px;
}
.icon5::before{
    content: '';
    background-color: #454ab0;
    background-position: center top -175px;
}
.icon6::before{
    content: '';
    background-color: #c7357d;
    background-position: center top -216px;
}
.blue-banner{
    background-image: url(/template/default/images/feature-bgimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 55px 0 !important;
}
.otherlinks a:before {
    box-sizing: content-box !important;
}

/* July 8 */
.get-start-holder {
  background: url(/template/default/images/edb-getstart.png), #4b734d;
}

.get-started-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  white-space: nowrap;
}

.get-started-flex .migrate-now {
  border: 1px solid #fff;
  background: #549424;
  margin: 0;
  color: #fff;
}

.get-started-flex .migrate-now-bg {
  border: 1px solid #fff;
  background: #fff;
  color: #549424;
}

.get-started-flex .migrate-now:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #549424;
}

.get-started-flex .migrate-now-bg:hover {
  border: 1px solid #549424;
  background: #549424;
  color: #fff;
}