:root {
    --themeColorGrad: #e4cdcc;
    --themeColorDark: #c85555;
    --themeButtonHover: #d13030;
    --themeColorBC: #fee6e6;
    --themeColorBC_B: #ebaeae;
    --themePriceColor: #f15875;
}

.header-content .videos_img_list {
    background: url(/template/default/images/edb-to-recovery.webp) center no-repeat;
    opacity: 80%;
}

.one_half {
    width: 49%;
}

.two_fifth {
    width: 39.2%;
}

.three_fifth {
    width: 58.8%;
}

.last {
    margin-right: 0 !important;
}

.prod-main-content.new-font-type a,
.prod-main-content.new-font-type li,
.prod-main-content.new-font-type p {
    font-size: 16px
}

.hexagon,
.hexagon:before {
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.hexagon {
    position: relative;
    height: 100px;
    width: 98px;
    background-color: #0071bc;
    margin-right: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.blue-heading {
    color: #2382c3;
}

.edb-features-section .edb-features {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 10px;
}

.edb-features-section.database .edb-features {
    padding-bottom: 0;
}

.edb-features-section .edb-features .one_half {
    margin: auto 0;
    padding-right: 40px;
}


.edb-features-section .h3-title-heading {
    padding-bottom: 15px;
}

.edb-features-section.database .edb-features .p-space {
    padding: 10px 0 25px;
}

.edb-database-features .edb-features {
    display: flex;
    flex-wrap: wrap;
    padding: 4% 0 2%;
    justify-content: center;
}

.edb-database-features .edb-features .new-block {
    width: 45%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.edb-database-features .edb-features .new-block .hexagon {
    margin-top: 10px;
}

.erd-feature-sprite {
    background-image: url(/template/default/images/exch-db-recovery-feature-sprite.png);
    background-repeat: no-repeat;
}

.edb-database-features .edb-features .new-block .feature-box {
    width: 65%;
    margin: 20px 0;
}

.edb-database-features h3 {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
}

.edb-database-features .edb-features .new-block .feature-box p {
    padding: 4px 0;
    font-size: 17px;
}

.edb-database-features .img1.erd-feature-sprite {
    background-position: left 33px top 29px;
}

.edb-database-features .img2.erd-feature-sprite {
    background-position: left 26px top -262px;
}

.edb-database-features .img3.erd-feature-sprite {
    background-position: left 29px top -66px;
}

.edb-database-features .img4.erd-feature-sprite {
    background-position: left 28px bottom -62px;
}

.edb-database-features .img5.erd-feature-sprite {
    background-position: left 34px top -163px;
}

.edb-database-features .img6.erd-feature-sprite {
    background-position: left 29px bottom 35px;
}

@media only screen and (max-width:991px) {
    .edb-features-section.database .edb-features {
        flex-direction: column;
        gap: 30px;
        padding-top: 0;
    }

    .edb-features-section.database:nth-of-type(even) .edb-features {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .one_half {
        width: 100%;
        padding-top: 0;
    }

    .edb-database-features .edb-features .new-block {
        width: 100%;
        padding: 20px 0;
    }
}

@media only screen and (max-width:768px) {

    .edb-database-features .edb-features .new-block {
        flex-direction: column;
    }

    .edb-database-features .edb-features .new-block .feature-box {
        width: 100%;
    }

    .edb-database-features .edb-features .new-block .feature-box {
        margin: 0;
    }

    .edb-features-section .edb-features .one_half {
        padding-right: 0;
    }

    .product-branding .last-section-img .one_half.last .sub-content {
        font-size: 1.55rem;
    }

    .edb-database-features .edb-features .new-block {
        width: 100%;
        padding: 15px 0;
    }

    .edb-database-features .edb-features .new-block .hexagon {
        margin-bottom: 0;
    }

    .edb-database-features h3 {
        margin-bottom: 10px;
    }
}

/* July 8 */
.get-start-holder {
  background: url(/template/default/images/banner-check11.png), #c85555;
}

.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: #d13030;
  margin: 0;
  color: #fff;
}

.get-started-flex .migrate-now-bg {
  border: 1px solid #fff;
  background: #fff;
  color: #d13030;
}

.get-started-flex .migrate-now:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #d13030;
}

.get-started-flex .migrate-now-bg:hover {
  border: 1px solid #d13030;
  background: #d13030;
  color: #fff;
}
