button.btn.btn-white {
    color: #082e65;
    background-color: white;
    width: auto;
    margin: auto;
    font-weight: 600;
}



section.statistics-section {
    background-color: #E5FDFE;
}


.card.benefit-card {
    background-color: white;
    border: none;
    box-shadow: 0 0 10px #57575730;
    border-radius: 20px;
}

.benefit-heading {
    background: linear-gradient(135deg, #B4CEF5 0%, #C4F6FC 50%, #E6FFFE 100%);
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

.benefit-heading-left {
    background: linear-gradient(135deg, #D9D9D9 0%, #F6EBEB 50%, #F4F4F4 100%);
    border-radius: 20px 20px 0 0;
    padding: 20px;
}


.benefit-body {
    padding: 20px;
    font-size: 13px;
}

.border-bottom {
    border-bottom: 1px solid #5757575e;
}


.benefit-container {
    position: relative;
}

.benefit-container-img-container {
    text-align: center;
    position: absolute;
    z-index: 1;
}

.benefit-container .row {
    height: 100%;
}

.card.benefit-card {
    height: 100%;
}


.carousel-inner {
    max-width: 70%;

    margin: auto;

}


a.carousel-control-prev {
    background-color: #002463;
    height: 60px;
    margin: auto;
    width: 60px;
    border-radius: 60px;
    opacity: 1;
}

a.carousel-control-next {
    background-color: #002463;
    height: 60px;
    margin: auto;
    width: 60px;
    border-radius: 60px;
    opacity: 1;
}

.col-lg-10.m-auto.mt-0.mb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

ul.breadcrumb.text-center.breadcrumb-new.mb-0 {
    background-color: #ffdead00 !important;
}

h3.test-h3 {
    font-size: 1rem;
}

a {
    color: #012970 !important;
    text-decoration: none;
}




.carousel-item {
    transition: transform .8s ease-in-out, opacity .8s ease-in-out;
}

.carousel-inner {
    overflow: hidden;
    border-radius: 25px;
}

#carouselExampleControls {
    position: relative;
}

#carouselExampleControls .carousel-item {
    background: linear-gradient(180deg, #ffffff, #eefcff);
    border: 1px solid #d7e8f5;
    border-radius: 25px;
    padding: 30px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 55px;
    height: 55px;
    background: #0b3b82;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 18px;
}

/* .carousel-item p{
        max-width:900px;
        margin:auto;
    } */

@media(max-width:768px) {

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    #carouselExampleControls .carousel-item {
        padding: 40px 20px;
    }

}

.carousel-item {
    transition: transform .6s ease-in-out;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-item .text-center {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Banner-heading-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 50px;

    /* Premium Gradient */
    background: linear-gradient(135deg, #0b4ea2, #0f6fcf, #12b7d8);

    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;


    border: 2px solid rgb(255 255 255);
    box-shadow:
        0 8px 25px rgba(15, 111, 207, .35),
        inset 0 1px 1px rgba(255, 255, 255, .2);

    transition: all .35s ease;
}

.Banner-heading-tagline1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 50px;

    /* Premium Gradient */
    background: linear-gradient(135deg, #ffffff, #ffffff, #ffffff);

    color: #0b4ea2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    border: 1px solid rgba(255, 255, 255, .15);

    box-shadow:
        0 8px 25px rgba(15, 111, 207, .35),
        inset 0 1px 1px rgba(255, 255, 255, .2);

    transition: all .35s ease;
}

.Banner-heading-tagline i {
    font-size: 16px;
    color: #fff;
}

.Banner-heading-tagline .badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff95;
    box-shadow: 0 0 12px #00ff95;
}

.Banner-heading-tagline:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 35px rgba(15, 111, 207, .45),
        inset 0 1px 1px rgba(255, 255, 255, .25);
}

.m-0 {
    margin: 0px !important;
}


button.btn.btn-white:hover {
    color: #082e65;
    background-color: white;
    width: auto;
    margin: auto;
    font-weight: 600;
    opacity: .8;
}

p.test-review {
    height: 160px;
    overflow: auto;
}

/* New css */
:root {
    --navy: #0d2159;
    --navy-2: #16307a;
    --blue-accent: #2f5fdc;
    --green: #1fa858;
    --green-bg: #e5f6ec;
    --red: #ef4459;
    --text-dark: #16213e;
    --text-muted: #55607a;
    --row-alt: #eef2fb;
    --border: #e7e9f2;
}

.ExactVerify-Pricing-Vs-ZeroBounce-Pricing {

    /* *{ box-sizing: border-box; }

  body{
    margin:0;
    padding:60px 20px;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(180deg, #dff6fb 0%, #eafbfd 40%, #ffffff 100%);
    display:flex;
    justify-content:center;
  } */

    .wrapper {
        width: 100%;
        max-width: 1080px;
        text-align: center;
    }

    .eyebrow-title {
        font-size: 32px;
        font-weight: 800;
        color: #16307a;
        margin: 0 0 10px 0;
    }

    .subtitle {
        font-size: 15px;
        color: #5b6885;
        margin: 0 0 40px 0;
    }

    .table-shell {
        position: relative;
        background: #f3f4f8;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(20, 40, 90, 0.10);
        overflow: visible;
    }

    .grid {
        display: grid;
        grid-template-columns: 1.35fr 1.3fr 1.35fr;
        border-radius: 16px;
        overflow: visible;
    }

    /* header row */
    .head-cell {
        padding: 26px 28px;
        font-size: 19px;
        font-weight: 700;
        color: var(--text-dark);
        background: #f3f4f8;
        display: flex;
        align-items: center;
    }

    .head-cell.right {
        justify-content: flex-start;
    }


    .head-cell {
        border-radius: 15px;
    }

    .cell.bottom-cell {
        border-radius: 0 0 15px 0;
    }

    .cell.feature-cell.bottom-cell {
        border-radius: 0 0 0 15px;
    }

    /* rows */
    .cell {
        padding: 22px 28px;
        font-size: 16px;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        border-top: 1px solid var(--border);
        height: 70px;
        background-color: #ffffff;

    }

    .feature-cell {
        gap: 14px;
        font-weight: 500;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        flex-shrink: 0;
    }

    .icon.gift {
        background: #dcf5e6;
    }

    .icon.shield {
        background: #dbe6fb;
    }

    .icon.rocket {
        background: #ece3fb;
    }

    .icon.coins {
        background: #fdecd2;
    }

    .icon.bars {
        background: #fbdfe4;
    }

    .icon.crown {
        background: #d3f1ea;
    }

    .status {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .status-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        flex-shrink: 0;
    }

    .status-icon.yes {
        background: var(--green);
    }

    .status-icon.no {
        background: var(--red);
    }

    .price-main {
        font-size: 22px;
        font-weight: 800;
        color: var(--navy-2);
    }

    .price-unit {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-dark);
        margin-left: 2px;
    }

    .save-badge {
        margin-left: 12px;
        background: var(--green-bg);
        color: var(--green);
        font-size: 12.5px;
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 20px;
        white-space: nowrap;
    }

    .plain-price {
        font-size: 16px;
        color: var(--text-dark);
    }

    /* alternating row backgrounds across the whole row */
    .row {
        display: contents;
    }

    .row:nth-child(even) .cell {
        background: #ffffff;
        height: 70px;
    }

    /* middle featured column */
    .featured-col {
        position: relative;
        z-index: 2;
        margin: -1px -18px;
        border-radius: 18px;
        box-shadow: 0 0 45px rgba(13, 33, 89, 0.28);
        overflow: hidden;
        background: #fff;
        border: 1px solid #dfe6fb;
    }

    .featured-head {
        background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
        color: #fff;
        padding: 26px 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .featured-head .name {
        font-size: 21px;
        font-weight: 800;
    }

    .badge-recommended {
        display: flex;
        align-items: center;
        gap: 6px;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.4);
        color: #fff;
        font-size: 12.5px;
        font-weight: 700;
        padding: 6px 14px;
        border-radius: 20px;
    }

    .featured-body .cell {
        padding: 22px 28px;
        border-top: 1px solid #eef0fa;
    }

    .featured-body .row:nth-child(odd) .cell {
        background: #ffffff;

    }

    .featured-body .row:nth-child(even) .cell {
        background: #eef2fc;

    }

    @media (max-width: 820px) {
        .grid {
            grid-template-columns: 1fr;
        }

        .featured-col {
            margin: 0;
            box-shadow: none;
            border-radius: 0;
        }

        .head-cell,
        .cell {
            padding: 18px 20px;
        }
    }
}

