:root {
    --themeColorGrad: #fee8e0;
    --themeColorDark: #b24f2b;
    --themeButtonHover: #c55e39;
    --themeColorBC: #feede6;
    --themeColorBC_B: #f1d2c7;
    --themePriceColor : #fe4b6d;
}

.header-content .videos_img_list {
    background: url(/template/default/images/nsf-to-o365-banner-new.webp) center no-repeat
}

.prod-main-content .padding_60 {
    padding: 40px 0 !important;
}

.prod-main-content .nsf_to_o365_features_intro{
    padding: 70px 0 40px !important;
}

.edbmails-benefits .ost-benefits-holder {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-evenly;
    padding: 30px 0 0;
}

.two_fifth {
    width: 40%;
    margin: 0;
}

.one_half {
    width: 49%;
}

.edbmails-benefits .ost-benefits-holder h2 {
    padding: 30px 0;
}

.edbmails-benefits.nsf-exch-o365 .ost-benefits-holder .two_fifth .p-space,
.edb-features-section p {
    padding-bottom: 25px;
}

.edbmails-benefits .ost-benefits-holder p.spacing {
    padding-bottom: 45px;
}

.three_fifth {
    width: 60%;
}

.edbmails-benefits .ost-benefits-holder .right-content-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.edbmails-benefits.nsf-exch-o365 .ost-benefits-holder .right-content-holder .first-block {
    padding: 30px;
    background: transparent;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
    height: auto;
    position: relative;
    border-radius: 15px;
}


.nsfo365-feature-sprite {
    background-image: url(/template/default/images/nsf-o365-feature-sprite.png) !important;
    background-repeat: no-repeat;
}

.edbmails-benefits .ost-benefits-holder .right-content-holder .box {
    padding: 10px;
    border-radius: 8px;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
}

.edbmails-benefits.nsf-exch-o365 .nsfo365-feature-sprite.upgrade {
    background-color: #e6c7d3;
    background-position: center top 16px;
}

.edbmails-benefits.nsf-exch-o365 .nsfo365-feature-sprite.restore {
    background-color: #caf2f0;
    background-position: center top 31.4%;
}

.edbmails-benefits.nsf-exch-o365 .nsfo365-feature-sprite.compliance {
    background-color: #ebdac2;
    background-position: center top 70.3%;
}

.edbmails-benefits.nsf-exch-o365 .nsfo365-feature-sprite.recovery {
    background-color: #d2e8da;
    background-position: center top 107.5%;
}

.edbmails-benefits .ost-benefits-holder .right-content-holder .first-block h3 {
    font-size: 19px;
    padding: 15px 0 10px;
    font-weight: 600;
    min-height: 80px;
}

.edb-features-section.nsf-exch-o365 .edb-features {
    padding: 55px 0;
    overflow: hidden;
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.edb-features-section.nsf-exch-o365 .edb-features .one_half h2 {
    padding-bottom: 20px;
}


.edb-features-section p.img-block,
.edb-features-section.nsf-exch-o365 .edb-features:nth-of-type(6) {
    padding-bottom: 0;
}

p.line-separator {
    display: none;
}

.edb-intro-section .subtitle-style {
    padding: 0 20%;
}

@media only screen and (max-width: 1170px) {
    .edbmails-benefits .ost-benefits-holder {
        flex-direction: column;
    }

    .two_fifth,
    .three_fifth {
        width: 100%;
    }

    .edbmails-benefits.edbtoexchange .ost-benefits-holder .right-content-holder .first-block h3 {
        min-height: auto;
    }

    .edb-features-section.nsf-exch-o365 .edb-features{
        padding: 0 0 25px;
    }
}

@media only screen and (max-width: 980px) {
    .edbmails-benefits.nsf-exch-o365 .ost-benefits-holder .right-content-holder .first-block {
        padding: 20px;
    }
    .edbmails-benefits .ost-benefits-holder .right-content-holder {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .edb-features-section.nsf-exch-o365 .edb-features{
        flex-direction: column;
        padding: 15px 0px;
    }

    .edb-features-section.nsf-exch-o365 .edb-features:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    .one_half {
        width: 100%;
        margin: 0;
    }
    .edb-intro-section .subtitle-style {
        padding: 0;
    }

    .prod-main-content.new-font-type section {
        padding: 35px 0 !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;
}
