:root {
    --themeColorGrad: #fee8e0;
    --themeColorDark: #b24f2b;
    --themeButtonHover: #c55e39;
    --themeColorBC: #feede6;
    --themeColorBC_B: #f3e2dc;
    --themePriceColor : #fe4b6d;
}

/* banner css */
.header-content .videos_img_list {
    background: url(/template/default/images/nsf-to-o365-banner-new.png) center no-repeat
}
.header-content h3 a span:first-child {
    color: #0071bc;
}



.one_half {
    width: 49%;
}

.edb-features-section {
    padding: 50px 0;
}

.edb-features-section .edb-features {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0 10px;
}

.edb-features-section .edb-features .one_half {
    margin: auto 0;
    padding-right: 40px;
}

.edb-features-section .edb-features .one_half.last {
    padding-right: 0;
}

.edb-features-section:nth-of-type(2n) .edb-features .one_half.last {
    padding-left: 40px;
}

.edb-features-section .h3-title-heading {
    padding-bottom: 15px;
}

.edb-features-section p {
    padding-bottom: 25px;
}

.edb-features-section .edb-features .one_half.last p {
    margin-left: auto;
}

.edb-features-section .edb-features .one_half img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.edb-features-section:nth-of-type(2n) {
    background-color: #f5f8fe;
}

.one_third {
    width: 32%;
}

.read-more-link {
    padding-top: 20px;
}

.recover-exchange-migrate.osttoo365 {
    background-color: transparent;
}

.main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 40px 0;
    overflow: hidden;
    flex-wrap: wrap;
}

.main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder .one-third-block {
    flex-basis: 30%;
}

.o365backup-feature-sprite {
    background-image: url(/template/default/images/o365backup-feature-sprite.png);
    background-repeat: no-repeat;
    margin: 0 auto 25px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.recover-exchange-migrate.o365backup-feature .exchange-content-holder .one-third-block .box1 {
    background-color: #f2de98;
    background-position: center top 30px;
}

.recover-exchange-migrate.o365backup-feature .exchange-content-holder .one-third-block .box2 {
    background-color: #9cddb3;
    background-position: left 35px top -161px;
}

.recover-exchange-migrate.o365backup-feature .exchange-content-holder .one-third-block .box3 {
    background-color: #bedef2;
    background-position: center top -360px;
}

.recover-exchange-migrate.o365backup-feature .exchange-content-holder h4 {
    min-height: 60px;
}

.recover-exchange-migrate .exchange-content-holder h3,
.recover-exchange-migrate .exchange-content-holder h4 {
    font-size: 19px;
    padding: 10px 0 15px;
    font-weight: 600;
}

.recover-exchange-migrate.osttoo365 .exchange-content-holder .one-third-block p {
    padding-bottom: 0;
}

.main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder .one-third-block p.best_choice_content {
    font-size: 16px;
    min-height: 150px;
}

p.line-separator {
    display: none;
}

/* responsive css */
@media only screen and (max-width:991px) {


    .main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder {
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder .one-third-block {
        flex-basis: 100%;
        padding-bottom: 10px;
    }

    .main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder .one-third-block p {
        padding-top: 0;
    }

    .main_backup_office365_mailboxes .edbmails_best_choice_office365 .exchange-content-holder .one-third-block p.best_choice_content {
        min-height: auto;
    }


}

@media only screen and (max-width: 980px) {
    .prod-main-content.new-font-type section {
        padding: 35px 0 !important;
    }

    .edb-features-section .edb-features {
        padding-top: 10px;
    }

    .prod-main-content .edb-features-section .edb-features:nth-child(odd) {
        flex-direction: column;
    }

    .prod-main-content .edb-features-section .edb-features:nth-child(even) {
        flex-direction: column-reverse;
    }

    .edb-features-section .edb-features .one_half {
        padding: 0 25px !important;
    }


    .edb-features-section .edb-features .one_half p.txt-center {
        margin: 20px 0;
        padding: 0;
    }

    .one_half {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .recover-exchange-migrate.osttoo365 .exchange-content-holder {
        flex-direction: column;
    }

    .recover-exchange-migrate .exchange-content-holder h4 {
        min-height: auto;
    }

    .edb-features-section .edb-features .one_half {
        padding: 0 10px !important;
    }
}


/* July 8 */
.get-start-holder {
  background: url(/template/default/images/banner-check11.png), #c55e39;
}

.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: #b24f2b;
  margin: 0;
  color: #fff;
}

.get-started-flex .migrate-now-bg {
  border: 1px solid #fff;
  background: #fff;
  color: #b24f2b;
}

.get-started-flex .migrate-now:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #b24f2b;
}

.get-started-flex .migrate-now-bg:hover {
  border: 1px solid #b24f2b;
  background: #b24f2b;
  color: #fff;
}