div#announcementDiv {
    position: sticky;
    top: 0;
    z-index: 6666 !important;
    width: 100%;
    background-color: #3bb3c2;
    color: #fff;
    padding: 10px;
}


section {
    padding: 50px 0 !important;
    overflow: hidden;
}

p {
    margin-bottom: 0 !important;
}

.hd-03 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #012970;
    font-weight: 600;
    font-size: 28px;
    margin: 0 !important;
}

.pt-4{
    padding: 0 !important;
}

main{
    padding: 50px 0px !important;
}

.carousel-inner {
    margin-top: 15px;
}

.round {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}

.box-margin-top {
    padding-top: 0px !important;
}

.col-4.m-auto.p-4.mt-lg-4.mb-lg-4 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.table-shell {
    margin-top: 15px !important;
}

.container-fluid.footer-banner p {
    padding-bottom: 15px;
}

section.Businesses-Worldwide-section.pt-4.pb-4 {
    padding: 50px 0px !important;
}

.logo-slider {
    padding-bottom: 0px !important;
}

.custom-accordion .accordion-item {
    border: none;
    border-radius: 15px;
    margin-bottom: 0 !important;
    overflow: hidden;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    transition: .3s;
    margin-top: 30px;
}

.col-md-12.hd-03.pb-4.aos-init.aos-animate {
    padding: 0 !important;
}

h1 {
    margin-top: 15px !important;
}